• 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. Seumion

    [Request] Forever aol and bless

    can you fix it when i use the book i will get forever aol and bless for 30 days and when player open the creature say automatic aol and bless _orange? and i want this forever aol and bless for free not for money
  2. Elgenady

    Want it Very fast

    no work Mesmeroo and ty and i wont forever aol work to protect items for red and black skull and work like normal aol witn player no have skull and infinity
  3. GOD Barth

    Can someone help me?

    Heyyo, I have a question, Can someone give me a Forever aol script ? Should works with RED skull to. What I mean with should works with Red skull to. " If someone has red skull + forever aol " = Wont drop items. Thanks, Kind regards. GOD Barth.
  4. Fu Manchu

    Forever AOL

    Why do you need a forever aol? Tell them people to use bless! lol or is the a "donor item"
  5. TKO

    Custom aol get drops on death why?

    hey my aol is getting dropt when i get killed and i lose items why? The neckless have a auto bless and forever aol so you will never lose this neck but in the 8.5 version it works fine but in the 8.55 version it dosent work! im using 0.4 <item id="115" name="Donated necklace V2">...
  6. Red

    Red Please Help

    What am I supposed to do? The forever AOL was fixed nearly 15 minutes after the MoTD was posted. Your Forever AOL was in your backpack. Losing items with an AOL is impossible. I would have gotten more complaints. I'm sorry, I cannot help you. This is out of my reach. You may want to talk to...
  7. Amiroslo

    Feature [0.4] Skull amulet + Forever AOL

    Hello, I looked around but couldn't find anything relevant. The majority of released scripts are creaturescripts, and none of them function as intended. This was the only approach that worked properly for me without any problems, so I thought I'd share it with others. What is this? Amulet ID =...
  8. Polat Alemdar

    Aol Forever! problem!

    Yea thank you but the aol forever worked but i want it in red skull and black skull to not loose items too how can i make this?
  9. R

    Selling items here for points on Jacera

    Full Mage Set (best items,crystal boots as well) Curaga forever aol 2x ultimate mana rune bunny slippers nightmare coat ass kicking pants norse helmet 5$ sword 1 more shocking shield post here if you want to make an offer or pm me as i'm rarely on cyntara
  10. Tufte

    Forever aol (mod maybe?)

    the aol is not forever, disapears after death edit: making forever aol with preventdrop in items.xml requires source edit, since its bad coded.. it ignores if the item has charges or not.
  11. L

    I lost my donation items in a reset...

    Yo Red i lost my donation items During a reset:(, the items were donor mana rune,nightmare coat,physical ring,norse helemt,forever aol,and Curaga rune. can you do anyting about it?. Btw why doesnt your reset tell us before it happens? For example it can say, Tibia will reset in 5 mins please...
  12. Luciano

    How do i make Forever AOL?

    hm would be another aol? i have one with another id... <item id="2196" article="a" name="Forever Aol"> <attribute key="weight" value="420"/> <attribute key="slotType" value="necklace"/> <attribute key="charges" value="999999"/> <attribute key="preventDrop" value="1"/>
  13. Amiroslo

    Aol forever charges

    Orginal script by SpiderOT I just removed some lines and edited some ids to make it works as a normal AOL that lasts forever :D in ur items.xml change the normal aol to this <item id="2173" article="an" name="Forever AOL"> <attribute key="weight" value="660"/> <attribute...
  14. Luciano

    Scripts (lots....)

    im trying make ring of sky and emerald bangle now... but the temple teleport i didnt understand :X and forever aol i know that, but i want to players with red skull no lose items
  15. abdala ragab

    TFS 1.X+ amulets of lose

    local forevers = {2196, 7890} forever aol no work if i have this aol^ lose items :D local amulets = {2173, 2138, 2218} << work fine good job 1649882658 <item id="7890" name="Forever Aol"> <attribute key="weight" value="220"/> <attribute key="description" value="+50 health/ 50...
  16. K

    Aol Forever! problem!

    Can't be done, sorry. function onDeath(cid) local amulet = 0 -- Change to amulet ID if isPlayer(cid) == true then if getPlayerSlotItem(cid, 2) == amulet then doCreatureSetDropLoot(cid, false) return true end else return false end return true end Probably won't work...
  17. KikiCo

    Free-to-win or pay to win? #donations

    I feel as if Server should have some pay items such as Forever aols that give them money advantages.. but when it comes to making a character OP thats abit unfair.. but for the minor wins.. Paying isn't an issue for me.
  18. rox666

    Aol forever charges

    try this go items.xml then add this : <item id="2196" article="a" name="Forever AoL"> <attribute key="weight" value="420"/> <attribute key="slotType" value="necklace"/> <attribute key="preventDrop" value="1"/> </item> works perfectly 100%
  19. Ray Rewind

    infinite AOL

    <item id="YOUR NECKLACE ID" article="an" name="FOREVER AOL"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="999999999" /> <attribute key="preventDrop" value="1" />
  20. Doggynub

    Soft Boots Not wanting to regain

    just check that his is what you have in items file </item> <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"/> </item> if...
Back
Top