-
Enthusiast
tattoo and dual dagger please
help me to active tattoos, tattoo resolve not work, not increment speed, please help to active, and to create dual dagger wath is the location in lineage map to set dagger hand parry to dual dagger, please help me.
-
-
Member
edit the XML Files.. And ADD VAL RUNSPD...
-
Valued Member
use this
open server/gameserver/data/stats/armor/0400-0499.xml
delete from 485 to 496 and add this:
<item id='485' name="tattoo_o'_power">
<for>
<add val='53' order='0x10' stat='pDef'/>
<mul val='1.05' order='0x20' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
<item id='486' name="tattoo_o'_fire">
<for>
<add val='73' order='0x10' stat='pDef'/>
<mul val='1.05' order='0x20' stat='mAtk'/>
<mul val='1.05' order='0x20' stat='mAtkSpd'/>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
<item id='487' name="tattoo_o'_stout">
<for>
<add val='73' order='0x10' stat='pDef'/>
<mul val='1.05' order='0x20' stat='pAtk'/>
<mul val='1.05' order='0x20' stat='pAtkSpd'/>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
<item id='488' name="tattoo_o'_flame">
<for>
<add val='139' order='0x10' stat='pDef' />
<add val='1000' order='0x10' stat='maxMp'/>
<mul val='1.10' order='0x20' stat='mAtk'/>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
<item id='489' name="tattoo_o'_braze">
<for>
<add val='110' order='0x10' stat='pDef' />
<add val='1000' order='0x10' stat='maxHp'/>
<mul val='1.10' order='0x20' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
<item id='490' name="tattoo_o'_blood">
<for>
<add val='132' order='0x10' stat='pDef' />
<mul val='1.15' order='0x20' stat='pAtkSpd'/>
<mul val='1.15' order='0x20' stat='mAtkSpd'/>
<add stat='bleedRes' order='0x50' val='0.1'>
</add>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
<item id='491' name="tattoo_o'_absolute">
<for>
<add val='146' order='0x10' stat='pDef' />
<add val='1250' order='0x10' stat='maxHp' />
<add val='1.25' order='0x50' stat='reflectDam'/>
<mul val='1.20' order='0x20' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
<item id='492' name="tattoo_o'_soul">
<for>
<add val='65' order='0x10' stat='pDef'/>
<mul val='1.05' order='0x20' stat='mAtk'/>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
<item id='493' name="tattoo_o'_avadon">
<for>
<add val='117' order='0x10' stat='pDef'/>
<mul val='1.1' order='0x20' stat='pAtkSpd'/>
<mul val='1.1' order='0x20' stat='pAtk'/>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
<item id='494' name="tattoo_o'_doom">
<for>
<add val='125' order='0x10' stat='pAtk' />
<add stat='sleepRes' order='0x50' val='1.10'>
</add>
<add stat='rootRes' order='0x50' val='1.10'>
</add>
<add stat='stunRes' order='0x50' val='1.10'>
</add>
<enchant val='0' order='0x0C' stat='pAtk' />
</for>
</item>
<item id='495' name="tattoo_o'_pledge">
<for>
<add val='124' order='0x10' stat='pDef'/>
<mul val='1.1' order='0x20' stat='mAtkSpd'/>
<mul val='1.1' order='0x20' stat='mAtk'/>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
<item id='496' name="tattoo_o'_divine">
<for>
<add val='125' order='0x10' stat='mAtk' />
<add stat='sleepRes' order='0x50' val='1.10'>
</add>
<add stat='rootRes' order='0x50' val='1.10'>
</add>
<add stat='stunRes' order='0x50' val='1.10'>
</add>
<enchant val='0' order='0x0C' stat='mAtk' />
</for>
</item>
after this save and open server/gameserver/data/stats/armor/2400-2499.xml
change 2410 with this
<item id='2410' name="tattoo_o'_nightmare">
<for>
<add val='139' order='0x10' stat='pDef' />
<add val='1250' order='0x10' stat='maxMp' />
<add val='1.25' order='0x50' stat='reflectDam'/>
<mul val='1.20' order='0x20' stat='mAtk'/>
<enchant val='0' order='0x0C' stat='pDef' />
</for>
</item>
u will have to change in database too delete lines first and add this
INSERT INTO `armor` (`item_id`, `name`, `bodypart`, `crystallizable`, `armor_type`, `weight`, `material`, `crystal_type`, `avoid_modify`, `durability`, `p_def`, `m_def`, `mp_bonus`, `price`, `crystal_count`, `sellable`) VALUES (485, 'Tattoo of Power', 'underwear', 'false', 'none', 4200, 'dyestuff', 'none', 0, 90, 53, 0, 0, 36900, 0, 'true'),
(486, 'Tattoo of Fire', 'underwear', 'true', 'none', 4050, 'dyestuff', 'd', 0, 90, 73, 0, 0, 152000, 276, 'true'),
(487, 'Tattoo of Resolve', 'underwear', 'true', 'none', 4000, 'dyestuff', 'd', 0, 90, 73, 0, 0, 152000, 276, 'true'),
(488, 'Tattoo of Flame', 'underwear', 'true', 'none', 800, 'dyestuff', 'b', 0, 90, 139, 0, 0, 3470000, 462, 'true'),
(489, 'Tattoo of Bravery', 'underwear', 'true', 'none', 4100, 'dyestuff', 'c', 0, 90, 110, 0, 0, 1070000, 428, 'true'),
(490, 'Tattoo of Blood', 'underwear', 'true', 'none', 3800, 'dyestuff', 'a', 0, 90, 132, 0, 0, 3470000, 462, 'true'),
(491, 'Tattoo of Absolute', 'underwear', 'true', 'none', 800, 'dyestuff', 'a', 0, 90, 146, 0, 0, 5280000, 422, 'true'),
(492, 'Tattoo of Soul', 'underwear', 'true', 'none', 4150, 'dyestuff', 'd', 0, 90, 65, 0, 0, 99900, 181, 'true'),
(493, 'Tattoo of Avadon', 'underwear', 'true', 'none', 4000, 'dyestuff', 'b', 0, 90, 117, 0, 0, 1560000, 208, 'true'),
(494, 'Tattoo of Doom', 'underwear', 'true', 'none', 4100, 'dyestuff', 'b', 0, 90, 125, 0, 0, 2410000, 321, 'true'),
(495, 'Tattoo of Pledge', 'underwear', 'true', 'none', 4000, 'dyestuff', 'b', 0, 90, 124, 0, 0, 1560000, 208, 'true'),
(496, 'Tattoo of Divine', 'underwear', 'true', 'none', 4100, 'dyestuff', 'b', 0, 90, 131, 0, 0, 2410000, 321, 'true'),
(2410, 'Nightmarish Tattoo', 'underwear', 'true', 'none', 3600, 'leather', 'a', 0, 90, 139, 0, 0, 5280000, 422, 'true');
have fun they are working for me
-
Enthusiast
tank for help me byee nice help