- Joined
- Dec 23, 2007
- Messages
- 2
- Reaction score
- 0
Hi guys, i've been trying to implement a custom version of an item : Dual Sirr Blade
I've struggled for about an afternoon and finally got it to work...
The only quirk is that I can't enchant it with any enchant scroll, only with the gm command.
I always get the message "Inapropriate enchant conditions"... T_T
I was hoping someone could help me with that.
Thanks in advance :sweatdrop
SQL :
Weapongrp.dat
xml :
I've struggled for about an afternoon and finally got it to work...
The only quirk is that I can't enchant it with any enchant scroll, only with the gm command.
I always get the message "Inapropriate enchant conditions"... T_T
I was hoping someone could help me with that.
Thanks in advance :sweatdrop
SQL :
Code:
69142 Dual Sirra's Blade lrhand true 2180 1 1 adamantaite s 342 5 dual 8 0 0 0 0 325 0 130 -1 1 500 true false true false 0 0 0 0 0 0 0 0 0 0
Weapongrp.dat
Code:
0 69142 1 1 6 1 0 "LineageWeapons.sirr_blade_m00_wp" "LineageWeapons.sirr_blade_m00_wp" "LineageWeaponsTex.sirr_blade_t00_wp" "LineageWeaponsTex.sirr_blade_t00_w" "icon.weapon_dual_sword_i00" "icon.weapon_sirr_blade_i00" "icon.weapon_sirr_blade_i00" -1 1350 47 1 0 14 3 2 "LineageWeapons.sirr_blade_m00_wp,LineageWeapons.sirr_blade_m00_wp" 2 "LineageWeaponsTex.sirr_blade_t00_wp,LineageWeaponsTex.sirr_blade_t00_wp" 4 "ItemSound.public_sword_shing_8,ItemSound.sword_great_4,ItemSound.sword_mid_2,ItemSound.public_sword_shing_4" "ItemSound.itemdrop_dualsword" "ItemSound.itemequip_dualsword" 10 342 132 8 5 8 0 0 0 0 325 0 1 1 1000 0 -1 0 "LineageEffect.c_u004" "LineageEffect.c_u004" "LineageWeapons.rangesample" "LineageWeapons.rangesample" 0 0 0 0 0 0 1 1 1,3 1,3 1,45 0,8 0,8 1,45 0,8 0,8 13 0 0 13 0 0 4 4 -1 -1 "icon.weapon_dual_sword_i00"
xml :
Code:
<?xml version='1.0' encoding='utf-8'?>
<list>
<item id='69142' name="Dual Sirra's Blade">
<for>
<set val='342' order='0x08' stat='pAtk'/>
<set val='130' order='0x08' stat='mAtk'/>
<set val='8' order='0x08' stat='rCrit'/>
<set val='325' order='0x08' stat='pAtkSpd'/>
<mul val='1.10' order='0x20' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
</for>
</item>
</list>
Last edited: