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

Solved How do I add a new addon?

niti

New Member
Joined
Nov 22, 2009
Messages
258
Reaction score
2
Hello OTland. I'm using tfs 3.0.6,
and I was wondering how do I add
"Nightmare Addon"
In-game? Is that possible?


Help me and I'll give rep +
 
Last edited:
What do you have in mind?

You can give players addons through quests, NPC's, talkactions et cetera.
 
What do you have in mind?

You can give players addons through quests, NPC's, talkactions et cetera.
Yes but the ADDON Nightmare doesn't exist in the CHAR, do you understand? Like Assasin and so on..

I want to fix in NIGHTMARE aswell!
 
Outfits.xml, change the default value to 1.
XML:
    <outfit id="17" premium="yes" default="0">
        <list gender="0" lookType="269" name="Nightmare"/>
        <list gender="1" lookType="268" name="Nightmare"/>
    </outfit>
 
Back
Top