- Joined
- Aug 2, 2008
- Messages
- 40
- Reaction score
- 0
I have added new lines to weapongrp.dat and itemname-e.dat and they look like this
here i fixed the glow and here it is itemname-e
Also i executed sql file ab.sql
and added 95000.xml file in data/weapon
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE list SYSTEM "weapons.dtd">
<list>
<item id='95000' name="Strengthened Bow">
<for>
<set val='542' order='0x08' stat='pAtk'/>
<set val='132' order='0x08' stat='mAtk'/>
<set val='12' order='0x08' stat='rCrit'/>
<add val='-3' order='0x10' stat='accCombat'/>
<set val='325' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
<!-- SA: Haste -->
<add val='1.07' order='0x30' stat='pAtkSpd'/>
<!-- SA: Focus -->
<add val='88' order='0x40' stat='rCrit'/>
<!-- Enhances damage to target during PvP -->
<mul val='1.05' order='0x30' stat='pvpPhysDmg'/>
<mul val='1.05' order='0x30' stat='pvpMagicalDmg'/>
</for>
</item>
</list>
but when i try to create it in game i get msg that this item doesnt exist.
what did i do wrong?... thx
Code:
0 95000 1 1 15 2 0 LineageWeapons.strengthening_long_bow_m00_wp LineageWeaponsTex.strengthening_long_bow_t00_wp icon.weapon_strengthening_long_bow_i00 95 1820 51 1 0 14 5 1 LineageWeapons.strengthening_long_bow_m00_wp 1 LineageWeaponsTex.strengthening_long_bow_t00_wp 4 ItemSound.bow_big_3 ItemSound.bow_small_3 ItemSound.bow_small_6 ItemSound.bow_big_2 ItemSound.itemdrop_bow ItemSound.itemequip_bow 5 542 132 6 4 12 -3 0 0 0 227 5 10 3 1000 0 -1 0 LineageEffect.c_u008 -1.200000 3.900000 0.000000 1.200000 1.200000 LineageWeapons.rangesample 1.700000 1.200000 1.200000 0.000000 0.000000 0.000000 -1 -1 -1 -1
Code:
95000 Strengthened Bow Ancient Ancient weapon of great power. Increace Atk. Spd. 7%. Increace Critical rate by 88. -1 0 0 0
Also i executed sql file ab.sql
Code:
INSERT INTO `weapon` VALUES ('95000', 'Strengthened Bow', 'lrhand', 'true', '1820', '1', '1', 'adamantaite', 's', '542', '10', 'bow', '12', '-3.00000', '0', '0', '0', '325', '11', '132', '-1', '0', '2440', 'true', 'true', 'true', 'true', '3567', '2', '0', '0', '0', '0', '0', '0', '0', '0');
and added 95000.xml file in data/weapon
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE list SYSTEM "weapons.dtd">
<list>
<item id='95000' name="Strengthened Bow">
<for>
<set val='542' order='0x08' stat='pAtk'/>
<set val='132' order='0x08' stat='mAtk'/>
<set val='12' order='0x08' stat='rCrit'/>
<add val='-3' order='0x10' stat='accCombat'/>
<set val='325' order='0x08' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='mAtk'/>
<!-- SA: Haste -->
<add val='1.07' order='0x30' stat='pAtkSpd'/>
<!-- SA: Focus -->
<add val='88' order='0x40' stat='rCrit'/>
<!-- Enhances damage to target during PvP -->
<mul val='1.05' order='0x30' stat='pvpPhysDmg'/>
<mul val='1.05' order='0x30' stat='pvpMagicalDmg'/>
</for>
</item>
</list>
but when i try to create it in game i get msg that this item doesnt exist.
what did i do wrong?... thx