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

    Suggestion About Reaction Scores

    3 left side emojis increase score 3 right side emojis do nothing
  2. Merlin

    7.4/7.6 RealMap (not ready to run) (need edits before run) Happy New 2019

    What the fuck? I really hope I'm misunderstanding something here. You sell files with backdoor, meaning you have the option to access whatever host these files are hosted on? In other words you've been selling Trojans!??
  3. Merlin

    OTCi - OTClient improvement project

    There is a reason for that Copy paste from "The data says that around 90% of your audience has access to version 2.1 or above, 60% has access to 3.0 or above, and only 20% has access to 4.0 or above. As such, unless you really need tessellation or instancing or something, you should probably...
  4. Merlin

    OTCi - OTClient improvement project

    Even if I ignore that this project looks like a scam for now, it doesn't make sense why you seem to put so much focus on fps??? Sure, OTC does indeed have performance issues in the code but Tibia is not an animation heavy game! 60 fps is more than enough & unless you play on a toaster you can...
  5. Merlin

    Help with the script

    You are trying to execute doChallengeCreature on a player when it only works on monsters remove line: doChallengeCreature(summon, cid)
  6. Merlin

    [RME] 1 id difference in items.otb

    Hmm that hat could probably work. Replace items to other ids that you are not using & after you replaced all of them, replace again to correct id.
  7. Merlin

    Help with the script

    Remember to include tfs version next time made some edits to Ramirow's script You can set these conditions in actions.xml so this line is only useful if the script should be triggered by more than 1 item/uid and they should make the script perform different actions :p local storage = 30001 --...
  8. Merlin

    Solved Cannot save ItemsList. Player ID not set.

    The decimal value of your ip (3,232,235,894) is out of bounds (max for signed int is 2,147,483,647) This query will increase the boundary to allow numbers up to 4,294,967,295 ALTER TABLE `players` MODIFY `create_ip` INT(11) UNSIGNED NOT NULL DEFAULT 0
  9. Merlin

    TFS bug 11.90

    change <action fromaid="57362" toaid="57367" script="Dangerous Depths/WarzoneIV.lua /> to <action fromaid="57362" toaid="57367" script="Dangerous Depths/WarzoneIV.lua" /> you were missing a "
  10. Merlin

    Make otland great again

    OT is not dead lol. Just like how people grow up & become adults, so has the community. The community has become more serious & developed higher standards over time. Pizza servers mostly don't cut it anymore. Don't forget, the vast majority of server owners are near completely clueless noobs...
Back
Top