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

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

Example. Val=1 this is 100% . 1.1= +10% up etc.Just do the maths.

  • 0
Posted

Think. There are weapons like acumen, open godamn item/skill XML and check how it done.. Logical thinking.

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock