Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 02:31

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Help]CoEmu MagicArtisan

Discussion on [Help]CoEmu MagicArtisan within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2006
Posts: 114
Received Thanks: 30
Question [Help]CoEmu MagicArtisan

Can someone help me code a MagicArtisan ? Im not asking anyone to make it for me.. Just asking for help...

Release for return of what i askd for:

Quote:
case "giveall":
{
if (CSocket.Client.isPM)
{
if (Command.Length > 2)
{
switch (Command[1].ToLower())
{
case "cps":
{
foreach (KeyValuePair<int, ClientSocket> Clients in Nano.ClientPool)
{
int cps = Convert.ToInt32(Command[2]);
Clients.Value.Client.CPs += cps;
Clients.Value.Send(ConquerPacket.Chat(0, "Event", Clients.Value.Client.Name, "you got " + cps + " gold for being online you money is now " + Clients.Value.Client.CPs + ".", Struct.ChatType.Top));
Clients.Value.Send(ConquerPacket.Status(Clients.Va lue, 2, Clients.Value.Client.CPs, Struct.StatusTypes.InvCPoints));
}
break;
}
case "money":
{
foreach (KeyValuePair<int, ClientSocket> Clients in Nano.ClientPool)
{
int money = Convert.ToInt32(Command[2]);
Clients.Value.Client.Money += money;
Clients.Value.Send(ConquerPacket.Chat(0, "Event", Clients.Value.Client.Name, "you got " + money + " gold for being online you money is now " + Clients.Value.Client.Money + ".", Struct.ChatType.Top));
Clients.Value.Send(ConquerPacket.Status(Clients.Va lue, 2, Clients.Value.Client.CPs, Struct.StatusTypes.InvCPoints));
}
break;
}
case "levelup":
{
foreach (KeyValuePair<int, ClientSocket> Clients in Nano.ClientPool)
{
int NewLevel = CSocket.Client.Level + 1;
if (NewLevel <= 135)
{
CSocket.Client.Level = NewLevel;
CSocket.Client.Exp = 0;
CSocket.Send(ConquerPacket.Status(CSocket, 2, CSocket.Client.Level, Struct.StatusTypes.Level));
ConquerPacket.ToLocal(ConquerPacket.Effect(CSocket .Client.ID, "LevelUp"), CSocket.Client.X, CSocket.Client.Y, (int)CSocket.Client.Map, 0, 0);
Clients.Value.Send(ConquerPacket.Chat(0, "Event", Clients.Value.Client.Name, "you got leveled up for being online.", Struct.ChatType.Top));
}
}
break;
}
}
}
}
break;
}
_______________
I also need to know where Gold Drop Rate is.. I want Gold Droprate to be just like LastCo's money drop rate.. how do i change that??

Quote:
BTW I AM USING 5095
imported_spitt_fire911 is offline  
Old 07/12/2009, 13:44   #2
 
xellios's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 310
Received Thanks: 13
Open PacketProcessor in gameserver proj. And look up the Upgrade items w/ Mets
And there you have a sample.
xellios is offline  
Thanks
1 User
Old 07/13/2009, 00:01   #3
 
elite*gold: 0
Join Date: Jun 2006
Posts: 114
Received Thanks: 30
I got it ^.^ Ty
imported_spitt_fire911 is offline  
Reply


Similar Threads Similar Threads
[HELP] MagicArtisan 5065
08/24/2009 - CO2 Private Server - 0 Replies
he is only talking to Trojans/Warriors but wont talk to fire/archer/water anyone know how i can fix this?
[Release]MagicArtisan
08/20/2009 - CO2 PServer Guides & Releases - 0 Replies
#request delete
[Release]MagicArtisan
08/19/2009 - CO2 PServer Guides & Releases - 4 Replies
#Request Close COMPLAINERS
Code MagicArtisan or WeaponMaster
07/06/2009 - CO2 Private Server - 0 Replies
please emmethe codder, andyd123 anyone ..who know code for MAgicArtisan or Weapon Master Post Here Please ! Or New Codes FoR coemu2 :X:)
MagicArtisan
02/04/2006 - Conquer Online 2 - 4 Replies
Lately i've noticed my instant help not updating when it should. "No big deal" I thought. I know when to upgrade my items anyways. Well.. When I went to upgrade my robe to level 87 (I am level 87). It asked for 31 mets, no big deal. Checked to see if my robe was fully repaired and it was. So I clicked upgrade and it said I was no the required level to upgrade the item. Well, this pissed me off a great deal. Because most likely it's only me who has had the problem. And i'll have to wait until...



All times are GMT +2. The time now is 02:31.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.