• 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

    Action/GOD - Click and Drag

    How did you test it? This will only enable you to move items around at a distance. You can still not move an item to a bag and not from different levels. And just in case, I just have to ask... Did you actually compile the code? =P
  2. Elime

    Elime's NPC Editor

    Ok, I hope you installed your anit virus again! =P Try THIS download link and tell me if it works or not.
  3. Elime

    Action/GOD - Click and Drag

    Ok, a lot has changed since 0.2.14 I guess. Changing it in groups.xml is probably the new way of doing it though. Thinking about it you could probably go with: if (!Position::areInRange<1, 1>(playerPos, mapFromPos) && !player->isAccessPlayer()) and skip the player flag.
  4. Elime

    Action/GOD - Click and Drag

    Sorry, I should be more specific. You can add player flags in const.h. The last one should be: PlayerFlag_IsAlwaysPremium = 137438953472 Just after it you can add: PlayerFlag_CanMoveItemsFromFar = 274877906944 To add the new flag to your GM/GOD group go to the groups table in your database...
  5. Elime

    Action/GOD - Click and Drag

    In game.cpp you can find: if (!Position::areInRange<1, 1>(playerPos, mapFromPos)) { //need to walk to the item first before using it std::list<Direction> listDir; if (player->getPathTo(item->getPosition(), listDir, 0, 1, true, true)) {...
  6. Elime

    Elime's NPC Editor

    Thank you for testing it =) Maybe you got some internet security software that is blocking larger files from being downloaded? You could check the settings in your security software to see if there is a setting that may be blocking downloads. Or you can try temporarily disabling the software...
  7. Elime

    Elime's NPC Editor

    That's strange. What web browser are you using? Have you tried using a different browser?
  8. Elime

    Elime's NPC Editor

    The problem should be fixed now. Please try again and tell me if it works or not. =)
  9. Elime

    Lua [TFS 1.0] NPC walking to position

    Have you tried moving the npc more than one sqm with selfMoveTo(pos)? If i remember correctly it dosn't move if it's standing right next to the target.
  10. Elime

    Elime's NPC Editor

    It's a lua editor. I'm going to compete with Notepad++ for open tibia development. It's a pretty crazy idea. ^^
  11. Elime

    Elime's NPC Editor

    No, but I'm working on an other project right now. =P
  12. Elime

    Elime's NPC Editor

    Sorry for not answering, I have been on vacation. =P I think it uses slightly different parameters. What problems did you encounter exactly?
  13. Elime

    Elime's NPC Editor

    I would like to share it, but I have gotten my software stolen renamed and reuploaded before. And as if that wasn't enough I got accused of stealing the software lol. I was thinking I should release it when I don't feel like updating it anymore? I'm not sure. I know how annoying it can be to not...
  14. Elime

    WASD walker

    Great! I hope you like it =)
  15. Elime

    WASD walker

    Did you download and install the Visual C++ packages (vcredist_x86.exe)? Or just that dll?
  16. Elime

    Swift - New programming language

    Apple has introduced a new programming language that is as easy to type as say Lua and as fast as well written c++ code. This got me pretty excited! So what do you guys think about it? ^^
  17. Elime

    Elime's NPC Editor

    Maybe. I will think about it. ^^
  18. Elime

    WASD walker

    Infect? Now some people will think this is some kind of virus. =P But I'm glad you are liking the tool. ^^
  19. Elime

    Lua I need support with NPC's

    @therrax I saw your pm with the link to this thread. So I guess you want an answare from me. I tested the npc on a 0.2.14 server and it worked fine. I can't see any problem with the script or xml. Not sure what's happening. Maybe WibbenZ is right and the server version has a bug in its source code.
  20. Elime

    Elime's NPC Editor

    Added a hotfix to the linux version addressing the modal window bug. It's now on version 1.0_1.
Back
Top