[Help] Enchant Tattoo L2J 

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 :

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 ?
 
Re: [Help] Enchant Tattoo .

search for enchant effects in gameserver/data/stats/weapon/2500 or other...
i`m 100% sure, that there are enchant effects, and btw, i had a post with your problem...
did you even try to search?
 
Upvote 0
Re: [Help] Enchant Tattoo .

Hmm , i looked in every .xml from data/stats/weapon and didn't find :( . And for the thread , if you've a link that could really help me because i can't find it , thanx again , cya .
 
Upvote 0
Re: [Help] Enchant Tattoo .

...

1) either you are blind
2) either you can`t search

...

Code:
    <add val='value' order='0x10' stat='stat'>
      <and>
        <using slotitem="item_id;item_slot;_enchant_count_when_when_effect_will_be_applied"/>
      </and>
    </add>

if you can`t handle this, forget the idea
 
Upvote 0
Back