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

Search results

  1. ianelli

    [TFS 0.3.6] onSpawn (Changed)

    Hi. I've seen some "onSpawn" functions to TFS 1.0 and other versions, but none seems to work correctly on 0.3.6, so i've created my own and am posting here, may help someone. Some people made the "onSpawn" from HERE work, but only when the monster RE-spawn. So, you have to kill him so he...
  2. ianelli

    New OTItemEditor

    Since i cannot edit my last post (dont know why), i'll post the error here:
  3. ianelli

    New OTItemEditor

    Thanks!
  4. ianelli

    New OTItemEditor

    The download link is not working! :(
  5. ianelli

    [MOD] HUD

    Good job! =D
  6. ianelli

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    On tfs 0.3.6pl1 Everything double-checked. Happens only when you're underground (or going underground) Protocolgame.cpp http://pastebin.com/HhYFRf62 Map.cpp http://pastebin.com/9RLVqQsm
  7. ianelli

    Windows TFS 1.X question

    Thank you very much, silveralol!
  8. ianelli

    Windows TFS 1.X question

    Hi, i was far from otserver for some time and now i'm seeing lot of ppl talking about TFS 1.x, but i can't find one for the version 10.31, and I can't find for what version is this distro. Can anybody enlight me?
  9. ianelli

    Linux Serve Crash

    You're welcome, let me know if worked.
  10. ianelli

    Linux Serve Crash

    Check if that's happening when you use the function doPlayerAddItemEx. Try to change whenever you're using that with a gold coin to doPlayerAddItem. Probably the server create the item, remove, and then try to move or remove the item, that's a bug on TFS that i had experienced.
  11. ianelli

    onWalk(cid)

    You're welcome.
  12. ianelli

    OTClient.exe file doesn't work

    Please, show me the line 33 of mercenary_inventory.otui, and the onClose function on mercenary_inventory.lua
  13. ianelli

    Whats the best game you know?

    - Final Fantasy Tactics (PSX)
  14. ianelli

    Buying Buying fix for my problem

    Enter on the game with player ID 53, and try to put that on a code: local storage = getPlayerStorageValue(cid, 65034) doCreatureSay(cid, "type = " .. type(storage) .. " - value = " .. storage) Then, send me by private msg what your character is going to say.
  15. ianelli

    Linux Executable not found , compiling in Debian GNU/Linux

    Post your compiling log after > make, please.
  16. ianelli

    Battle square issue

    Nops. Thanks for the help, but it's nothing like that x_x
  17. ianelli

    Battle square issue

    Hello, i'm having problems with the battle square (that appears when you click to attack a monster, or player, or npc). When it appears it don't disappear unless you click on stop attack, even if you are NOT attacking that creature. For example: Ex.1: I am with secure mode on, and try...
  18. ianelli

    Compilation

    Hiho, take a look at this topic: http://otland.net/f494/otclient-exe-file-doesnt-work-187609/
  19. ianelli

    Bug with trade

    Same issue here, TFS 0.3.6PL1. If i remember well, that only happens with items that this NPC sells too, check that :P
Back
Top