[HELP] What is the command to make attributes 1000 on ultimateco source?
Discussion on [HELP] What is the command to make attributes 1000 on ultimateco source? within the CO2 Private Server forum part of the Conquer Online 2 category.
[Question] How to make this command [For 5165 Source] 04/01/2010 - CO2 Private Server - 6 Replies Hello guys, I'm new at coding and was wondering how to make a command for the 5165 source which enables you to have unlimited stamina (For GMs only). Thanks.
This is wut I have did so far...
if (Cmd == "/gmstamina")
{
if (!InfiniteStamina)
{
InfiniteStamina = true;
}
Distribute Attributes Command 02/06/2010 - CO2 Private Server - 8 Replies I'm using the 4267 CoFuture source and am trying to code some simple commands. I made this command to distribute dexterity attributes but when i try it, the console gives an error saying the index was outside the bounds od the array.
Heres my code.
if (Splitter == "/dex")
{
if (Client.Char.StatPoints >= Convert.ToUInt16(Splitter))
{
Client.Char.StatPoints -=...
[REQUEST] What is the command on binary to make attributes 900? 10/05/2009 - CO2 Private Server - 1 Replies I need the command that will make my attributes 900. I tried /vit 900 and different commands but they don't work. I did the /superman command too many times and I need to get them back to 900 without editing the DB. Help me please.
Help with UltimateCo source!!!??? 08/24/2009 - CO2 Private Server - 7 Replies Ok, i'm using ultimateco source. I don't know how to change the name of the server for ppl to see when they log on the game???