• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Feature Outfit Quests!

you have to set properly ( and ).

I didn't really understand what you ment;P

I can compile 0.2 or even 0.3 on linux and on windows but when I tryied compile that script on windows on 0.2 tfs I didn't give me any errors and on linux there was that...
ehhh nvm I'm goint to using 0.3 soon coz I heard that it's stable finally
 
it was already done in tfs 0.3~, don't need to bump this thread ^^
 
return m_playerOutfits.isInList(_looktype, _addons, isPremium(), getSex());

It's actually:
return m_playerOutfits.isInList(_looktype, _addons, isPremium(), getSex()) || accessLevel;

It what I found when you edit this for 0.2.11pl2.
 
Thanks for the code! simply awesome !!
works on 9.1 (theforgottenserver-v0.2.11pl2) and also 9.54 (theforgottenserver-v0.2.13pl1, some minors adjustments needed)
 
Back
Top