snifi Posted September 12, 2015 Posted September 12, 2015 Hello folks :) can somebody explain me where those visuall effects are listed and connected ?? <set name="abnormalType" val="WP_CHANGE_EVENT" /> <set name="abnormalVisualEffect" val="CHANGE_WP;CHANGE_HAIR_B" /> <skill id="2897" levels="1" name="Baguette's Herb"> <set name="abnormalInstant" val="true" /> <set name="abnormalLvl" val="1" /> <set name="abnormalTime" val="600" /> <set name="abnormalType" val="WP_CHANGE_EVENT" /> <set name="abnormalVisualEffect" val="CHANGE_WP;CHANGE_HAIR_B" /> <set name="effectPoint" val="100" /> <set name="hitTime" val="100" /> <set name="icon" val="icon.etc_herb_of_baguette" /> <set name="isMagic" val="2" /> <!-- Static Skill --> <set name="magicLvl" val="1" /> <set name="operateType" val="A2" /> <set name="reuseDelay" val="2000" /> <set name="targetType" val="SELF" /> <for> <effect name="Buff"> <mul order="0x30" stat="maxHp" val="1.1" /> <mul order="0x30" stat="regHp" val="1.2" /> </effect> </for> </skill>
0 snifi Posted September 12, 2015 Author Posted September 12, 2015 so i have a line like this: CHANGE_WP(0x000008, 1), how can i cange them to my desired item? the first position is the item i guess....what is the second one for?
0 HyperBlown Posted September 12, 2015 Posted September 12, 2015 you want an custom item , when you use it, it gets the appearance of the visual?
0 HyperBlown Posted September 12, 2015 Posted September 12, 2015 just make a skill, and add that skill to that item <set name="abnormalType" val="WP_CHANGE_EVENT" /> <set name="abnormalVisualEffect" val="CHANGE_WP;CHANGE_HAIR_B" />
0 snifi Posted September 12, 2015 Author Posted September 12, 2015 yes yes thats clear. for this CHANGE_WP(0x000008, 1), i need to change it on my item in the lines u mentioned <set name="abnormalVisualEffect" val="CHANGE_WP" /> but i mean how do i get some new visuals in that java. for example ballon weapons CHANGE_BALOON("how do i get this number","what does this setting mean?")
Question
snifi
Hello folks :)
can somebody explain me where those visuall effects are listed and connected ??
<set name="abnormalType" val="WP_CHANGE_EVENT" />
<set name="abnormalVisualEffect" val="CHANGE_WP;CHANGE_HAIR_B" />
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now