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

    Compiling TFS 8.60 cast system

    Post the error! =P Also post game.h/game.cpp. Maybe we can fix the problems cousing the warnings.
  2. Elime

    Compiling TFS 8.60 cast system

    What happens when you remove the -Werror flag in your make file?
  3. Elime

    TFS Decompile

    No, there is just no reason to decompile it. At least none that I can think of. =P
  4. Elime

    Compiling TFS 8.60 cast system

    Go to line 214 and change: return NULL; to this: return 0;
  5. Elime

    TFS Decompile

    Why would you want to decompile TFS? =S
  6. Elime

    Elime's Flag Calculator

    Windows OSX I jsut read something about AT&T blocking hostingers free hosting servers. Do you have AT&T?
  7. Elime

    Elime's Flag Calculator

    Yes, but a web application can go offline right when you need it. Also what's nice abut this application is that you can add your own flags. Just by editing a .txt file the user can make it support any destribution. But I agree making it a web application as well would be great. =)
  8. Elime

    WASD walker

    @bstinn @rag123 Update 1.2 Changes: You now have the option to redirect diagonal walking Improved multithreading The position of the window is now saved when exiting wasd The icon has been changed 'Find Tibia' is now a button instead of a menu item Download: rar (same as in main post)...
  9. Elime

    Elime's Flag Calculator

    Yes, would you like to host it on opentibia.net? =)
  10. Elime

    Elime's Flag Calculator

    Elime's Flag Calculator calculates your player flags value. How do I use this? All the players on your server belong to a certain group. For example the groups in standard TFS 1.0 are 'player', 'gamemaster' and 'god'. Every group has a flags value. This value is a combination of a set of...
  11. Elime

    [list] Missing Tibia Tools

    Feel free to try Elime's NPC Editor and tell me if it's confusing or not. =P On topic: I think a graphical spell creator that is up to date would be nice. Not sure if the developer of that program is gone or not.
  12. Elime

    Elime's NPC Editor

    Does the download stop somewhere in the middle (like someone else have reported)? or are you experiencing a different kind of problem? Also you can try the MediaFire link in post #78
  13. Elime

    [list] Missing Tibia Tools

    And here I thought I had made an NPC editor that is among the most easy tools to use lol. =P Please tell me how I can improve the editor! =)
  14. Elime

    MYSQL

    Maybe the last post in this thread can help you? http://otland.net/threads/map-problem-tfs-0-3-6.84950/#post-957591
  15. Elime

    Solved NPC not waiting for reply

    Yes, but it should be placed outside of the creatureSayCallback function together with onCreatureAppear, onCreatureDisappear, onCreatureSay and onThink.
  16. Elime

    Solved NPC not waiting for reply

    @Xikini Did you move the greet function? =P
  17. Elime

    Elime's NPC Editor

    Bumping this up because of daily downloads. =)
  18. Elime

    WASD walker

    @keinne17 I tried but the Classicus client got some kind of protection (intentional or unintentional). WASD walker can find the process but the client ignores all redirected keys. I don't have time right now to investigate if further. Sorry... =/
  19. Elime

    Solved NPC not waiting for reply

    @Xikini Why is the greet function inside of the creatureSayCallback function? Every time you say something to the NPC the creatureSayCallback will be called. So if you say 'backpack' it will answare 'You like my backpack do you?...' and then change the talkstate to 1. Then the if statement...
  20. Elime

    WASD walker

    I remember experimenting with diagonal walking but I eventually hit a roadblock. Might look into that again though. =)
Back
Top