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

    [UK] [8.60] Xonia Beta | Real Map | Staged Exp | Events | Custom Features

    Xonia - Real Map Website: Xonia - Latest News IP: xoniaot.zapto.org | 7171 Protocol: Tibia 8.60 A refined and polished complete real map with 3 extra cities. The first fully-functional auction system ever to be created on a Tibia 8.6 server. Four major events (Capture the flag, Desert event...
  2. Gomgom

    [TFS 0.4] Exceptional Auto Looting System on opening corpse

    Hello, I wrote a system that got an idea and I know that the hole thing could’ve been written in c++ but I’d rather have it written in lua than edit source files which makes it easy for a lot of people to install systems, though, many people have been using that all new versions of tibia and I...
  3. Gomgom

    [Sweden] Xonia 8.60 | Real Map | Staged Exp | Events | Custom Features

    Xonia - Real Map Server Information Location: Europe, Sweden Map: Real map with custom cities (Oken, Gengia and Pyre) Rates: Magic -> 10x, Skill -> 20x, Loot -> 3x - Server Information Website: Xonia - Latest News IP: xoniaot.no-ip.org / 7171 Protocol: Tibia 8.60 Server Feature List A...
  4. Gomgom

    Feature Anit-Push Sytem | TFS 0.4

    Here is a simple Anti-Push System, it was tested on 0.4 and worked properly. with this code items [all items, certain items or only stackable items it's all configurable in config.lua, "antiThrowCertainItems" must be disabled so "antiThrowStackables" can work] can't be dropped nor thrown at...
  5. Gomgom

    Can't throw items under ppl [game.cpp]

    I'm trying to edit game.cpp making ppl unable to throw stackable items under themselves/others but there is something wrong with this one if(!canThrowObjectTo(mapFromPos, mapToPos) && !player->hasCustomFlag(PlayerCustomFlag_CanThrowAnywhere)) {...
  6. Gomgom

    Lua Check if item is boots & gained experience color randomize

    * Check if item is boots: Function to check if item is boots. * Gained experience color randomize: Example given: if getPlayerVipDays(cid) > 0 then gained experience color randomize else gained experience color white end Is there any way to do that?
  7. Gomgom

    [Request] Check if item is boots & gained experience color randomize

    * Check if item is boots: Function to check if item is boots. * Gained experience color randomize: Example given: if getPlayerVipDays(cid) > 0 then gained experience color randomize else gained experience color white end Is there any way to do that?
  8. Gomgom

    Lua [Actions] Possibel to setPlayerStorageValue(cid,xxxx,x) (Per Account)

    [Actions] Possible to setPlayerStorageValue(cid,xxxx,x) (Per Account) I need a function to set a storage value not only for a player but for whole players account.
Back
Top