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

    Creating a noobwar server! NEED YOUR OPINIONS!! SCREENSHOTS

    I wanna cooperate with you. Is it possible for me to join the team/got any contact info?
  2. Santy

    Some pixelz from animes'

    Really nice sprites, kudos,.
  3. Santy

    Hey Guys!

    We've already answered that, guy. Utilities such as item & map trackers and knowledge adquired from investigation through the wikis and forums of the Tibian Realm.
  4. Santy

    Discussion: Marketplace

    Pfft, give me the specs and I'll do it in a day @Scarlet Personally I actually think Amoaz' idea is genius, and I'd be willing to even help designing/programming it out. Scripts with prices and a fee for OTLand is not only profitable for you guys, but would also help in popularizing the forum...
  5. Santy

    Discussion: Marketplace

    For the users that would want to announce things related to OTS, which I think is the aim of forum, with the purpose of selling. Now if you'd like losing potential forum users with those intentions that is totally up to you, the staff, to moderate. If you think removing the section is a...
  6. Santy

    Discussion: Marketplace

    I understand that and agree, but removing the section would be depriving the forum users. Myself I don't like the way it's currently being used, but people saying it should be closed are being of selfish nature by inclining themselves toward the possibility of having new systems which could...
  7. Santy

    Discussion: Marketplace

    No. The ones who said yes are right-depriving conforming individualist douchebags with no foreseeing of the voiding devaluation this forum would experience.
  8. Santy

    Hey Guys!

    What is with this dude, expecting absolutely everything to be done in order for him to "Real Steal"? Also, there are several utilities OT owners use to steal stuff from Tibia, such as sprite extractors, data editors, map & item trackers, map editors and other sort of utilities.
  9. Santy

    Zisly's AAC

    I'm waiting for this. Don't stop.
  10. Santy

    Ranger's Arcani [semi-rpg, own scripts, map, graphics, monsters] MULTI-LANG

    Did Riot allow you to steal those graphics? Also, I'm pretty sure I've seen that Item rarity system somewhere.
  11. Santy

    Alera 7.4 progress and test servers

    Then your server was bullshit.
  12. Santy

    OpenTibia DLL Pack (v2.0)

    Do these work with 0.3.6pl1?
  13. Santy

    Lua exaust on lever(1945)

    And incase you don't have those functions, a simple google search: exhaustion = { check = function (cid, storage) if(getPlayerFlagValue(cid, PLAYERFLAG_HASNOEXHAUSTION)) then return false end return getPlayerStorageValue(cid, storage) >= os.time(t) end, get = function (cid...
  14. Santy

    Lua exaust on lever(1945)

    You can check the time since the server was started with "os.time()" (in milliseconds), save it on a storage value with "setPlayerStorageValue(cid, id, value)", check with "getPlayerStorageValue(cid, id) >= os.time()-20000".
Back
Top