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

    Requesting All NPCs and Monster for Real Tibia 9.86

    You can probably find unfinished versions of most of the monsters, but I doubt you will find more than half of the new npcs since 8.6.
  2. W

    [USA] {9.8+} Bravera: Reloaded - global Tibia without the grind!

    The test server for the next version of the server is online now, available for client 10.1 only. There are still a lot of minor bugs that come from switching engines, but that's to be expected this early on in development. The current npc pack is just there to prevent startup errors from...
  3. W

    [Request] Premium Scroll = Premium Points

    ~Sigh~ Yes, onUse scripts are actions
  4. W

    The Forgotten Server has Stopped Working

    Use LaaTiDo on your .exe, google it.
  5. W

    Windows Problem with tfs . Help

    I mean there's no way to tell what the issue is without a crash dump, other than guessing which is a waste of time. Nobody can help you without a crash dump.
  6. W

    Lua Door Vocation and !leavehouse

    IIRC, you have to be standing outside of the house, facing the front door to use !leavehouse, then it allows you to trade the deed in a safe trade window with someone standing nearby.
  7. W

    Windows Problem with tfs . Help

    First of all, the contents of the private svn are not and never have been for sale. Second, rev 5916 does support crash dumps, but you did not compile it properly. Until you do so, there is no way to find the cause of the crash.
  8. W

    Solved doubt about water damage

    Check movements.xml, make sure you have both of theses lines: <movevent type="StepIn" fromid="5405" toid="5410" event="script" value="drown.lua"/> <movevent type="StepOut" fromid="5405" toid="5410" event="script" value="drown.lua"/>
  9. W

    Gengia. oken, pyre

    Search for them in the download section and paste them into your map.
  10. W

    Windows Problem with tfs . Help

    There's no way to find out unless you use a compile tfs with crash dump reporting.
  11. W

    Tibia 9.86 - CLIENT LAG

    It's not related to framerate, it's a compatibility issue with the hardware.
  12. W

    Tibia 9.86 - CLIENT LAG

    I actually have an identical issue on my computer. Always over fps according to the client, but in the actual framerate is so slow that I don't even see character/creature foot movement, everything just glides across squares. The longer my client is open, the worse it gets (especially with...
  13. W

    [Request] Premium Scroll = Premium Points

    function onUse(cid, item, fromPosition, itemEx, toPosition) local addpoints = 10 -- amount of points to add db.executeQuery("UPDATE `accounts` SET `points` = `points` + "..addpoints.." WHERE `id` = '" ..getPlayerAccountId(cid).. "';") doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE...
  14. W

    [Poland] Hellsway ♦ RPG / RealMap 8.60 ♦ New Edition

    Dragon lords are not profitable to sd on global. With properly configured loot, even an ot with 3x should not yield profit from every hunt sding dls. There are tons of other creatures and ways to hunt that will yield considerable profit. For instance ue/wave/gfb in lizards and you will make...
  15. W

    Need storage to trade with NPC

    function onTradeRequest(cid) if(getPlayerStorageValue(cid, 60000) == 1) then npcHandler:say("Let's trade!", cid) return true else npcHandler:say("You do not have the required prerequisites to trade.", cid) return false end end Change the texts to whatever you like. Fix your skype or...
  16. W

    [Poland] Hellsway ♦ RPG / RealMap 8.60 ♦ New Edition

    I can't speak for the accuracy of creature loot on this server, but the base monster loot found on most servers is already 3-5x more than global Tibia. So, 3x on most ot servers is actually more like 9-15x. The proper loot rate of dsm from a dragon lord is 0.18% and 3x would be .54%, which...
  17. W

    Problem with removing/adding outfits

    Actually, I would not recommend using 0.3 for a serious ot as it will not be supported for much longer. As for the thread starter's issue, this is an unfortunate limitation of the current outfit system in 0.2/1.0. It will be rewritten sometime in the fairly near future, but for now you are...
  18. W

    Buying Protection of client decompilation

    Pretty sure he's buying, not selling. I'm assuming he wants somebody to modify his custom client so that it cannot be decompiled.
  19. W

    Why is TFS 0.4 for premium only if?

    I will be putting together a very comprehensive tutorial on converting 0.3/0.4 datapacks over to Dalkon's compatibility version of 1.0 (and hopefully just 1.0 in general). The transition should be relatively smooth by the time it's ready for production.
Back
Top