Postado Dezembro 4, 2014 10 anos É, descobri que pra ir até uma determinada coordenada o comando é /pos x, y, z. O /attr não achei em lugar nenhum! É.. acho que tu tem razão. Não achei nada para solucionar! E /c na TFS 1.0? ... Não consigo utilizar também. Alguém pode me dizer algo? /r também não funciona. Os dois "/c e /r" estão configurados em talkactions, só não funciona. Já tentei trocar, pesquise, mas nada. Você colocou a permissão tanto no player quanto na account no seu GOD ,na sua database ? Editado Dezembro 4, 2014 10 anos por vtshow (veja o histórico de edições)
Postado Dezembro 4, 2014 10 anos É, descobri que pra ir até uma determinada coordenada o comando é /pos x, y, z. O /attr não achei em lugar nenhum! É.. acho que tu tem razão. Não achei nada para solucionar! E /c na TFS 1.0? ... Não consigo utilizar também. Alguém pode me dizer algo? /r também não funciona. Os dois "/c e /r" estão configurados em talkactions, só não funciona. Já tentei trocar, pesquise, mas nada. As vezes são funções e coisas dentro do script que não tem no seu Ot... veja se dá algum erro ao usar /reload talk ... e mostre o erro se deu... Se quiser sua dúvida tirada, mande PM com os links, e não com a dúvida (outros podem ter a mesma dúvida, e o fórum serve para ser usado). Tópicos: [FAQ] BBCODE [LIB] Constant [RME] Administrando bordas. [TALK] Broadcast Editável. [TALK] Sugest. [TALK] Checkpoint. [MOVE] Pântano pegajoso. [ACTION] Piggy Bank. (Cassino). [GLOBAL] Uptime Ad. [C0DE] Consertando 'Invalid Password' [PROGRAM] Quest Maker
Postado Dezembro 4, 2014 10 anos Autor As vezes são funções e coisas dentro do script que não tem no seu Ot... veja se dá algum erro ao usar /reload talk ... e mostre o erro se deu... Não tem erro em talkactions. Minha conta do GOD está type 5, que é a de permissão para comandos. Relamente meu servidor não veio com o comando /attr configurado em talkactions. Então eu gostaria de configurar se possível. Estou usando uma TFS 1.0 e atualizei para 10.51. Será que existe a possíbilidade de adaptar o comando? .. Problemas no /r tambem. Nele sim, acusa erro ao tentar usar!
Postado Dezembro 4, 2014 10 anos pra resolver o /r removething.lua function onSay(cid, words, param) local player = Player(cid) if not player:getGroup():getAccess() then return true end local position = player:getPosition() position:getNextPosition(player:getDirection()) local tile = position:getTile() if not tile then player:sendCancelMessage("Object not found.") return false end local thing = tile:getTopVisibleThing(player) if not thing then player:sendCancelMessage("Thing not found.") return false end if thing:isCreature() then thing:remove() elseif thing:isItem() then if thing == tile:getGround() then player:sendCancelMessage("You may not remove a ground tile.") return false end thing:remove(tonumber(param) or -1) end position:sendMagicEffect(CONST_ME_MAGIC_RED) return false end <talkaction words="/r" separator=" " script="removething.lua" />
Postado Dezembro 6, 2014 10 anos Autor pra resolver o /r removething.lua function onSay(cid, words, param) local player = Player(cid) if not player:getGroup():getAccess() then return true end local position = player:getPosition() position:getNextPosition(player:getDirection()) local tile = position:getTile() if not tile then player:sendCancelMessage("Object not found.") return false end local thing = tile:getTopVisibleThing(player) if not thing then player:sendCancelMessage("Thing not found.") return false end if thing:isCreature() then thing:remove() elseif thing:isItem() then if thing == tile:getGround() then player:sendCancelMessage("You may not remove a ground tile.") return false end thing:remove(tonumber(param) or -1) end position:sendMagicEffect(CONST_ME_MAGIC_RED) return false end <talkaction words="/r" separator=" " script="removething.lua" /> Ainda não foi! ... Está sinistro de resolver esses comandos. haha
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.