• 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. Danger II

    Lua If item x do send effect every login

    storageItem is not declared local storageItem = 11741 function onUse(cid, item, fromPos, item2, toPos) if (getPlayerStorageValue(cid, storageItem) < 1) then doPlayerSetStorageValue(cid, storageItem, 1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Congratulations, now you...
  2. fishie

    [TFS 1.2/1.3] Free scripting service

    Sweet! I'll test it tomorrow! What about an aol which lasts forever? I know I can change the storage of normal aol but I want it so I can make an item into a aol which lasts forever?
  3. GoD Xenix

    How do i make Forever AOL?

    i changed the 999999 to 60000 thanks, that helped.
  4. StreamSide

    if player use item get forever aol and bless

    hello otland i need paper cus im alone in the bathroom @Limos @zbizu also use search buttom https://otland.net/search/770349/?q=forever+aol+item&o=relevance
  5. F

    Drops ALL eq when killed by monster/player, everytime! without RS.

    I cant understand why? So thankfull for help. I was wondering why ALL new players constantly quits.. Haha :/ !bless without aol will make you drop for example 1 thing when you die, so it works like normal, forever aol works, you dont drop anything, aol works, you dont drop anything. but when you...
  6. Joe Rod

    if player use item get forever aol and bless

    firstly at the end of data/lib/000-constant.lua add this: storageItem = 32421 --STORAGE TO SAVE itemAol = 2173 actions.xml: <action itemid="IDITEM" event="script" value="itemAolBless.lua"/> actions/scripts/itemAolBless.lua function onUse(cid, item, fromPos, item2, toPos) if...
  7. Seumion

    Lua If item x do send effect every login

    if (getPlayerStorageValue(cid, storageItem) == 1 and getPlayerBlessing(cid, 1) == false) then doPlayerAddItem(cid, 2173, 1) for i = 1,5 do doPlayerAddBlessing(cid, i) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You received free AOL and BLESS.")...
  8. M4t30

    Lua Forever aol just goes away when die:S

    Well, it works for me. And I made it in Items with out any more scripts. <item id="2198" article="an" name="Forever Aol"> <attribute key="weight" value="420"/> <attribute key="slotType" value="necklace"/> <attribute key="charges" value="1"/> <attribute...
  9. ekenn123

    [Request] Super promo TFS 0.3

    Hello, i need some things for TFS 0.3 , i newly updated from roxor 8.4. So.. thank you and i hope you can help here it comes : Super promotion Forever aol and also requesting item editor 8.4 ;p thank you. bye
  10. Zarabustor

    Advanced Lottery Item

    local PRESENT_RED = {7417, 7423, 7388, 7865, 7880, 11296, 11295, 6433, 11298, 11297, 9653, 8907, 8878, 7730, 7892, 9662, 2196, 8300,2275,2300,11257,5785,2663,8854,7365} function onUse(cid, item, fromPosition, itemEx, toPosition) local count = 1 if(item.itemid == 9003) then local...
  11. magista

    [help] Forever amulet - Skull, Red Skull, Black Skull

    @FearWar This will be in creaturescripts make a new file name it necklacebless.lua function onLogin(cid) if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == 2196 AND getPlayerBlessing(cid,1)) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have already been blessed by Forever...
  12. D

    Bless + Bploss HELP

    When players user talkaction !bless They dont loss nothing at dead. Even if they are without AOL Thats fcked up to me cause, my server got forever aol quest, ETC So please, is somebody can help me on this, ill be greatful.. -- Blessings -- NOTE: blessingReduction* regards...
  13. sn3ejk

    Jak działa ta funkcja?

    Widzę, że nawet na forum nie chciało ci się szukać. Wystarczy przecież poszukać skrypt, który używa tą funkcję, i analogicznie to tego stworzyć swój http://otland.net/f82/do-not-drop-specific-item-149102/ http://otland.net/f16/forever-aol-149436/
  14. B

    Hey

    Well depending on what your willing to spend the best items are. Triple overtime rune Cyntranist Tiara Cyntranist robe Cyntranist wand (usable by both vocations druid and sorcs) Bunny slippers forever aol PHYS RING its necesary otherwise u will be raped by pallys and knights But my suggestion...
  15. Ray Rewind

    Forvere aol and deathlist and Guild war system

    Change in your items.xml this for Foreveraol! <item id="2196" article="a" name="Forever AOL"> <attribute key="weight" value="10"/> <attribute key="slotType" value="necklace"/> <attribute key="charges" value="100000000"/> <attribute key="preventDrop"...
  16. C

    Payed scripts: inquisition quest and AOL which works when you have RS!

    Hey, I need the following script for inquisition quest: If you kill a boss (for ex. Hellgorak) you will get a certain storage ID which makes you able to go into a certain tp. You need to have at least 20% of the exp of the boss. The other script needs to work for the item ID of a broken...
  17. Guitar Freak

    Requestion a forever amulet of loss script

    It doesnt, it just creates a 100x charges AOL. Thats why it looks like it stays forever :thumbup: @Mary Sack: Here's an example of an infinite AOL: <item id="xxxx" article="an" name="infinite AOL"> <attribute key="weight" value="150"/> <attribute key="slotType" value="necklace"/>...
  18. Blue Wizard

    Forever Aol (Works With Red Skull)

    Many People Asked Me About it Atlast Im Done With it Please Repp++ <?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...
  19. fishie

    Lua Unlimited Aol?

    I mean how would i change so it worked with item 2196? Just put this? unction onDeath(cid, corpse, deathlist) if getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid 2196 == id of amulet then doCreatureSetDropLoot(cid, false) doSendMagicEffect(getCreaturePosition(cid)...
  20. abdala ragab

    TFS 1.X+ amulets of lose

    Help me fix this text Every amulet doesn't get lost when you die and items don't fall if you don't have aol I think I ruined it xD I want this to work like a system Aol local amulets = {2173, 2138, 2218} This amulet is forever local forevers = {2196, 7890} local amulets = {2173, 2138, 2218}...
Back
Top