Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 17:24

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

Advertisement



Useful ID for Subclass Item Seller If you need.

Discussion on Useful ID for Subclass Item Seller If you need. within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2022
Posts: 19
Received Thanks: 0
Useful ID for Subclass Item Seller If you need.

Selling item for subclass.

Code:
case 0:
{
dialog.text("Hello, Sir. I will give you Sub Class item and points. \n");
dialog.text("Say Thanks For Progromatic-Online");
dialog.Avatar(230);
dialog.Option("All Items.", 1);
dialog.Option("Bomb => [10].", 2);
dialog.Option("YinYangFruit => [1].", 3);
dialog.Option("LuckyAmulet => [20].", 4);
dialog.Option("MeteorScroll => [1].", 5);
dialog.Option("PerformerCard => [1].", 6);
dialog.Option("Saddle => [40].", 7);
dialog.Option("CelestialStone => [5].", 8);
dialog.Option("I see.", 255);
break;
}

case 1:
{
client.Inventory.Add(721261, 0, 10); //Bomb
client.Inventory.Add(711188, 0, 1); //YinYangFruit
client.Inventory.Add(723087, 0, 20); //LuckyAmulet
client.Inventory.Add(720027, 0, 1); //MeteorScroll
client.Inventory.Add(711679, 0, 1); //PerformerCard
client.Inventory.Add(723903, 0, 40); //Saddle
client.Inventory.Add(721259, 0, 5); //CelestialStone
break;
}
case 2: {client.Inventory.Add(721261, 0, 10); /*Bomb*/ break;}
case 3: {client.Inventory.Add(711188, 0, 1); /*YinYangFruit*/ break;}
case 4: {client.Inventory.Add(723087, 0, 20); /*LuckyAmulet*/ break;}
case 5: {client.Inventory.Add(720027, 0, 1); /*MeteorScroll*/ break;}
case 6: {client.Inventory.Add(711679, 0, 1); /*PerformerCard*/ break;}
case 7: {client.Inventory.Add(723903, 0, 40); /*Saddle*/ break;}
case 8: {client.Inventory.Add(721259, 0, 10); /*CelestialStone*/ break;}
abdallahsabri is offline  
Old 02/21/2023, 01:23   #2
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,030
Received Thanks: 4,036
Quote:
Originally Posted by abdallahsabri View Post
Selling item for subclass.

Code:
case 0:
{
dialog.text("Hello, Sir. I will give you Sub Class item and points. \n");
dialog.text("Say Thanks For Progromatic-Online");
dialog.Avatar(230);
dialog.Option("All Items.", 1);
dialog.Option("Bomb => [10].", 2);
dialog.Option("YinYangFruit => [1].", 3);
dialog.Option("LuckyAmulet => [20].", 4);
dialog.Option("MeteorScroll => [1].", 5);
dialog.Option("PerformerCard => [1].", 6);
dialog.Option("Saddle => [40].", 7);
dialog.Option("CelestialStone => [5].", 8);
dialog.Option("I see.", 255);
break;
}

case 1:
{
client.Inventory.Add(721261, 0, 10); //Bomb
client.Inventory.Add(711188, 0, 1); //YinYangFruit
client.Inventory.Add(723087, 0, 20); //LuckyAmulet
client.Inventory.Add(720027, 0, 1); //MeteorScroll
client.Inventory.Add(711679, 0, 1); //PerformerCard
client.Inventory.Add(723903, 0, 40); //Saddle
client.Inventory.Add(721259, 0, 5); //CelestialStone
break;
}
case 2: {client.Inventory.Add(721261, 0, 10); /*Bomb*/ break;}
case 3: {client.Inventory.Add(711188, 0, 1); /*YinYangFruit*/ break;}
case 4: {client.Inventory.Add(723087, 0, 20); /*LuckyAmulet*/ break;}
case 5: {client.Inventory.Add(720027, 0, 1); /*MeteorScroll*/ break;}
case 6: {client.Inventory.Add(711679, 0, 1); /*PerformerCard*/ break;}
case 7: {client.Inventory.Add(723903, 0, 40); /*Saddle*/ break;}
case 8: {client.Inventory.Add(721259, 0, 10); /*CelestialStone*/ break;}
So... you're giving people these items for free. Is there code around this for stopping someone from just requesting the same item over and over again? Aka. get infinite meteor scrolls, celestial stones, and saddles? That would totally devalue your server...
Spirited is offline  
Thanks
1 User
Old 02/22/2023, 02:09   #3
 
elite*gold: 0
Join Date: Jun 2022
Posts: 19
Received Thanks: 0
Quote:
Originally Posted by Spirited View Post
So... you're giving people these items for free. Is there code around this for stopping someone from just requesting the same item over and over again? Aka. get infinite meteor scrolls, celestial stones, and saddles? That would totally devalue your server...
Infact, I am so lucky to see you here sir.
I had information, and I wanted to benefit others. So *** helped me, and sent you to me to understand this point. Thank you dear brother.

But my brother, your idea is good if these things are placed after the condition that it be :--
- Should have a place in his item,
- Should did not do subclass stages before,
- Should trade it for cps or money .....etc.
You are alaways right.
Thank you boss, for that point.
Thank You to posted me again, And I will continue to tell her his presence in any topic that concerns me, and this is something that I am very honored.
Because I dream of reaching half of your knowledge, and by the grace of ***, I will reach it.
abdallahsabri is offline  
Old 02/22/2023, 08:53   #4
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,030
Received Thanks: 4,036
Quote:
Originally Posted by abdallahsabri View Post
Infact, I am so lucky to see you here sir.
I had information, and I wanted to benefit others. So *** helped me, and sent you to me to understand this point. Thank you dear brother.

But my brother, your idea is good if these things are placed after the condition that it be :--
- Should have a place in his item,
- Should did not do subclass stages before,
- Should trade it for cps or money .....etc.
You are alaways right.
Thank you boss, for that point.
Thank You to posted me again, And I will continue to tell her his presence in any topic that concerns me, and this is something that I am very honored.
Because I dream of reaching half of your knowledge, and by the grace of ***, I will reach it.


I'm glad you find my advice helpful, but please talk to me like I'm a regular human being...
Spirited is offline  
Thanks
1 User
Reply




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


Powered by vBulletin®
Copyright ©2000 - 2023, 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 ©2023 elitepvpers All Rights Reserved.