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

    Lua [TFS 0.4] Don't lose skills for "X" vocations

    no errors on the console, and it didn't work just switching on onlogin any chance of doing this for source?
  2. B

    Lua [TFS 0.4] Don't lose skills for "X" vocations

    I tested with preparedeath and the character stayed alive, but with life at 45 and mana at 0 bugged ... the magic level bugged at 0, however, the skills, club were not lost ....
  3. B

    Lua [TFS 0.4] Don't lose skills for "X" vocations

    did not work :( function onDeath(cid, corpse, deathList) if getPlayerVocation(cid) >= 13 and getPlayerVocation(cid) <= 16 then doPlayerSetLossPercent(cid, PLAYERLOSS_SKILLS, 0) doPlayerSetLossPercent(cid, PLAYERLOSS_MAGIC, 0) end end
  4. B

    Lua [TFS 0.4] Don't lose skills for "X" vocations

    im using the lua script.... the SQL query I tested and it didn't work, the character with the vocation continued to lose his skills ... this happen only to the vocations i added on script
  5. B

    Lua [TFS 0.4] Don't lose skills for "X" vocations

    no, sorry for not specifying, whenever I login with the character, this appears, he is already "dead" with life at 0 and mana too
  6. B

    Lua [TFS 0.4] Don't lose skills for "X" vocations

    this is happening, the player is dying and has 0 health, mana etc.
  7. B

    Lua [TFS 0.4] Don't lose skills for "X" vocations

    and if i want to add more vocation i need to do this? function onDeath(cid, corpse, deathList) if getPlayerVocation(cid) >= 5 and getPlayerVocation(cid) <= 9 then doPlayerSetLossPercent(cid, PLAYERLOSS_SKILLS, 0) doPlayerSetLossPercent(cid, PLAYERLOSS_MAGIC, 0) end return true end
  8. B

    Lua [TFS 0.4] Don't lose skills for "X" vocations

    hey, how are you guys? so, I was in need of a script in which certain vocations would not lose skills when they died, however, continue to lose experience .... is it possible to do that?
  9. B

    Linux Compiling server sources TFS 0.4

    Which ones? 1593450946 Which ones?
  10. B

    Linux Compiling server sources TFS 0.4

    In file included from baseevents.h:22:0, from actions.h:20, from actions.cpp:20: luascript.h:35:18: fatal error: lua.h: No such file or directory compilation terminated. In file included from baseevents.h:22:0, from baseevents.cpp:20...
  11. B

    Rank Reset Widget Top Level

    I need this too
  12. B

    AAC ERROR Gesior Account

    Anyone?
  13. B

    Lua Distance effect in spell!

    thank you!!!!!
  14. B

    AAC ERROR Gesior Account

    Already did that
  15. B

    AAC ERROR Gesior Account

    Telara
  16. B

    AAC ERROR Gesior Account

    https://github.com/pedrogiampietro/ots_layouts/tree/Telara 1591644634 So?
  17. B

    AAC ERROR Gesior Account

    I copied in layout folder the new layout and change config.php
  18. B

    AAC ERROR Gesior Account

    I just downloaded a ready-made layout and changed what came tibiarl
  19. B

    AAC ERROR Gesior Account

    Yes !!! Only this
  20. B

    AAC ERROR Gesior Account

    ok! here it is: edit-- i just see that my shopsystem... :( if u can help me with that too
Back
Top