Postado Abril 10, 2015 10 anos Eae pessoal do tibia king , estou com um problema aqui na warzone 3 , o Versperoth nao esta dando respawn up
Postado Abril 10, 2015 10 anos Amigo, por gentileza, poste seu script para que possa ser analisado. Este tópico foi movido: De: "OTServ → Suporte OTServ → Suporte de OTServ Geral" Para: "OTServ → Suporte OTServ → Suporte de Scripts" Atenciosamente, Bruno Minervino
Postado Abril 11, 2015 10 anos Autor local teleportPosition = Position(33075, 31878, 12) local function transformTeleport() local teleportItem = Tile(teleportPosition):getItemById(1387) if not teleportItem then return end teleportItem:transform(18463) end function onKill(cid, target) local targetMonster = Monster(target) if not targetMonster then return true end if targetMonster:getName():lower() ~= 'versperoth' then return true end setGlobalStorageValue(3147, 2) addEvent(setGlobalStorageValue, 30 * 60 * 1000, 3147, 0) doRemoveItem(getTileItemById({x=33075, y=31878, z=12, stackpos = 253}, 18462).uid,1) tp = doCreateItem(1387, teleportPosition) doSetItemActionId(tp, 5161) addEvent(transformTeleport, 45 * 1000) return true end Editado Abril 11, 2015 10 anos por EduardoRohmann (veja o histórico de edições)
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.