• 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 for query: outfit limit

  1. imkingran

    [TFS 1.X] Disable mounts for "X" looktype/outfit

    You can read through this function in player.cpp and set the limitation there: https://github.com/otland/forgottenserver/blob/master/src/player.cpp#L4173
  2. CipsoftStinks

    Help new outfits 7.6 in 8.6 server Downgraded by nekiro

    yes i did protocolOutfits.emplace_back(outfit.name, outfit.lookType, addons); if (protocolOutfits.size() == 250) { // edit Game client doesn't allow more than 50 outfits break; im using tfs 1.3 downgraded by nekiro + mehah otc im trying to add outfits with no addons it...
  3. vexler222

    OTClient Outfit limit, how to unlock it?

    In 8.6 client is blockade in client, i added all outfits in outfits.xml, but in set outfit menu i see only, two new :)
  4. MaSc

    Windows tibia.exe

    I need To Know Too :D For The Way To open it is The Same To Active Mount system :D
  5. Sportacus

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    Hey I made this a long while ago, which directly would help with what you want here: http://otland.net/f81/monster-outfits-monster-outfits-quest-rewards-111210/ With that, you will just have a talkaction that lists all the monster outfits a player has, and they get them by having a storage...
  6. 2

    Old client crashes with new sprites

    I believe that the server is not the problem, because even when the client crashes, the server remains logged in, there are no errors or anything like that, the player remains online. I'll look at these 2 links and see if any help, Ah, I had seen a program on another TK forum that talks about...
  7. Codex NG

    Windows Cliente Crashes when changing outfit

    https://otland.net/threads/how-to-upload-an-image-and-post-it-on-a-forum.242876/ Its possible you've reached the limit of outfits you can display, however that should not cause the client to crash, what will cause the client to crash is when you use an outfit which does not have a...
  8. Guitar Freak

    Limit spell by outfit

    Yep mate, it is possible! Here is an example with the "utani hur" spell being limited only to "Warrior" and "Barbarian" outfits, so if you dont have that outfit you cant cast it until you put it on: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT...
  9. Siegh

    Problem with removing/adding outfits

    I see, thanks for the definite reply. At least its a well know issue. /closethread
  10. maksumic

    Interesting SQL Queries: Server Statistics

    Find Average Look Type Color The query finds how many players use a look type and the average colors for that look type. SELECT COUNT(`looktype`) AS `NumberOfPlayers`, `looktype` AS `Type`, ROUND(AVG(`lookhead`), 0) AS `Head`, ROUND(AVG(`lookbody`)...
  11. Ascuas Funkeln

    monster limit

    Where? What server? Tibia version etc... Send more info
  12. Naterion

    I will order help in configuring the server and in help.

    Hello, I am looking for a person who will configure the server. <A brief description of the server. The server is based on version 7.6 with new stuff from newer Tibia (outfits, items). It is a SQL server along with source.> Need: 1) Change the settings so that the player can only use retro...
  13. Peonso

    Solved [OTHIRE]- Problem changing outfits range

    They are 8 bit integer, can't be higher than 255, probably a client limitation also. You will need to change this lines also TwistedScorpio/OTHire for HEX values of respective outfits.
  14. strutZ

    Exceeding 50 outfit limit

    I literally just gave you the answer.. you just change the 50 to what ever and compile again.
  15. CesarZ

    Znote Shop Talkaction for TFS 1.0 for outfit.

    Hello do anyone has the TFS 1.0 Talkaction.Lua? I found this one on Github but its saying im missin Commands for Functions. Like" player" i had to switch from Function onSay(player, ect, ec, ec) to Function onSay(cid, ect, ect) Local player = Player (cid) to make that error go away, but...
  16. Gesior.pl

    OpenTibia Items and outfits images generator for website 0.1.6

    Updated version of OpenTibia - Items and outfits images generator for website 0.1.1 (https://otland.net/threads/items-and-outfits-images-generator-for-website-0-1-1.271231/) Changes: .dat supports OTCv8 'Bones' attribute image generators have option 'Enable transparency' (OTC...
  17. Exiled Pain

    Adding Source for custom spell effect

    Nope... not working. Added also the effect name into constant.lua and the spell hits but the effect doesn't show. =( (and yes I added the sprite files also). Any ideas? Maybe have to add something somewhere else, besides const.h and constant.lua? someplace that registers the effect timing or...
  18. Wason

    [GERMANY] [8.60] Cinara EVO | Launch November 23rd, 18:00 CET

    BETA ON 10/12 [New] *Frag tokens System special Outfits [Free Ingame] You'll be able to get frag tokens from pking & killing players! There's 3 outfit dolls are available ingame to buy "Temple downstairs" Each outfit costs 170-200 frag token (Limited Outfit) -Skullhunter -Bloodwalker...
  19. Nottinghster

    OpenTibia [various] Tibia Extended Client Library

    Thank you mate!
  20. Nekiro

    Compiling Gamemaster should have all outfits and addons

    When I added my outfifs, I'm getting debug when clicking on change outfit. So i think that tibia client 8.6 could have limits or something.
Back
Top