• 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

  1. warriorfrog

    Lua Help me with this values script

    I have this script to check if your guild have own X city I put actionID 2391 in a tile and only guilds own Carlin can pass on this tile... I need check two things 1- Check if your guild have any city 2391, 2392, 2393... 2398. 2- Show guild name own city 2391, 2392, 2393... 2398 Its possible...
  2. warriorfrog

    Lua Help 2 things on my Game of Thrones event

    What are my mistakes?
  3. warriorfrog

    Lua If have slots free in backpack

    Ty u so much man!
  4. warriorfrog

    Lua If have slots free in backpack

    I'm sorry to my english! Its was i want... you help me good The problem is if i dont have slots in my backpack monster didnt die They stay like this...
  5. warriorfrog

    Lua What is worng to my NPC?

    I didn't see nothing worng... I'm noob, but to try help... Someone correct me if I'm wrong... The problem is not cause you didnt put item name right?
  6. warriorfrog

    Lua Help 2 things on my Game of Thrones event

    I think im using worng storages value... this script is so hard to i understand... Someone pro help me to see?
  7. warriorfrog

    Lua If have slots free in backpack

    When my first backpack no have slots free i killed a monster but it still onfoot, not transform to corpse while i dont have slots free in backpack
  8. warriorfrog

    Lua If have slots free in backpack

    I have this script to auto cath gold from dead monsters and another to transform golds... But when i kill a monster and no have slots countainers free all money going to ground... And it can lag my ot cause so much trash Someone could help me to fix it? Auto Get Gold SCRIPT: <event...
  9. warriorfrog

    Lua 2 IFs to my auto gold

    I want money in backpack to pks things,pratice things... I need check slots to backpack :(
  10. warriorfrog

    Lua 2 IFs to my auto gold

    I just check if player (who kill the monster) have slots free to add gp or not, i didnt found nothing about this there
  11. warriorfrog

    Lua Help 2 things on my Game of Thrones event

    I made a better topic
  12. warriorfrog

    Lua 2 IFs to my auto gold

    Oh i'm sorry, i was going to sleep i didnt see
  13. warriorfrog

    Lua [Request] fix my burst arrow damage

    Bow use arrow,onxy arrow,poison arrow,sniper arrow,earth arrow... Not only burst arrow
  14. warriorfrog

    Lua 2 IFs to my auto gold

    To PK things... Ty I tried this script but money still drop onfoot if have bp full :(
  15. warriorfrog

    Lua 2 IFs to my auto gold

    I'm using 0.4 to check cap here i need use: if getPlayerFreeCap(cid) < X then But removing <attribute key="weight" value="10" /> My server is more light... Now i just need fix this slots thing
  16. warriorfrog

    Lua 2 IFs to my auto gold

    Nah... To remove cap problem i just removed on items.xml <attribute key="weight" value="10" /> But to check slots i don't know have ideia... Its can be a big problem.. Imagine 10 players botting with no slots... imagine how many golds will throed on ground I need check it on script
  17. warriorfrog

    Lua 2 IFs to my auto gold

    I have this auto gold loot, but i have 2 problems using this... If you don't have slots free, money going to ground If you don't have cap, money going to ground How make this 2 checks to remove this problems? <event type="kill" name="GP" event="script" value="gp.lua"/> local function...
Back
Top