Lancer Posted January 31, 2017 Posted January 31, 2017 I have aCis server and how i can give stats (pAtkSpd, runSpd, pAtk, mAtk etc) to item when enchant it ? Quote
0 giannisdx Posted January 31, 2017 Posted January 31, 2017 <enchant val="0" order="0x0C" stat="pAtk" /> <enchant val="0" order="0x0C" stat="mAtk" /> Quote
0 Protein Posted January 31, 2017 Posted January 31, 2017 On 1/31/2017 at 5:34 AM, Lancer said: I have aCis server and how i can give stats (pAtkSpd, runSpd, pAtk, mAtk etc) to item when enchant it ? Check the item xml from dual sword tallum blade+Dark legion egde, there must be show you a option to set weapons stats. Quote
0 Lancer Posted February 1, 2017 Author Posted February 1, 2017 On 1/31/2017 at 10:39 AM, giannisdx said: <enchant val="0" order="0x0C" stat="pAtk" /> <enchant val="0" order="0x0C" stat="mAtk" /> It doesn't work. On 1/31/2017 at 12:41 PM, Protein said: Check the item xml from dual sword tallum blade+Dark legion egde, there must be show you a option to set weapons stats. Okay <item id="6580" type="Weapon" name="Tallum Blade*Dark Legion's Edge"> <set name="default_action" val="equip" /> <set name="weapon_type" val="DUAL" /> <set name="bodypart" val="lrhand" /> <set name="random_damage" val="10" /> <set name="attack_range" val="40" /> <set name="damage_range" val="0;0;44;120" /> <set name="crystal_count" val="2440" /> <set name="crystal_type" val="S" /> <set name="material" val="ADAMANTAITE" /> <set name="weight" val="2080" /> <set name="price" val="48800000" /> <set name="soulshots" val="1" /> <set name="spiritshots" val="1" /> <set name="enchant4_skill" val="3570-1" /> <set name="item_skill" val="3552-1" /> <for> <set order="0x08" stat="pAtk" val="342" /> <set order="0x08" stat="mAtk" val="132" /> <set order="0x08" stat="rCrit" val="8" /> <set order="0x08" stat="pAtkSpd" val="325" /> <enchant val="0" order="0x0C" stat="pAtk" /> <enchant val="0" order="0x0C" stat="mAtk" /> </for> </item> But I need to make Tattoo give stats (pAtk,mAtk,pAtkSpd,mAtkSpd etc) when enchant level 1,2,3,4...99,100 How can I do this ? Quote
0 tazerman2 Posted February 1, 2017 Posted February 1, 2017 tallum blade dual give stats in +4 if you see here <set name="enchant4_skill" val="3570-1" /> so you can make this <enchant val="0" order="0x0C" stat="pAtk" /> <enchant val="0" order="0x0C" stat="mAtk" /> <enchant val="0" order="0x0C" stat="pAtkSpd" /> <enchant val="0" order="0x0C" stat="mAtkSpd" /> but for work enchant need add and this <set order="0x08" stat="pAtk" val="100" /> <set order="0x08" stat="mAtk" val="100" /> <set order="0x08" stat="pAtkSpd" val="100" /> <set order="0x08" stat="mAtkSpd" val="100" /> Quote
0 Lancer Posted February 1, 2017 Author Posted February 1, 2017 (edited) On 2/1/2017 at 4:11 AM, tazerman2 said: tallum blade dual give stats in +4 if you see here <set name="enchant4_skill" val="3570-1" /> so you can make this <enchant val="0" order="0x0C" stat="pAtk" /> <enchant val="0" order="0x0C" stat="mAtk" /> <enchant val="0" order="0x0C" stat="pAtkSpd" /> <enchant val="0" order="0x0C" stat="mAtkSpd" /> but for work enchant need add and this <set order="0x08" stat="pAtk" val="100" /> <set order="0x08" stat="mAtk" val="100" /> <set order="0x08" stat="pAtkSpd" val="100" /> <set order="0x08" stat="mAtkSpd" val="100" /> It doesnt work for me. Anyone help ? When I add this code only mAtk has been increased. Sorry for my bad english help please <enchant val="0" order="0x0C" stat="pAtk" /> <enchant val="0" order="0x0C" stat="mAtk" /> <enchant val="0" order="0x0C" stat="pAtkSpd" /> <enchant val="0" order="0x0C" stat="mAtkSpd" /> Edited February 1, 2017 by Lancer Quote
0 Lancer Posted February 2, 2017 Author Posted February 2, 2017 Anybody help me ? aCis developers here ? Quote
0 Protein Posted February 2, 2017 Posted February 2, 2017 (edited) On 2/2/2017 at 3:30 AM, Lancer said: Anybody help me ? aCis developers here ? forgott it to get a answer from aCis Dev. They support only VIP Members who buy acces from him. I try it to for fun, with enchant get more atk speed, casting speed, P.atk .... and I have the same, you can increase only M.atk, P.def, M.def by Enchant.... Sorry but if I could help you I would, but maybe see now that is not your mistake... PS: I Prefer to do a Tattoo with no crystal type, so you cant enchant this and give you for ex, 10% M.atk Speed <item id="9301" type="Armor" name="Tattoo of Mage"> <set name="default_action" val="equip" /> <set name="armor_type" val="NONE" /> <set name="bodypart" val="underwear" /> <set name="material" val="DYESTUFF" /> <set name="weight" val="4200" /> <set name="price" val="36900" /> <for> <mul order="0x30" stat="mAtkSpd" val="1.10"/> </for> </item> Edited February 2, 2017 by Protein Quote
0 Tryskell Posted February 2, 2017 Posted February 2, 2017 (edited) On 2/2/2017 at 9:47 AM, Protein said: forgott it to get a answer from aCis Dev. They support only VIP Members who buy acces from him. I never busied about customs, even on my own forums. So... About support, I only support latest revision, for obvious reasons. If you can't understand it, well... Not my problem. Finally, what the poster asks can be made on any other pack, which got nothing related to aCis architecture/rework/whatever. So my personal answer isn't required. ---- FuncEnchant is the class calculating enchant bonuses (pdef/mdef for armor/accessories, matk/patk for weapons). Edited February 2, 2017 by Tryskell Quote
0 Lancer Posted February 2, 2017 Author Posted February 2, 2017 (edited) On 2/2/2017 at 10:11 AM, Tryskell said: About support, I only support latest revision, for obvious reasons. If you can't understand it, well... Not my problem. I have aCis 364 rev + svn. Who knows how to make such a tattoo ? or tell me how the skill enchant4skill work for duals ? where I can find the example code ? I'm a newbie in development. Help me please people who know how to do this ? I can pay for help. Sorry for my bad english. Peace ! Edited February 2, 2017 by Lancer Quote
Question
Lancer
I have aCis server and how i can give stats (pAtkSpd, runSpd, pAtk, mAtk etc) to item when enchant it ?
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.