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

    TFS 1.X+ disable adventurer blessing

    Remove this line: src/protocolgamebase.cpp#L747 and this: src/luascript.cpp#L9719 don't forget to remove entire "sendBlessStatus" function from source.
  2. Techrlz

    Extracting looktypes from tibia client?

    Sure, you can use some Object Builder and find Looktypes there.
  3. Techrlz

    TFS 1.X+ stopEvent or stopScript

    You can use Coroutines and pause/resume whenever you need.
  4. Techrlz

    TFS 1.2 Bug With Traders (shopModule:addBuyableItem)

    The problem is because in ADM character "capacity = 0" you cannot buy, maybe you can make some changes to ignore if admin, if you want to buy with admin anyway you can right click and select "ignore capacity"
  5. Techrlz

    TFS 1.2 Bug With Traders (shopModule:addBuyableItem)

    Right, test if this problem occurs with normal character.
  6. Techrlz

    Server Shutsdown while saving

    data/globalevents/scripts/serversave.lua (1.x): local shutdownAtServerSave = false local cleanMapAtServerSave = false local function serverSave() if shutdownAtServerSave then Game.setGameState(GAME_STATE_SHUTDOWN) else Game.setGameState(GAME_STATE_CLOSED) if...
  7. Techrlz

    Some bugs at my server some one wanna fix?

    CREATE TABLE IF NOT EXISTS `guild_wars` ( `id` INT NOT NULL AUTO_INCREMENT, `guild_id` INT NOT NULL, `enemy_id` INT NOT NULL, `begin` BIGINT NOT NULL DEFAULT '0', `end` BIGINT NOT NULL DEFAULT '0', `frags` INT UNSIGNED NOT NULL DEFAULT '0', `payment` BIGINT UNSIGNED NOT NULL DEFAULT '0'...
  8. Techrlz

    CHALLENGING OTLAND! PRICE 200$

    :eek::eek::eek:
  9. Techrlz

    C++ Players can't connect in the server 1k+

    Maybe i can help you. obs: its not tfs issue.
  10. Techrlz

    Compiling OTClient (Master) DX9 Visual Studio

    You can try this: Compiling on Windows · edubart/otclient Wiki · GitHub
  11. Techrlz

    How to enable to senior tutor can enter on ClosedServer ?

    You can set CanAlwaysLogin flag.
  12. Techrlz

    Programmer Looking for Imbuiment System

    This guy is viking? Make more sense for me.
  13. Techrlz

    Scripter I am looking for a scripter

    GitHub - ninjalulz/forgottenserver at 8.6
  14. Techrlz

    useless discussion waste of time

    "hard to find" https://github.com/mattyx14/otxserver/commit/38aa9b6909e157735f208690597fbd987a78bb9c
  15. Techrlz

    [10.98] Real Map - No Bugs

    This datapack have a couple of bugs, i'll list one to proof what i'm saying.. data/npc/scripts/Naji.lua: elseif isInArray({"torak platimus", "toret platimus"}, msg) then local l = 1 while l > 0 do l = l + 1 end line 600-602 This is one but have more bugs added by the...
  16. Techrlz

    Tibia 11 Discussion(+Tutorial how to able to use it)

    //really ugly script, feel free to release a better one :) // be aware that we don't even test the password in this script ^ ^ ^
  17. Techrlz

    10.94+ global??

    https://otland.net/forums/data-packs.464/
  18. Techrlz

    Watch out for scammer my friends! www.vikingtibia.com.br

    Its funny how all scripts with @viking is bugged.
  19. Techrlz

    Watch out for scammer my friends! www.vikingtibia.com.br

    +1 scammed by @viking . He scammed me like 2 months ago.
Back
Top