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

color

  1. guida0123

    [8.6] - Color name change DLL

    Does anyone have any 8.6 dll to change the color of the names to make available?
  2. Ascuas Funkeln

    [FULL] Text Colors codes.

    Hello, i spent some time for prepare this for self help/use, but i dont see any problem to share it with you guys. I dont see any "full" text color codes here, soo take it and enjoy ;) --OLD... New way In object builder as "Light" you can find number of text color
  3. V

    Animated Text Support for OT Client 10.98/99 - TFS 1.3

    I discovered that OT Client can support animated text in higher client versions of tibia. To do this its very simple. Open up compat.lua and find function doSendAnimatedText() debugPrint("Deprecated function.") return true end and replace it with this function doSendAnimatedText(message...
  4. GhostWD

    [Lua] Mouse pos minimap tile color return

    Hi, I'm fighting with getting color of minimap tile which is clicked by mouse could someone help me with that? I'm completely lost and i dont know how to use getColor on that ;/ or idk return bool if its in Fog Of War or not Thanks!!
  5. pasiak12

    Tibia client TEXTCOLORS

    I can't find any colour collection on web that has example colors that are equivalent with tibia client TEXTCOLORS codes. The tfs 1.2 (for 8.6 tibia client version) enum TextColor_t : uint8_t { TEXTCOLOR_BLUE = 5, TEXTCOLOR_LIGHTGREEN = 30, TEXTCOLOR_LIGHTBLUE = 35...
  6. HeberPcL

    Lua Outfit Color Change BLOCK - TFS 1.x

    function Creature:onChangeOutfit(outfit) local old = self:getOutfit() if ( (old.lookHead ~= outfit.lookHead) or (old.lookBody ~= outfit.lookBody) or (old.lookLegs ~= outfit.lookLegs) or (old.lookFeet ~= outfit.lookFeet) ) then self:sendCancelMessage("You cannot change your outfit...
Back
Top