Então galera,
Quando utilizo o revive na pokeball, aparece um erro na distro e da uma travadinha no servidor. Nada muito grave mas complica.
Erro:
[15/02/2014 18:40:34] [Error - Action Interface]
Então galera,
Quando utilizo o revive na pokeball, aparece um erro na distro e da uma travadinha no servidor. Nada muito grave mas complica.
Erro:
[15/02/2014 18:40:34] [Error - Action Interface]
Trabalhos
PSDO - 24h - Exp Stages
*********No level pokemon******** *
*Aleatory Shiny
*Golden Arena (Meowth Coin)
*Saffari with saffari balls
*Duel System (Order)
*Npc Duel (Gym and others)
*Clan system with task and shinys clan
*Client with Pokebar and CooldownBar
*Rocket and Police System
*Map with constant change (Several Quests)
testa ae..
function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, 990) >= 1 then doPlayerSendCancel(cid, "You can't use revive during gym battles.") return true end if getPlayerStorageValue(cid, 52481) >= 1 then return doPlayerSendCancel(cid, "You can't do that while a duel.") end -- if item2.itemid <= 0 or not isPokeball(item2.itemid) then doPlayerSendCancel(cid, "Please, use revive only on pokeballs.") return true end for a, b in pairs (pokeballs) do if item2.itemid == b.on or item2.itemid == b.off then doTransformItem(item2.uid, b.on) doSetItemAttribute(item2.uid, "hp", 1) for c = 1, 15 do local str = "move"..c setCD(item2.uid, str, 0) end setCD(item2.uid, "control", 0) setCD(item2.uid, "blink", 0) doSendMagicEffect(getThingPos(cid), 13) doRemoveItem(item.uid, 1) doCureBallStatus(item2.uid, "all") cleanBuffs2(item2.uid) if useOTClient then end return true end end return true end
Funcionou... Vlw.. REp+
Trabalhos
PSDO - 24h - Exp Stages
*********No level pokemon******** *
*Aleatory Shiny
*Golden Arena (Meowth Coin)
*Saffari with saffari balls
*Duel System (Order)
*Npc Duel (Gym and others)
*Clan system with task and shinys clan
*Client with Pokebar and CooldownBar
*Rocket and Police System
*Map with constant change (Several Quests)