We found a bug in TFS 0.3.6, namely after using this script for otcv8 you can change into Gamemaster's outfit without any problems. Does anyone know how to block this?
Some moderator can change script to lua bbcode?
Thanks
Code:
local outfit = { head = 0, body = 1, legs = 2, feet = 3, type = 143, -- outfit id auxType = 0, addons = 3, -- 1, 2, or 3 for all mount = 0, -- mount id } macro(100, "RainbowOutfit", function() outfit.head = (outfit.head + 1) % 133; outfit.body = (outfit.body + 1) % 133; outfit.legs = (outfit.legs + 1) % 133; outfit.feet = (outfit.feet + 1) % 133; setOutfit(outfit); end)
Some moderator can change script to lua bbcode?
Thanks
Last edited: