Detroitas Posted January 4, 2017 Posted January 4, 2017 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 ?
0 Accountant Posted January 4, 2017 Posted January 4, 2017 Matkspeed for cast p.atkspeed for atk speed,change values number to the number you want
0 Detroitas Posted January 4, 2017 Author Posted January 4, 2017 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 Accountant Posted January 4, 2017 Posted January 4, 2017 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 SweeTs Posted January 4, 2017 Posted January 4, 2017 Think. There are weapons like acumen, open godamn item/skill XML and check how it done.. Logical thinking.
0 Reborn12 Posted January 4, 2017 Posted January 4, 2017 (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 January 4, 2017 by Reborn12
0 Detroitas Posted January 4, 2017 Author Posted January 4, 2017 <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 'Baggos' Posted January 4, 2017 Posted January 4, 2017 (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 January 4, 2017 by 'Baggos'
0 Detroitas Posted January 4, 2017 Author Posted January 4, 2017 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
0 Accountant Posted January 4, 2017 Posted January 4, 2017 (edited) Solved & Locked. Edited January 4, 2017 by Accountant
Question
Detroitas
1. Tattoo of Avadon:
9 answers to this question
Recommended Posts