- Joined
- Jun 19, 2009
- Messages
- 1,852
- Reaction score
- 5
Hello, I am requesting a MOD of a forever aol script (id = 2196). I searched and couldn't find it anywhere :/
Thanks
Thanks
Hello, I am requesting a MOD of a forever aol script (id = 2196). I searched and couldn't find it anywhere :/
Thanks
<attribute key="charges" value="1"/>
<?xml version="1.0" encoding="UTF-8"?>
<mod name="Forever Aol" version="1.0" author="Fare" contact="[email protected]" enabled="yes">
<event type="preparedeath" name="Forever_Aol" event="script"><![CDATA[
function onPrepareDeath(cid, lastHitKiller, mostDamageKiller)
if isPlayer(cid) == true then
if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2196) then
doCreatureSetDropLoot(cid, false)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA)
return true
end
end
return true
end
]]></event>
<event type="login" name="Login_Aol" event="script"><![CDATA[
registerCreatureEvent(cid, "Forever_Aol")
]]></event>
</mod>