Register for your free account! | Forgot your password?

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

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

Advertisement



[HELP] /item tro doesnt work

Discussion on [HELP] /item tro doesnt work within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 20
Join Date: Feb 2007
Posts: 660
Received Thanks: 79
[HELP] /item tro doesnt work

Whats wrong in this code? i cant get it to work:/ some1 please help?
Quote:
if (Splitter[0] == "/item")

if (Splitter[1] == "tro")
{
MyChar.AddItem("420339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("480339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("420339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("480339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("160249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//blizzard
MyChar.AddItem("120249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//tornado
MyChar.AddItem("150249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//thunder
MyChar.AddItem("112389-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("135299-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
}
if (Splitter[1] == "tao")
{
MyChar.AddItem("139299-12-7-255-3-3", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("112349-12-7-255-3-3", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("121249-12-7-255-3-3", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("152259-12-7-255-3-3", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("160249-12-7-255-3-3", 0, (uint)General.Rand.Next(57458353));//blizzard
MyChar.AddItem("421339-12-7-255-3-3", 0, (uint)General.Rand.Next(57458353));
}
if (Splitter[1] == "arch")
{
MyChar.AddItem("138299-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("160249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//blizzard
MyChar.AddItem("120249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//tornado
MyChar.AddItem("150249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//thunder
MyChar.AddItem("112339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("500329-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("1050002-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));

}
if (Splitter[1] == "war")
{
MyChar.AddItem("480339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("136299-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("160249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//blizzard
MyChar.AddItem("120249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//tornado
MyChar.AddItem("150249-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));//thunder
MyChar.AddItem("112419-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("560339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("561339-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
MyChar.AddItem("900399-12-7-255-13-13", 0, (uint)General.Rand.Next(57458353));
}
JoieJones90 is offline  
Old 12/02/2008, 20:27   #2
 
_Emme_'s Avatar
 
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,161
To orginaze it better, I would make a void for it, like this:

public void AddFullEquip(string JobName)
{
if (JobName == "Trojan")
{
}
if (JobName == "Warrior")
{
}
if (JobName == "Taoist")
{
}
if (JobName == "Archer")
{
}



And for command ;


if (Splitter[0] == "/item")
{
string JobName = Splitter[1];
AddFullEquip(JobName);



Something like that,goodluck.
And with your error,im not even going to bother watching,soz.
_Emme_ is offline  
Reply


Similar Threads Similar Threads
MY Bot doesnt work:(
08/15/2010 - SRO Private Server - 3 Replies
HAy Guys ;) Im on the Silkroad Private server SZSC and i have the newest patch 1.680! And i have all programms for the d-bot. I start all the programm and so on.. And then i login and on the bot programm are no skills ,buffs or so on,, my bot doesnt work :( if i push on the start button , nothing happend.
L2W doesnt work?? help please
03/31/2010 - Lineage 2 - 1 Replies
hello, ive been playing L2Dreams for 2months now and i wanted to take it somewhat easier! so i looked up some bots and i couldnt find anything except L2Walker, so i googled and googled and now im on my 3th day of googling and i still dont know how to use it... i foun dout that the ip from the server was: 174.120.165.10:2106 or 174.120.134.186:777 one of em is probably from login server? i also downloaded a english version of L2Walker in game "version 2.13" and it had an bypass so i...
Exp Bot, doesnt work can you help me?
01/26/2010 - Last Chaos - 7 Replies
Im using your exp bot (thanks KillerDeluxe!) on Italian servers (Gamigo) Doesnt works... At all! It only open and close my inventary (like press TAB fast) and nothing else... Can you tell me why? or is there a Exp Bot around in english or something that should work? Answer in english please ^^ Best regards!
IG 2.14k doesnt work
06/02/2009 - Lineage 2 - 0 Replies
I cant use any of the ingame l2walkers IG 2.14k doesnt even work with official code lol ;/ any1 have same problem ? os vista
SV doesnt want to work well
06/09/2007 - Conquer Online 2 - 0 Replies
Hi, well sv is really a nice programm and it works fine, when i just use it while beeing on desktop or playing another CO client. BUT when i m doing anything else like playing another game, such as Warcraft 3 or wow then SV seems to get really lazy and doesnt do things so smooth running. So sometimes it just stay for some seconds or more and take the hits of the monsters. And NO my hardware is good (high end & and i m not even running too many COs) Anybody else exprienced things like...



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


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.