[Help]Make a multi effect L2J 

Newbie Spellweaver
Joined
Feb 18, 2006
Messages
22
Reaction score
0
Location
Venezuela
i want make some custom weapons for my server but i want add 3 SA, like +4 haste, +7 focus and +10 critical slow.

its posible ???????

sorry my bad english.
 
Look it:

<?xml version='1.0' encoding='utf-8'?>
<list>
<item id='10015' name="Saint's Swords">
<for>
<set val='270' order='0x08' stat='pAtk'/>
<set val='243' order='0x08' stat='mAtk'/>
<set val='4' order='0x08' stat='rCrit'/>
<add val='4' order='0x10' stat='accCombat'/>
<set val='379' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
<!-- SA: Acumen and Haste -->
<mul val='1.15' order='0x30' stat='mAtkSpd'/>
<mul val='1.07' order='0x30' stat='pAtkSpd'/>

</for>
</item>
</list>


Haste and Acumen in the same weapon and work for me....
 
Upvote 0
<mul val='1.04' order='0x30' stat='pAtkSpd'>
<and>
<using slotitem="ID OF SWORD;14;ECNAHNT VAL"/>
</and>
</mul>
i don't know for what the 14 is ;P but that is for making sa on enchant vals ;P
 
Upvote 0
Back