-
null
Effect on char
i saw on unity server that there is effect on the hand and on the legs of the char how can i make it on my server?
can u help me please?
thanks
-
-
Elite Member
Re: Effect on char
search at macro for the animal effects ;) very easy...
-
null
-
null
-
Sorcerer Supreme
Re: Effect on char
use pk editor go into macro dat i think then search for the effect lines of ancient animals and then put the line into the knight nmage or archer line
-
null
Re: Effect on char
k i try and search thanks
-
null
-
Sorcerer Supreme
-
Sorcerer Supreme
Re: Effect on char
here i found something(SRY FOR DOUBLEPOST)
; Character Info
;
; m_JobNo
( characterinfo ( key 0) ( bone 0 ) ( scale 1.0 5) ( motion "AAAAAAAAAA" ) (mspeed 800 533) )
( characterinfo ( key 1) ( bone 1 ) ( scale 1.0 5) ( motion "AAAAAAAAAA" ) (mspeed 800 533) )
( characterinfo ( key 2) ( bone 2 ) ( scale 1.0 5) ( motion "AAAAAAAAAA" ) (mspeed 800 533) )
the first line is for knight
the second is for mage
the third is for archer
[quote]
( shinsuinfo ( key 10) ( bone 0 ) ( scale 0.8 5) ( motion "AAAAAAAAAA" ) (mspeed 800 533) )
( shinsuinfo ( key 20) ( bone 0 ) ( scale 1.0 5) ( motion "AAAAAAAAAA" ) (mspeed 800 533) (particle "yungsang_head" 2 0.0 0.0 0.0) (particle "yungsang_hand" 3 0.0 0.0 0.0) (particle "yungsang_hand" 4 0.0 0.0 0.0) )
( shinsuinfo ( key 30) ( bone 30 ) ( scale 1.0 5) ( motion "AAAAAAAAAA" ) (mspeed 800 533) (particle "jufoot_shinsu_yungsang_head" 2 0.0 0.0 0.0) (particle "jufoot_shinsu_yungsang_shoulder" 5 0.0 0.0 0.0) (particle "jufoot_shinsu_yungsang_shoulder" 6 0.0 0.0 0.0) )
;
Last edited by KalLover; 14-09-08 at 07:48 PM.
-
Sorcerer Supreme
Re: Effect on char
it would look like this (dont use this make ur own its nicer then )
( characterinfo ( key 1) ( bone 1 ) ( scale 1.0 5) ( motion "AAAAAAAAAA" ) (mspeed 800 533) (particle "jufoot_shinsu_gunchi_spine" 1 0.0 0.0 0.0) (particle "jufoot_shinsu_gunchi_hand" 3 0.0 0.0 0.0) (particle "jufoot_shinsu_gunchi_hand" 4 0.0 0.0 0.0) (particle "jufoot_shinsu_gunchi_toe" 5 0.0 0.0 0.0) (particle "jufoot_shinsu_gunchi_toe" 6 0.0 0.0 0.0))
this would be the effects of ANCIENT bird on a mage
HAVE FUN WITH IT =)
-
null
-
Sorcerer Supreme
Re: Effect on char
okay cool and it works do u have fire on ur hand now?
or other effects
u know u can make fire on mage???
or black smoke on knight it works too^^