Jump to content
  • 0

Give Stats To Item When Exchant


Lancer

Question

9 answers to this question

Recommended Posts

  • 0

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.

Link to comment
Share on other sites

  • 0

 

<enchant val="0" order="0x0C" stat="pAtk" />
<enchant val="0" order="0x0C" stat="mAtk" />

 

It doesn't work.

 

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 ?

Link to comment
Share on other sites

  • 0

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" />

Link to comment
Share on other sites

  • 0

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

  • 0

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

  • 0

 

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

 

14llf2u.png

 

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

  • 0

 

 

 

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

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...