dawnking
Member
- Joined
- Jun 23, 2016
- Messages
- 176
- Reaction score
- 22
What do i need to change in my outfit.cpp (Fir3element/3777 (https://github.com/Fir3element/3777/blob/master/src/outfit.cpp))
To add all those bonus from:
otland.net
example:
Without need to be using the outfit+addons?
I mean to receive the outfit bonus u have to equip full addon
This is good, but it make the players fight for only 1 or 2 addons
What i think is better is: player have the addon recive the bonus, without need to equip the addon
So players will fight for all addons
To add all those bonus from:

[Outfit] Adding bonus to your addons at WITHOUT BUG using sources functions!
Go to your data/XML/outfits.xml and add parameters like this (by Kawon)...
example:
Code:
<outfit id="1">
<list gender="0" lookType="136" name="Citizen">
<stats maxHealth="100"/>
</list>
<list gender="1" lookType="128" name="Citizen">
<stats maxHealth="100"/>
</list>
</outfit>
Without need to be using the outfit+addons?
I mean to receive the outfit bonus u have to equip full addon
This is good, but it make the players fight for only 1 or 2 addons
What i think is better is: player have the addon recive the bonus, without need to equip the addon
So players will fight for all addons