Jump to content
  • 0

Visual Effects


snifi

Question

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

8 answers to this question

Recommended Posts

  • 0

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?

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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?")

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