[Release] Ninja Cool effect 07/29/2010 - CO2 PServer Guides & Releases - 15 Replies first use this guide to get the cool effect for all the chars
http://www.elitepvpers.com/forum/co2-pserver-guide s-releases/440849-better-cool-super-cool-effects-5 165-source.html
then open cooleffect.cs
and search for
else if (MyClient.MyChar.Job >= 39 && MyClient.MyChar.Job <= 46)
MyClient.AddSend(Packets.String(MyClient.MyChar.En tityID, 10, "archer"));
Cool Effect 01/15/2010 - CO2 PServer Guides & Releases - 28 Replies Works now, try it you want it on your server.
Here's the code I added in Characters.cs
if (Action == 230)//Cool Effect
{
if (Job >= 10 && Job <= 15)//Trojan Cool
{
MyClient.AddSend(Packets.String(EntityID, 10, "warrior"));
Red Cool Trojan Effect? 06/19/2007 - Conquer Online 2 - 0 Replies Can someone link me to this please? It matches my weapons etc. but can't seem to find it :( I would do one myself but my photoshop isn't letting me edit things :/