- Joined
- Feb 6, 2008
- Messages
- 4
- Reaction score
- 0
Hello there , i need your help because i wanna make tattoo that when you enchant it , it add more e.g : HP , Mp , CP , atk speed ... but i can't find out to do it my self
.
Here is my try :
can you tell me what's the problem please ?

Here is my try :
Code:
<item id='493' name="Tattoo of Avadon">
<for>
<add val='117' order='0x10' stat='pDef'/>
<enchant val='1' order='0x0C' stat='pDef'/>
<mul val='1.10' order='0x10' stat='pAtkSpd'/>
<enchant val='15' order='0x0C' stat='pAtkSpd'/>
<mul val='1.10' order='0x10' stat='pAtk'/>
</for>
</item>
can you tell me what's the problem please ?