first use this guide to get the cool effect for all the chars
[Only registered and activated users can see links. Click Here To Register...]
then open cooleffect.cs
and search for
and put that code under it
go a lil under and u will see the same code we searched for and add this code under it
this should work
[Only registered and activated users can see links. Click Here To Register...]
if someone got a better one just tell me no flaming plz
[Only registered and activated users can see links. Click Here To Register...]
then open cooleffect.cs
and search for
Code:
else if (MyClient.MyChar.Job >= 39 && MyClient.MyChar.Job <= 46)
MyClient.AddSend(Packets.String(MyClient.MyChar.EntityID, 10, "archer"));
and put that code under it
Code:
else if (MyClient.MyChar.Job >= 50 && MyClient.MyChar.Job <= 55)
MyClient.AddSend(Packets.String(MyClient.MyChar.EntityID, 10, "Ninja120"));
go a lil under and u will see the same code we searched for and add this code under it
Code:
else if (MyClient.MyChar.Job >= 50 && MyClient.MyChar.Job <= 55)
MyClient.AddSend(Packets.String(MyClient.MyChar.EntityID, 10, "Ninja120"));
this should work
[Only registered and activated users can see links. Click Here To Register...]
if someone got a better one just tell me no flaming plz