Jump to content
  • 0

Question

Posted

1. Tattoo of Avadon:

 

<item id="493" type="Armor" name="Tattoo of Avadon">
<set name="default_action" val="equip" />
<set name="armor_type" val="NONE" />
<set name="bodypart" val="underwear" />
<set name="crystal_type" val="B" />
<set name="crystal_count" val="208" />
<set name="material" val="DYESTUFF" />
<set name="weight" val="4000" />
<set name="price" val="1560000" />
<for>
<add order="0x10" stat="mAtkSpd" val="1.10" />
<enchant order="0x0C" stat="pDef" val="1" />
</for>
</item>
 
 
2. Tattoo of Soul:
 
<item id="492" type="Armor" name="Tattoo of Soul">
<set name="default_action" val="equip" />
<set name="armor_type" val="NONE" />
<set name="bodypart" val="underwear" />
<set name="crystal_type" val="D" />
<set name="crystal_count" val="181" />
<set name="material" val="DYESTUFF" />
<set name="weight" val="4150" />
<set name="price" val="99900" />
<for>
<add order="0x10" stat="pAtkSpd" val="1.10" />
<enchant order="0x0C" stat="pDef" val="0" />
</for>
</item>
 
 
What stats must be on tattoos to add 10% casting & attack speeds ?

 

9 answers to this question

Recommended Posts

  • 0
Posted

Matkspeed for cast p.atkspeed for atk speed,change values number to the number you want

i know that. But how it's must look? :D I don't know how much to change

  • 0
Posted (edited)

attack speed <mul order="0x30" stat="pAtkSpd" val="1.1"/> <!-- Attack Speed +10% -->

casting speed <mul order="0x30" stat="mAtkSpd" val="1.1"/> <!-- Casting Speed +10% -->

 

and guide here : http://www.maxcheaters.com/topic/164528-all-stats/

Edited by Reborn12
  • 0
Posted
<item id="492" type="Armor" name="Tattoo of Soul">

<set name="default_action" val="equip" />

<set name="armor_type" val="NONE" />

<set name="bodypart" val="underwear" />

<set name="crystal_type" val="D" />

<set name="crystal_count" val="181" />

<set name="material" val="DYESTUFF" />

<set name="weight" val="4150" />

<set name="price" val="99900" />

<for>

<add order="0x30" stat="pAtkSpd" val="1.10" />

<enchant order="0x0C" stat="pDef" val="0" />

</for>

</item>

 

but my atack speed goes from 875 to 876  :happyforever:  :happyforever:  :happyforever:  :happyforever:

  • 0
Posted (edited)
1. Tattoo of Avadon:
<item id="493" type="Armor" name="Tattoo of Avadon">
<set name="default_action" val="equip" />
<set name="armor_type" val="NONE" />
<set name="bodypart" val="underwear" />
<set name="crystal_type" val="B" />
<set name="crystal_count" val="208" />
<set name="material" val="DYESTUFF" />
<set name="weight" val="4000" />
<set name="price" val="1560000" />
<for>
<add order="0x10" stat="mAtkSpd" val="40" />
<enchant order="0x0C" stat="pDef" val="1" />
</for>
</item>
 
 
2. Tattoo of Soul:
<item id="492" type="Armor" name="Tattoo of Soul">
<set name="default_action" val="equip" />
<set name="armor_type" val="NONE" />
<set name="bodypart" val="underwear" />
<set name="crystal_type" val="D" />
<set name="crystal_count" val="181" />
<set name="material" val="DYESTUFF" />
<set name="weight" val="4150" />
<set name="price" val="99900" />
<for>
<add order="0x10" stat="pAtkSpd" val="40" />
<enchant order="0x0C" stat="pDef" val="0" />
</for>
</item>

Change your values. [40]

Edited by 'Baggos'
  • 0
Posted
1. Tattoo of Avadon:
<item id="493" type="Armor" name="Tattoo of Avadon">
<set name="default_action" val="equip" />
<set name="armor_type" val="NONE" />
<set name="bodypart" val="underwear" />
<set name="crystal_type" val="B" />
<set name="crystal_count" val="208" />
<set name="material" val="DYESTUFF" />
<set name="weight" val="4000" />
<set name="price" val="1560000" />
<for>
<add order="0x10" stat="mAtkSpd" val="40" />
<enchant order="0x0C" stat="pDef" val="1" />
</for>
</item>
 
 
2. Tattoo of Soul:
<item id="492" type="Armor" name="Tattoo of Soul">
<set name="default_action" val="equip" />
<set name="armor_type" val="NONE" />
<set name="bodypart" val="underwear" />
<set name="crystal_type" val="D" />
<set name="crystal_count" val="181" />
<set name="material" val="DYESTUFF" />
<set name="weight" val="4150" />
<set name="price" val="99900" />
<for>
<add order="0x10" stat="pAtkSpd" val="40" />
<enchant order="0x0C" stat="pDef" val="0" />
</for>
</item>

Change your values. [40]

 

thank you

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..