• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[REQUEST] Forever Aol

Zarabustor

Human Being
Joined
Sep 10, 2009
Messages
186
Reaction score
0
Location
Cancun, Mexico
Hi! as all you know there are already a lot of relases about this thread but no one works 100%, so tasted all forever aol scripts and all doesnt count frags, could you please make one that works fine please :D

Ty.. Im adding reputation if you help me (::thumbup:
 
Creaturescripts:
creaturescripts.xml put
under login (i think so here is like this)
Code:
        <event type="preparedeath" name="Forever Aol" event="script" value="Forever Aol.lua"/>

now scripts/Forever Aol.lua
Code:
  function onPrepareDeath(cid, lastHitKiller, mostDamageKiller)
if (getCreatureSkullType(cid)  >= 4) then
        if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2196) then
                doCreatureSetDropLoot(cid, false)      
                doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA)
                doCreatureSay(cid, "Forever Aol!! NO LOOT FOR YOU!", TALKTYPE_ORANGE_1)
        end
        return true
        end
        return true
        end

It also say "Forever aol!! No loot for you!" MUAHAHA
 
Creaturescripts:
creaturescripts.xml put
under login (i think so here is like this)
Code:
        <event type="preparedeath" name="Forever Aol" event="script" value="Forever Aol.lua"/>

now scripts/Forever Aol.lua
Code:
  function onPrepareDeath(cid, lastHitKiller, mostDamageKiller)
if (getCreatureSkullType(cid)  >= 4) then
        if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2196) then
                doCreatureSetDropLoot(cid, false)      
                doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA)
                doCreatureSay(cid, "Forever Aol!! NO LOOT FOR YOU!", TALKTYPE_ORANGE_1)
        end
        return true
        end
        return true
        end

It also say "Forever aol!! No loot for you!" MUAHAHA

LOL? Its the same i got dude, let ohter scripters do it, but anyway.
 
Back
Top