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

outfits

  1. ghunalma

    Outfit per Vocation TFS 1.3

    Hi there! I need a help to make this function in my RPG Server. I like to retrict the outfits per vocation. Ex: if sex == 1 -- male player:addoutfit({looktype ="665" addons="3" fromvoc="1") -- Wizard end
  2. J

    New Ooutfits Tfs 0.4 Problem

    Hello guys I use TFS 0.4 tibia 8.6 and I Have 25 Addons When I add one more so is 26 I cant see last one (new addon) and this is maximum or I can add more?? my script Outfits.xml is: <?xml version="1.0"?> <outfits> <outfit id="1"> <list gender="0" lookType="136" name="Citizen"/> <list...
  3. Sarah Wesker

    🎃 Hallowen Tile 🎃

    This is a simple revscript that dresses the player with a lookType of some random monster when he steps on a tile with a specific action id or failing that a specific position. Available for TFS 1.x+ and Canary. hallowen_random_outfit.lua local config = { actionId = 8000, positions =...
  4. dropz

    Outfits? TFS 1.2 - helppp

    here we go again... maybe now i get a answer :D well, i added some new outfits in my server and they are working properly, but now im facing a problem to "lock" this outfits. currently all premium players has access to the new implemented outfits, and my idea is this new outfits only can be...
  5. dropz

    Set Outfit Problem - TFS 1.2 Nostalrius

    hello everyone! i came here to try get some help in one problem that i facing. im working in new outfits to Nostalrius TFS 1.2 and i get about looktypes, Objetc Builder, storage.. things that must be known to handle with it but now the problem is: i imported from Object Builder a new array of...
  6. almirtibiaalmir

    Outfits Homepage

    Hello, I have a question regarding the outfits on my homepage. im useing tfs 1.5, 8.6 nekiros downgrade. For the homepage, im useing myaac current version. I added custom outfits on the ot server, for example the outfit ID is 383. If a player has the outfit in the game, is on the homepage under...
  7. potinho

    C++ [OTX 2] Use new outfits and addons

    Hey guys, I've already managed to add some outfits on my server but in a very limited way, I can't put outfits as a quest reward and there's no way to use addons. I use OTX 2 and would like to know what I need to change in the sources to use a system of outfits/addons per sale and per quest. I...
  8. potinho

    C++ Server respect outfits.xml

    Hello everyone, I have an OTX 2 server (TFS 0.3.7) 7.72 protocol, where I define the outfits range in the sources, as below in protocolgame.cpp: Im using OTCv8 as client. void ProtocolGame::sendOutfitWindow() { NetworkMessage_ptr msg = getOutputBuffer(); if(!msg) return...
  9. Terotrificy

    Outfits order in stack aren't right in Othire 1.0

    Hi, i have a problem with the outfit orders in Othire 1.0 When i use normal tibia client 7.72, when a player enter a stack in a ladder, rope hole, etc, the outfit of the last player to enter the stack goes to the bottom, instead of the top of the stack. Is there any way to fix it from server...
  10. EarthMother

    First Cusom Outfit, (frankenspriting) + Handgun=Berreta. "Give it a rating from 1-10.

    Hello! I have created and implemented my own sprites and outfit today. Please give it a rating from 1-10 (The outfit is also animated N,E,S,W) "ANY QUESTIONS? feel free to contact me." Edit: I have too add, the outfit is an frankensprite and if you haven't heard that term I'll explain it to...
  11. jondropss

    TFS 0.X Outifits in Gif Dont show-up - Modern Acc

    Hello otland friends, i have a problem with my website in Modern acc. I tried to adapt this code of png outfits, to use gifs, but it doesn't show me any image +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ the gif images are already in the...
  12. kubqq

    Problem with outfits.xml, cannot add more than two orginal 8.60 tibia outfits

    Hello everyone. Like a thread, I have big problem with file outfits.xml - I want to add Dwarf, Elf, Skullhunter and Cult outfit but everytime working only two. I dont have any errors about outfits.xml in console, I can set Dwarf and Cult or Skullhunter and Cult, or Elf and Dwarf etc. I only...
  13. Kaspar

    Retro Outfits [6.98]

    Hello folks. At a certain point of time, CipSoft had a test server -- client version 6.98. Since the client is so old and since it was not an official client, it has now been long forgotten and has disappeared into the abyss. I couldn't find a trace of it anywhere. A major part of the testing...
  14. LIINDI

    AAC Mount outfits won't show up in store.

    Hi! Im just curious if anyone could help me to get my animated mount outfits to work on my store. When adding a new mount to the online store this is what comes up. So as you can see up top that's the exact values i used. I tried buying it for myself but i couldn't recieve it. It only stood...
  15. S

    [Help] About Npc outfits Tfs 0.4 8.6

    Good afternoon! Help please I've done everything I searched in several places but I did not think I wanted npc that gave outfits Played arrived npc Player: Ola Npc / Barbaro: Ola | PLAYERNAME | You gotta stick here, congratulations, I'm Barbaro that destroys Orpheus, let's jump on this subject...
  16. Joe Rod

    Feature Game.getMounts(), Game.getOutfits(sex)

    Hi, with this functions you will get a list of all available mounts/outfits that you have added to xml file Tested on OTX3, this works on TFS 1.X luascript.h after this: static int luaGameGetHouses(lua_State* L); paste this: static int luaGameGetMounts(lua_State* L); static int...
  17. BugaS

    Lua How to make this script to check vocation?

    Hey I've got: -------------------- ---- CONDITION ----- -------------------- local wolfCondition = createConditionObject(CONDITION_OUTFIT) setConditionParam(wolfCondition, CONDITION_PARAM_TICKS, -1) addOutfitCondition(wolfCondition, {lookType = 4, lookHead = 0, lookBody = 0, lookLegs = 0...
  18. GOD Jose

    Groups with Forced Outift.

    Hello OtLand. I have a big question, anyone remember when the groups had forced outfits? What i mean? When you usually log-in on old servers with a Gamemaster, Comunity Manager or God player, the system force you to use a outfit designed by groups.xml Use to be a code like this... <group...
Back
Top