• 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!

Search results

  1. Elwyn

    TalkAction [TFS 1.X] Get/Set Player Storage Value

    Create a file in talkactions/scripts named storage.lua and put the following code: On talkactions.xml put the following tags: <talkaction words="/getstorage" separator=" " script="storage.lua"/> <talkaction words="/setstorage" separator=" " script="storage.lua"/> To use /getstorage...
  2. Elwyn

    TalkAction [TFS 1.X] Set item action id

    Use it just like /r, put the item in the tile you're facing and say /aid number Create a file named set_actionid.lua on talkactions/scripts and put the following code: On talkactions.xml put: <talkaction words="/aid" separator=" " script="set_actionid.lua" />
  3. Elwyn

    Reward Chest

    Hello, OTLanders I'm one step away from pushing the Reward Chest to Chaotic Server (link) and would like to ask for suggestions about the algorithm to split the loot. As of now, the algorithm consist of: Giving points to players who heal, receive damage and deal damage to certain monsters. Loot...
  4. Elwyn

    Exhaust Icons

    When using spells such as exori max vis, or exori vis or exori mort. There's two cooldowns, one spellgroup cooldown and another that is spell cooldown. Those two appear on the client. I would like to know how to I configure this? As I want to create a new mort spell, for example, and from some...
  5. Elwyn

    Hilarious Tibia Bug

    Today the whole day a lot of Tibia's worlds were going on and off. Turns out there was a bug that players could TP anywhere and some ppl abused it and got almost every rare item...
  6. Elwyn

    Tibia OTBr IPChanger, for Linux

    This IPChanger works for any version of Tibia Download: https://github.com/gugahoa/ipchanger-otbr/archive/master.zip Repository: https://github.com/gugahoa/ipchanger-otbr How to use: (You need to have Python3.4) First you need to install pip https://pip.pypa.io/en/latest/installing.html...
  7. Elwyn

    Action [TFS 1.X] Reward Chest

    It's meant to help mappers who doesn't know Lua, so they can make their quest chest reward without the help of scripters. Create a reward.lua at actions/scripts and copy-paste the following code: Then register at actions.xml using the following tag: <action actionid="15000"...
  8. Elwyn

    Compiling Linking using Visual Studio 2013 (OTX 2)

    Hello, I'm trying to compile OTX 2 (8.71) using Visual Studio. I installed all dependencies using NuGet, among them: sqlite, lua51, zlib, libiconv, libxml2. Installed as well TFS-SDK 2.0 and lib boost. When trying to compile the project I get the following warning: Even though I do have...
  9. Elwyn

    Windows Not enough memory while loading npc scripts

    Hello. I'm moderator at an Brazilian ot forum and today one user came with a rather curious error. While having 6Gb of RAM, he gets "Not enough memory" when loading Printer's global datapack (https://github.com/PrinterLUA/FORGOTTENSERVER-ORTS) When loading TFS basic datapack (the one at their...
  10. Elwyn

    Python IP-Changer

    I, with Lordfire from OTBr, am developing a IP-Changer in Python to help me learn more about python, memory reading/writing and how to use github to its fullest. I'm here to show you guys a prototype and ask for your opinion as to what can be done better, what features could be implemented, if...
  11. Elwyn

    Linux [Python] Need help making a IPChanger

    I'm making a IPChanger in Python and I'm having problems detecting the tibia client version. The code in resume does this: >>> import ptrace >>> ptrace.attach(22876) >>> ptrace.peekdata(22876, 0x8048000 + 0x3320d4) 2336927755350992214 >>> hex(2336927755350992214) '0x206e6f6973726556' >>>...
Back
Top