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

    Lua Only int not double value

    I need some help because I want this value config.maxOffersPerPlayer = getPlayerLevel(cid) / 20 But i don't want floats, for example: 2.5, 2.75, 2.2 I want just 2 (int value) How to do it?
  2. gmstrikker

    Help to finish: Convert Znote Referral 1.1 to 0.4

    @Extrodus I think you don't understand what this system do... Let me explain... An exemple: You give me your reffer KEY, i register in the server using your reffer KEY When i get lvl 10 you, who invite me to play on the server and give me your reffer key, recive 7 premium days That is a idea...
  3. gmstrikker

    Help to finish: Convert Znote Referral 1.1 to 0.4

    it's not too simple, it need to check if player is online if player is online: doPlayerAddPremiumDays(cid, 7) But if player is offline need to add on mysql command Anyways idk how to do it
  4. gmstrikker

    Delete from mysql when kill

    I think again, and maybe it's possible to show players wanted online... I think a loop to all players online and check the storage, but idk it's the best way to do, wait someone more experient
  5. gmstrikker

    Lua Send item to depot offer owner

    ??????????
  6. gmstrikker

    Lua Auction system + bank

    I dont know how to do, but its just need to find a way to change db.executeQuery("UPDATE `players` SET `auction_balance` = `auction_balance` + " .. buy:getDataInt("cost") .. " WHERE `id` = " .. buy:getDataInt("player") .. ";") To: local v = getCreatureByName(transfer[cid]) if v then -- player...
  7. gmstrikker

    Delete from mysql when kill

    I think it is impossible to show a list using this storage bounty hunt system
  8. gmstrikker

    Lua Send item to depot offer owner

    Yeah, the script official don't have a clean function, but the owner was thinking to do it, thats why he saved date... I like this script, but its unusable in a right server who don't reset, imagine 1 year to offers never cleaned I don't understand why the samething on sources should be better...
  9. gmstrikker

    Tutorial - OTClient game-play "automation".

    I have some questions about this bot... I testing it here... How to: - Select what loot to take, like cath gold from monster, cath boh... - Put bot to change gold (100 for 1 platinum) - In Support->Auto Heal, you can select how many life need to heal, but no mana... It get a lot exausted, you...
  10. gmstrikker

    Regen Help

    Ty you all guys, solved ;)
  11. gmstrikker

    Regen Help

    Ok, so life ring/roh is right? life ring <item id="2205" article="a" name="life ring"> <attribute key="weight" value="80" /> <attribute key="slotType" value="ring" /> <attribute key="decayTo" value="0" /> <attribute key="transformDeEquipTo" value="2168" />...
  12. gmstrikker

    Regen Help

    Anyone could help me to change somethings in regen system? Vocation life = 1 sec mana = 2 secs <vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="1" gainhpamount="1" gainmanaticks="1" gainmanaamount="1" manamultiplier="4.0"...
  13. gmstrikker

    Lua offer expires Offline player to player item trader (Auction System).

    Need somebody pro to make a new version, @vDk insert this value in DB to futures versions i think
  14. gmstrikker

    Compiling Help change spawnrates per players online

    Thats how it should work, good idea, i will use too
  15. gmstrikker

    Lua Help to change traineroff stamina max

    @Darth Maul Ty!!!!!!!!!!!
  16. gmstrikker

    Lua Why this weapon no remove any damage?

    It's show me: You need to set an attack value on items.xml But my elemental wand in items.xml is <item id="12327" article="a" name="elemental staff"> <attribute key="weight" value="2800" /> <attribute key="weaponType" value="wand" /> <attribute key="shootType" value="holy"...
  17. gmstrikker

    Lua Why this weapon no remove any damage?

    Not work bro [16:50:27.351] [Error - Weapon Interface] [16:50:27.351] data/weapons/scripts/wands_n_rods/elemental_staff.lua:onUseWeapon [16:50:27.351] Description: [16:50:27.351] data/weapons/scripts/wands_n_rods/elemental_staff.lua:19: attempt to compare number with nil [16:50:27.351] stack...
  18. gmstrikker

    Lua Why this weapon no remove any damage?

    [5:1:48.063] [Error - Weapon Interface] [5:1:48.063] data/weapons/scripts/wands_n_rods/elemental_staff.lua:onUseWeapon [5:1:48.063] Description: [5:1:48.063] data/weapons/scripts/wands_n_rods/elemental_staff.lua:19: attempt to compare number with nil [5:1:48.063] stack traceback: [5:1:48.063]...
Back
Top