• 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

    Elime's NPC Editor

    This modla window problem on linux seems to depend on the window manager. The problem only occurs using Gnome 3 for me.
  2. Elime

    Elime's NPC Editor

    I have found a problem on the Linux version. Modal windows does not work correctly and it seems to be a problem with the Linux version of java. Will see what I can do about it. So if you are on Linux and did something making a dialog box appear, do not click the main frame in the background...
  3. Elime

    Elime's NPC Editor

    I'm happy you found it useful! Thanks for telling me. =)
  4. Elime

    Need help with a creaturescript!

    Where did playerVoc come from? You have to use: getPlayerVocation(cid)
  5. Elime

    Lua Setting Item Attribute

    I believe I have had the same problem. Maybe try: local itemUID = doCreateItemEx(5954, 1) doPlayerAddItemEx(cid, itemUID, true) doSetItemText(itemUID, "testing") If you want to replace the item you would have to add: doPlayerRemoveItem(cid, 5954, 1) in the beginning.
  6. Elime

    Lua I need support with NPC's

    Please post both your xml and lua file for this NPC
  7. Elime

    Linux Error compilation

    if(result = db->storeQuery(query.str()))) to if((result = db->storeQuery(query.str())))
  8. Elime

    Lua Error in the console

    'Since OneNote is a folder based application, those sub folders are treated as section groups and displayed as such in OneNote. Each section group will be given a OneNote Table of Contents file.' Check all the sub folders for any OneNote files.
  9. Elime

    Linux configure: error: "Linking against boost::thread library failed."

    Do you have the library installed? =P
  10. Elime

    Linux Error compilation

    Yes, you have to add parentheses to all assignments in those if statements. What's up with the unused variables? Did you add them?
  11. Elime

    Linux Error compilation

    You can change the settings so that warnings aren't treated as errors. Better would be to fix the "errors" by adding extra parentheses around the assignments. Example: Replace if(result = db->storeQuery(query.str())) With if((result = db->storeQuery(query.str())))
  12. Elime

    WASD walker

    Well, It will be minimized most of the time anyway right? At least that is what I thought. =P
  13. Elime

    Suggestion Thread Users

    I would like to see this too! Also would like to see how many are watching an entire board. Like how many are watching Feedback right now.
  14. Elime

    Easy fix?

    Oh, lol. Forgot about that one! =P
  15. Elime

    Easy fix?

    I would check login.lua in creaturescripts
  16. Elime

    WASD walker

    @Testerus Updated to version 1.1! You can now assign 'Say' to any key you want. 'Say' will disable WASD and let you type something. When you press enter to send your message WASD will get enabled again.
  17. Elime

    Elime's NPC Editor

    Thank you! ^^ 70 downloads and not a single bug report? I must be an awesome programmer! lol =P Don't forget to report bugs people! =)
  18. Elime

    Elime's NPC Editor

    Since this NPC Editor creates pretty basic NPCs I believe they will work with most if not all TFS distributions. But if you open an NPC file containing stuff like 'interaction' this editor won't recognize it. Most important thing is to know what outfits exists in the Tibia version you are...
  19. Elime

    Elime's NPC Editor

    Thanks guys! =) How was your experience with the software so far?
  20. Elime

    Elime's NPC Editor

    Yes =)
Back
Top