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

    New OTItemEditor

    Ok found out myself actually, the proper line to add to PluginThree.xml is <client version="1090" description="Client 10.90" otbversion="58" datsignature="3F26" sprsignature="565EE171"/> I found this out by going to File -> Preferences -> Browse and found my 10.9 tibia install folder, It then...
  2. Nazubal27

    New OTItemEditor

    I was wonder how you find the datsignature and the sprsignature of the Tibia.dat and Tibia.spr files so I can try to manually add support for 10.9? And also if it is as easy as adding <client version="1090" description="Client 10.90" otbversion="58" datsignature="38DE"...
  3. Nazubal27

    [7.4 - 10.9] Otclient 0.6.3 (2474)

    Is it possible to MC with this client?
  4. Nazubal27

    [USA] DeathSauce-OT 10.90 Custom Map, Monsters and Quests!

    Definitely :D Use !online to find online game masters
  5. Nazubal27

    [USA] DeathSauce-OT 10.90 Custom Map, Monsters and Quests!

    Promotion! Join before Feb 14th and receive 1 million gold and what ever mount you wish! *** Contact a Game Master in game to receive your gift ***
  6. Nazubal27

    [USA] DeathSauce-OT 10.90 Custom Map, Monsters and Quests!

    ~*Ip*~: 23.251.145.48 ~*Port*~: 7171 ~*Client*~: Tibia 10.90 ~*Uptime*~: 24/7 ~*Hosted in*~: USA, on a dedicated server with 1000 mbits Internet connection. ~*Website*~: http://deathsauce-ot.com ~*Exp rate*~: 40x ~*Map*~: Customized Atlantis, several cities ~*Runes*~: Normal charges and prices...
  7. Nazubal27

    Monsters Opening Doors

    Hey, I'm wondering if anyone has (or could figure out) a way for monsters to open doors so it can reach its target. I am also wondering if anyone has a way for monsters to follow their target up/down ramps/ladders? Thanks for any help.
  8. Nazubal27

    GetMonsters

    Doesn't seem to work for me. Hangs at like 27/800~. Using client 10.77 btw
  9. Nazubal27

    [TFS 1.2] Pet system

    Another thing is pets don't follow you up and down stairs
  10. Nazubal27

    Lua Function Monster onSelectTarget(self, target)

    Hey, on TFS 1.2 (I think), int32_t thinkEvent; is in monsters.h not monster.h Idk if this is a typo or different on your version.
  11. Nazubal27

    OpenTibia Load/unload items.xml into database

    I wrote a small Java program that can load the items.xml file into a database so the values can be more easily updated (if you know how to use SQL). Once the updates are complete you can run the other method to extract all the items and their attributes out of the database back into the...
  12. Nazubal27

    Feature Random Attributes

    Update for TFS 1.2 Note: Attack speed, extra attack are not as straightforward to implement so they aren't yet. Charges can be easily implemented but isn't yet! STEP 1: When an item is created we assign it random variations, this is done in the item.cpp class. In the item.cpp class, inside...
  13. Nazubal27

    Feature Attributes MOD

    Please update this for TFS 1.2 if you could. Problems I'm having with TFS 1.2 are -the Item class doesn't have a getAttribute(String...) method -boost::any doesnt exist -there isnt a STAT_LEVEL enum
  14. Nazubal27

    Linux TFS 1.2 Not Stable on Ubuntu [SOLVED]

    SOLVED! So my problem was caused by a connection to the mysql server not working if it hasn't been used in a while. So the next query attempt will timeout but the server deals with this issue by sticking the execute query code in a loop that reattempts in-case of this kind of failure. The...
  15. Nazubal27

    Lost connection to MySQL server during query - CRASH

    Having same problem still, anyone found a solution yet?
  16. Nazubal27

    Solved npc standing back/with his back to player with walkinterval="0"

    in your map editor you can right click on ur npc and change his look direction
  17. Nazubal27

    Linux TFS 1.2 Not Stable on Ubuntu [SOLVED]

    Turns out an error is being printed out, but only after the server starts responding. The error I'm getting is [Error - mysql_real_query] Query: SELECT `id`, `amount`, `price`, `itemtype`, `player_id`, `sale` FROM `market_$ Message: Lost connection to MySQL server during...
  18. Nazubal27

    Solved Item gives mount need storage

    Possibly wrong server version God Mythera
  19. Nazubal27

    issue with connecting to server

    When you start the server you get a console which shows information about the server right, the black terminal window? What does it say when he fails to connect? And can you connect? You probably had to port forward the port 7171 on your router right? did you also forward port 7172?
  20. Nazubal27

    issue with connecting to server

    Need more information what the server you are running, Server name and version, your operating system, any output from the console, the version of tibia your using, and anything else you think will help
Back
Top