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

outfit

  1. SlaughterXd

    Help, when i change my outfit in my god char it crashes

    Hello otland, i have created an otx server and i have this bug, wich happens when i change my outfit in my char god and my tibia crashes. Anyone knows how to solve it?
  2. X

    [TFS 1.0] (xml) Son of Verminor outfit not changing (and others)

    I've already tried searching for similar issues and I have found nothing similar to this issue. The problem is pretty simple, I noticed that the monster "Son of Verminor" doesn't change his outfit like he is supposed to. In real Tibia he is supposed to change between a slime, a rat, a scorpion...
  3. 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...
  4. Snavy

    [TFS 1.2][Talkaction] OUTFIT CHANGER /choutfit

    I was looking for outfit changing script on otland that was for TFS 1.2 But couldn't find any so I decided to edit /newtype script and make a better use of it. <talkaction words="/choutfit" seperator=" " script="choutfit.lua"/> local outfits = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13...
  5. K

    Transform - Logging out Issue

    Hi, There's a little problem with the script I have been working on recently and I was wondering whether someone could actually help me with this as I would be really grateful. So, the problem: - When the character types in 'transform', they get X amount of HP/MANA, the outfit changes and...
Back
Top