• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results for query: forever aol item

  1. Mc Lovin

    AOLs arnt working

    my aol: <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420"/> <attribute key="slotType" value="necklace"/> <attribute key="preventDrop" value="1"/> <attribute key="charges" value="1"/> </item> also <item id="2196" article="a" name="Forever Amulet...
  2. J

    Trading the Character "Jaymon"

    I SELL THIS ACCOUNT -- Itmes he has norse helmet,skullcracker armor,cyntarist armomr,shocking shieldx2,forever aol,voodo doll,double over time, 100 topaz,and house in venore,vegnangun's blade,physical ring,bunny slippers,ultimate mana runex2,triple uh x2+vip and super vocation Trading for...
  3. perfection

    CreatureEvent Forever Amulet (Red & Black Skull Protection)

    in actions/scripts/foreverquest.lua local chest = XXX -- Unique Id of quest chest local storage = 3438 -- Storage local reward = 2196, 1 -- Id Of Forever Aol function onUse(cid, item, frompos, item2, topos) if item.itemid == chest and getPlayerStorageValue(cid, storage) ~= 1 then...
  4. Carbom

    Gameplay Suggestions - How can we improve Cyntara?

    i agree with pira, u need make 1 amulet who give like forever blessings and/or make u dont lose ur items if u die with rs. (u should delete the forever aol and make this new amulet. MmM, maybe it will cost 15 points? i think is cool) about raids. yeah hell, more raids, its kinda bored to kill...
  5. Oscar Lyis

    Forever Amulet of Loss

    Original: <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="1" /> <attribute key="preventDrop" value="1" /> AOL forever: <item id="2173" article="an"...
  6. slaw

    [MOD] Help...

    <action is used to register script which are executed when player use item. For onDeath you need to use <event which is used for registering creatureevents like onLogin, onDeath, onKill, onTrade etc (More you can find in doc/SCRIPTSYSTEM_HELP). When you use creatureevent you need also to...
  7. SorketROrk

    [France] [Custom/10.98] - GameFate - [Custom/evo map] [anti-afk/cavebot] STARTING 18/12 16:00 CET

    Hi, After dying and buying bless from the modal window it draws money, then after entering "quest" tp you get a message telling player is not blessed, so players can buy !bless again and money draws :/ 02:01 You have been blessed by all of eight gods! 02:02 You do not have bless nor AOL...
  8. GreeNDiZeR

    [MOD] Help...

    <?xml version="1.0" encoding="UTF-8"?> <mod name="Unlimited AOL" version="1.0" author="husam" contact="[email protected]" enabled="yes"> <description> Forever aol wont let anyone lose any loot even if hes rs or black skull </description>...
  9. Black Dove

    Need help I want aols to last forever

    data/mods <?xml version="1.0" encoding="UTF-8"?> <mod name="Red Skull Amulet" version="1.0" author="--" contact="--" enabled="yes"> <description><![CDATA[ This Is Will Protect Your Items Even If You Have Red Skull. ]]></description> <item id="2196"...
  10. wilkerhell

    CreatureEvent Forever-Skull amulet <count Frags>

    Is 2 Amulet, One For Aol Forever And Other For Skull Amulet? You Can Make One Amulet Forever And Skull. I Have One More No Count Frag ;S Here The Code, If You Can Help Me ;S items.xml <item id="2196" article="a" name="aol vip"> <attribute key="weight" value="420"/> <attribute...
  11. arheon

    My forever aol for rs and bs, dosent work i need help!

    I think you dont need a whole script for a forever aol. Just change items.xml Find : <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420"/> <attribute key="slotType" value="necklace"/> <attribute key="preventDrop" value="1"/> <attribute key="charges"...
  12. magista

    Lua Proplem with my script

    storageitem what is this ??? did u define it ?
  13. Seumion

    Lua Proplem with my script

    this is my login script VV if (getCreatureStorage(cid, storageItem) == 1 and getPlayerBlessing(cid, 1) == false) then doPlayerAddItem(cid, idAol, 1) for i = 1,5 do doPlayerAddBlessing(cid, i) end doCreatureSay(cid,'Automaticly blessed and amulet of loss...
  14. man boob

    Avoid Scams (Rl-tibia and O.T)

    Hello, i gonna teach you how to avoid scams. (More may come up beware.) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. Never put your items in someone else house. They can make Alana sio. 2. If you trade some item against something else, can there be a scam if it is a "epic" offer...
  15. TKO

    Lua How to make a forever aol with rs protect help?

    Hey i need a foreveraol with Redskull protection so you cant drop items when you have Redskull! i need a script!
  16. Logarithmic

    Forever Amulet of Loss

    This never has, and never will work properly.
  17. Seumion

    [Request] Forever aol and bless

    to make player's outfit look nice sorry bro for your time but if you can fix the script i won't it buy the bless and aol in game i want it forever that mean when befor chr log in @heba @Limos -Thanks-
  18. Fallen

    Small scripts

    Infinite Aol (In your items.xml under your forever aol) add: <attribute key="charges" value="99999"/> Protection check in your config.lua Pvp/Pvp-e/War Check in your config.lua Make a player give... function onKill(cid, target) if isPlayer(target) == TRUE then if...
  19. Lava Titan

    Mod.

    Could someone turn me this into a mod?:confused: Ill rep++ :peace: <item id="2196" article="a" name="Forever Aol"> <attribute key="description" value="This aol is infinite you never lose it even if you got redskull it protects you!" /> <attribute key="weight" value="500" />...
  20. Doggynub

    a script please...

    in craturesctipt paste this <event type="preparedeath" name="onPrepareDeath" event="script" value="preparedeath.lua"/> then go make a file in creaturescript-->script named preparedeath.lua. paste this in it: function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if isPlayer(cid) ==...
Back
Top