• 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!

Recent content by natanl2

  1. natanl2

    Lua Stamina BUG (player die = stamina full)

    Thanks for trying to help, I am still trying to found something in these two .cpp that you said. This is another bug that I have to fix, someone knows how? http://otland.net/threads/monsters-dont-walk-above-corpses.219659/
  2. natanl2

    Lua Stamina BUG (player die = stamina full)

    Yeaa, you're right! Another member of the forum said that it is in the sources, but he doesn't remember where... Do you have a friend or anyone that might know? I really need to fix it. Thanks Why not? :O
  3. natanl2

    Lua Monsters don't walk above corpses

    But we fixed lots of problems in this REV, so I do not want to change it right now, do you know where is the bug in the sources? Thanks
  4. natanl2

    Lua Monsters don't walk above corpses

    Hello. I'm the owner of a Tibia OT using REV 0.4 (8.6) and when a monster get killed, the other monster (that is still alive) don't walk above the dead monster. E.g. The 'dead bug' blocks the path (the other bug doesn't walk above the 'dead bug corpse'). Thanks
  5. natanl2

    Lua Stamina BUG (player die = stamina full)

    The only script about stamina is the stamina refuel: function onUse(cid, item, fromPosition, itemEx, toPosition) local cfg = {} cfg.refuel = 42 * 60 * 1000 if(getPlayerStamina(cid) >= cfg.refuel) then doPlayerSendCancel(cid, "Your stamina is already full.") else...
  6. natanl2

    Lua Stamina BUG (player die = stamina full)

    I added a lot of scripts in my server, but everything seens to works fine. What could possibly make it happen? I can check it... I'm sorry, Evil. My server is: Global FULL - TFS 0.4 - 8.6
  7. natanl2

    Lua Stamina BUG (player die = stamina full)

    Hello. I'm with a big problem in my OTserver, when a player dies, his stamina gets full. I need to fix it ASAP. Thanks!
  8. natanl2

    Compiling Distro PROBLEM - Going down everyday

    Do you have cast system?
  9. natanl2

    Compiling Distro PROBLEM - Going down everyday

    Yeah, now I know :/ Im looking for a new one at the 'premium section'. Wish me look :P
  10. natanl2

    Compiling Distro PROBLEM - Going down everyday

    He's not a thief, he's trying to help me. I got the sources.
  11. natanl2

    Compiling Distro PROBLEM - Going down everyday

    I'll do it right now, thank you, buddy :)
  12. natanl2

    Compiling Distro PROBLEM - Going down everyday

    I'll donate to OTland, you said that they have 2 nice revs here, you know the name?
  13. natanl2

    Compiling Distro PROBLEM - Going down everyday

    I'm BR, I'm almost sure that is this one that I'm using... :/
  14. natanl2

    Restarter

    Start > Control Panel> System> Advanced> Error Reporting (or something like that) > Disable error report. Maybe it works.
  15. natanl2

    Compiling Distro PROBLEM - Going down everyday

    Yeah, I know that, the problem is that I've heard a lot that most cast system revs have big bugs and even crash... I wouldn't change my old distro, but a nuker start crashing my OT then now I've to change. I bought it from a guy named "Igor", he is the owner of the datacenter where my server...
Back
Top