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

TFS 1.X+ "please choose your outfit"

Chamberlain

New Member
Joined
Jun 27, 2021
Messages
2
Reaction score
0
hello otlanders
how can I disable this function? (im using tfs 1.3 downgrade 8.6)
1.png
 
Last edited:
Solution
data/creaturescripts/scripts/login.lua
Remove :
LUA:
player:sendOutfitWindow()

If you want remove "Set Outfit" or whatever is called in Pop-Out menu while you right click on character, you need to search deeper in server sources and if you want to remove display of that option in this menu you need to use OTClient and simply remove it from menu.
You can even remove packet about it to not hack this with any packet sender or something.
data/creaturescripts/scripts/login.lua
Remove :
LUA:
player:sendOutfitWindow()

If you want remove "Set Outfit" or whatever is called in Pop-Out menu while you right click on character, you need to search deeper in server sources and if you want to remove display of that option in this menu you need to use OTClient and simply remove it from menu.
You can even remove packet about it to not hack this with any packet sender or something.
 
Last edited:
Solution
Back
Top