Quero um script que nunca drope loot de Player.
E quero uma spell de healar que heala summons de outros players, Tipo um Chansey healando um Arcanine do outro player. Será possivel ?
A spell o pokemon solta aleatóriamente quando esta batalhando.

Quero um script que nunca drope loot de Player.
E quero uma spell de healar que heala summons de outros players, Tipo um Chansey healando um Arcanine do outro player. Será possivel ?
A spell o pokemon solta aleatóriamente quando esta batalhando.
não dropar loot.
em creaturescript/script
notloot.lua
function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if isPlayer(cid) == TRUE then doCreatureSetDropLoot(cid, false) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA) return TRUE end return TRUE end
em data\creaturescripts\scripts\login.lua adiciona a linha:
registerCreatureEvent(cid, "NotLoot")
creaturescripts.xml adicione:
<event type="preparedeath" name="NotLoot" event="script" value="notloot.lua"/>

Esse sistema de n dropar loot eh pra versão 8,1?
não se existe a pasta Creaturescript para a versão 8.1

VALEU VODKArt
agr preciso da spell ;s