anyone know how a gm/pm can use a command to get lifefurit? (5165)
Discussion on anyone know how a gm/pm can use a command to get lifefurit? (5165) within the CO2 Private Server forum part of the Conquer Online 2 category.
[Release] /pwn command for 5165 09/28/2010 - CO2 PServer Guides & Releases - 10 Replies Have you ever encountered a very disruptive/annoying player, but don't wanna ban him? USE THIS.
#region /pwn
if (Cmd == "/pwn")
{
Game.Character C = Game.World.CharacterFromName(Cmd);
if (C != null)
{
C.Level = 1; // Makes player back to level 1.
C.Experience = 0;
[HELP] 5165 vip w/o console command 01/20/2010 - CO2 Private Server - 1 Replies Was wondering if any1 knew how i could add accounts to the vip7-9 status useing an npc charging cps to become vip. Becoming instantly vip when born would be easier but the npc would be better because its something 2 work for.
[Question] re: PM command 5165 01/13/2010 - CO2 Private Server - 9 Replies Is there a such thing as tempban, ban, or ipban commands for PM's for 5165 source? only ones ive seen are for LOTF, and i actually have no clue how to convert them
5165 Command help 01/08/2010 - CO2 Private Server - 8 Replies Hi I want to make a command for 5165 source that transmute u into a GM monster.
And I dont know exactly how to make that just have a idea.
}
if (Cmd == "/model")
if (Cmd == "gm")
GC.MyChar.Model = 223;
{