Jump to content
  • 0

Tattoo Stats


Detroitas

Question

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 ?

 

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

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
Link to comment
Share on other sites

  • 0
<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:

Link to comment
Share on other sites

  • 0
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'
Link to comment
Share on other sites

  • 0
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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...