• 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

    OpenTibia Remere's Map Editor 3.2

    @Snavy Ok, I'll have to look further into it. There seems to be plenty of bugs to fix as well. Did you encounter any problems/errors other than when editing houses?
  2. Elime

    OpenTibia Remere's Map Editor 3.2

    @Snavy Maybe the old version of info.plist is cached. Try using the touch command on the .app directory. touch /Applications/Remere\'s\ Map\ Editor.app
  3. Elime

    OpenTibia Remere's Map Editor 3.2

    @Snavy Ok, what if you open info.plist using Xcode, right-click in the document and choose 'Add row'. Choose the name "Minimum system version" and the string value "10.9". Hope it works. It is really good to know this for future releases. =P
  4. Elime

    OpenTibia Remere's Map Editor 3.2

    @Snavy Great! You can try adding the following in the info.plist to make it run properly: <key>LSEnvironment</key> <dict> <key>MinimumSystemVersion</key> <string>10.9.0</string> </dict> Add it near the end after <string>1.0</string> and before </dict>
  5. Elime

    OpenTibia Remere's Map Editor 3.2

    Hm... I'm sure i compiled for 10.9+. Maybe it's something with the info.plist? Anyway why don't you just update to Sierra? =P
  6. Elime

    OpenTibia Remere's Map Editor 3.2

    Remere's Map Editor for MacOS
  7. Elime

    Windows Image Client

    Did you try https://otland.net/threads/elimes-pic-editor.242991/ ? You need to save your image as png. But then you can just drag and drop it to replace the image.
  8. Elime

    Can't connect to MySql server on localhost (2003)(10061)

    Seems like you are not providing a password
  9. Elime

    Compiling [C++] How To Make A Simple Calculation?

    How do you mean at one time? You still have to specify the values somehow. One thing you can do to avoid a big list of data is to read the values from a file or database.
  10. Elime

    Can't connect to MySql server on localhost (2003)(10061)

    Try to stop the mysql service process in task manager and then start mysql in uniserver again.
  11. Elime

    Lua Function percent

    If I understand you correctly you want something like this: function chanse(percent) return percent >= math.random(1, 100) end if chanse(50) then player:addItem(2287, 1) end if chanse(30) then player:addItem(2265, 1) end if chanse(10) then player:addItem(2311, 1) end if chanse(5) then...
  12. Elime

    Compiling [C++] How To Make A Simple Calculation?

    Maybe like this? #include <iostream> #include <map> using namespace std; class Money { public: double hours; double wage; Money(double hours, double wage) { this->hours = hours; this->wage = wage; } double earned() { return hours * wage; } }; int main() {...
  13. Elime

    Elime's Pic Editor

    With this application you can replace the images stored in the Tibia.pic file. This will change the appearance of the Tibia client. Download GitHub Repo
  14. Elime

    Elime's NPC Editor

    Use default.lua
  15. Elime

    WASD walker

    Thank you all for reporting the problems. There are obviously some major flaws in the application right now. There is no reason to use it if AutoHotkey is better. I would still like to improve WASD walker, fix bugs, add mouse button keys and more. But I'm busy a usual so it will take some time.
  16. Elime

    WASD walker

    @poopfeast Well, you are kind of manually selecting it by providing the class name of the window in settings. =P But you want to be able to select window with the mouse or what?
  17. Elime

    WASD walker

    @axas @keinne17 @Testerus @wakkstrom @krithion2424 @Shadowfell Update 1.3 Changes: Now supports Classicus client All keys form F1 all the way up to Ctrl+F12 are now supported You can now choose a key binding for turning WASD on or off You can now choose a key binding for mount/dismount You...
  18. Elime

    WASD walker

    I'm working on it. Is there any particular ot you like to play on?
  19. Elime

    Elime's NPC Editor

    @LordVissie What OS are you running? Can you give any more details on what's happening when you try to save the xml? It doesn't create any lua file. You can use default.lua.
  20. Elime

    Shittiest mapper competition!

    It is time!
Back
Top