Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Custom item with effect

Newbie Spellweaver
Joined
Jan 24, 2010
Messages
7
Reaction score
0
Hello =)
I want to make a Necklace with the same effect of the Effect Wings, i tryed to copy the effect wings line and change the type but when i equip it the effect doesn't work, how do Effect wings works? and how can i make the effect works with the necklace?

Code:
6714	Effect Wings - Flames	n1791	10130005	0	0	0	0	0	00	44	0	0	0	0	0	1	1	1	1	1	0	500000	-1	0	-1	0	0	-1	-1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0,0	0	0	5000,5000	0	0	0	0	0	0	0	0	0	0	0	0	0	578,4	0	0	0

Thank you! :):
 
Newbie Spellweaver
Joined
Dec 31, 2012
Messages
6
Reaction score
0
Hello =)
I want to make a Necklace with the same effect of the Effect Wings, i tryed to copy the effect wings line and change the type but when i equip it the effect doesn't work, how do Effect wings works? and how can i make the effect works with the necklace?

Code:
6714    Effect Wings - Flames    n1791    10130005    0    0    0    0    0    00    44    0    0    0    0    0    1    1    1    1    1    0    500000    -1    0    -1    0    0    -1    -1    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0,0    0    0    5000,5000    0    0    0    0    0    0    0    0    0    0    0    0    0    [COLOR=#ff0000]578,[/COLOR][COLOR=#0000ff]4 [/COLOR]   0    0    0

Thank you! :):
at the end of line
578,4
578- effect will display when you put in 1st invertory slot
4- its a hight where wings will display
you can find name of this effect in sceneffectinfo.

Abaut displaing effect. check for any ring glow guide and you will understund where and what to put.
You need add somethink in function.lua


now you should check ring glow guide
 
Back
Top