
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

if someone got a better one just tell me no flaming plz






