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

    Lua 3 IFs to this system

    I know how to do a if ... My problem is understand this script to set storages values if getCreatureStorage(cid, started) >= 1 then if getCreatureStorage(cid, doing) >= 1 then if getCreatureStorage(cid, finished) >= 1 then Or something like that /\ This script is advanced and im a aprendice
  2. L

    Lua 3 IFs to this system

    sorry to double :(
  3. L

    Lua 3 IFs to this system

    bump!
  4. L

    Lua 3 IFs to this system

    I need help to make a npc 3 if's to check: if player not started the task if player is doing (not finish, but started) if player finish the task Using this task system <?xml version="1.0" encoding="UTF-8"?> <mod name="Simple Task" version="3.0" author="Vodkart" contact="xtibia.com"...
  5. L

    Lua Bug mod on kill if 2 atks count 2 kills

    Someone know edit mods? I need fix it :(
  6. L

    Lua Bug mod on kill if 2 atks count 2 kills

    If 3 peoples atk the same monster give 3 msgs monster killed to all player Idk wth is it :(
  7. L

    Compiling Help to put it on my protocolgame.cpp

    I using 3884, 0.4 I added functions trainers offline, work, i tried to put a bar in game like this topic https://otland.net/threads/tfs-0-4-9-6-and-some-older-offline-training-with-bar-in-game.167962/ But im a poor noob, when i did, i login and tibia the bug Someone could put it in my...
  8. L

    Lua Bug mod on kill if 2 atks count 2 kills

    I have a problem to my MOD, any can help me to fix? If 2 peoples kill the same monster count to 2 monsters killed in task system If 3 peoples kill the same monster count to 3 monsters killed in task system... <?xml version="1.0" encoding="UTF-8"?> <mod name="Loot Ring" version="1.0"...
  9. L

    Lua No promotion is saving! Help!

    I think it's work! TY SO MUCH guys!!!
  10. L

    Lua No promotion is saving! Help!

    local config = { promote1 = 20000, -- preço da primeira promotion promote2 = 10000000, -- preço da segunda promotion rookPromote1 = {13, 10000}, -- {id da vocação, preço} rookPromote2 = {14, 5000000} -- {id da vocação, preço} } local keywordHandler = KeywordHandler:new() local...
  11. L

    Lua No promotion is saving! Help!

    Yeah, ty But why dont unpromote? I put needpremium in vocations.xml <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="2" gainhpamount="2" gainmanaticks="1" gainmanaamount="4"...
  12. L

    Lua No promotion is saving! Help!

    @Gesior.pl Ty you so much I put it now and work but have a problem: If i buy premmy and my premium end i dont lose premium promote :( local config = { promote1 = 20000, -- preço da primeira promotion promote2 = 10000000, -- preço da segunda promotion rookPromote1 = {13, 10000}, -- {id...
  13. L

    Lua Destroy item on move

    bump
  14. L

    Lua Destroy item on move

    Ty, im waiting :(
  15. L

    Lua No promotion is saving! Help!

    0.4 (8.60) r3777 NPC add all promotes, but all promotes, when u relog u lose :(
  16. L

    Where is it (global map)?

    Ty u so much And ty all :)
  17. L

    Compiling Monsters don't walking on new corpse (3777)

    I want only 0: Monsters don't walking on new corpse Whats files i need copy to my sources?
  18. L

    Lua No promotion is saving! Help!

    VOCATIONS.XML <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="2" gainhpamount="2" gainmanaticks="1" gainmanaamount="4" manamultiplier="4.0" attackspeed="2000" soulmax="100"...
  19. L

    Lua No promotion is saving! Help!

    PROMOTE.LUA NPC!!! local config = { promote1 = 20000, -- preço da primeira promotion promote2 = 10000000, -- preço da segunda promotion rookPromote1 = {13, 10000}, -- {id da vocação, preço} rookPromote2 = {14, 5000000} -- {id da vocação, preço} } local keywordHandler =...
  20. L

    Where is it (global map)?

    Any can cut it to me? My computer cant open global map, yeah i have a shit computer :( Ty guys
Back
Top