Register for your free account! | Forgot your password?

You last visited: Today at 08:26

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

Advertisement



MoonBox Problem

Discussion on MoonBox Problem within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2008
Posts: 126
Received Thanks: 31
MoonBox Problem

i hav a source which dont sell emrald or moonbox emrald works when i do the commands and moonbox but when i try open it it says not aeed yet for opening only for promotion when i try promote with it it doesnt find it in my inventory when it is in there anyone kno how to fix ti pls
jasoncoolman is offline  
Old 09/14/2010, 13:04   #2
 
elite*gold: 0
Join Date: Aug 2010
Posts: 452
Received Thanks: 75
what version?
dowhatuwant is offline  
Old 09/14/2010, 13:17   #3
 
.Beatz's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 1,190
Received Thanks: 516
Easy fix. Open your Items.txt in OldCODB and search for
Code:
Moonbox
The try I think it is the 3rd or 4th moonbox from the bottom of the list of moonboxes. But try each ID in the shop till you get the right one.
.Beatz is offline  
Old 09/14/2010, 16:37   #4
 
elite*gold: 0
Join Date: Jul 2008
Posts: 126
Received Thanks: 31
Quote:
Originally Posted by ☆★Zuper★☆ View Post
what version?
5165 is the source with deathmatch and pk tourny
jasoncoolman is offline  
Old 09/14/2010, 16:38   #5
 
elite*gold: 0
Join Date: Jul 2008
Posts: 126
Received Thanks: 31
Quote:
Originally Posted by .Beatz View Post
Easy fix. Open your Items.txt in OldCODB and search for
Code:
Moonbox
The try I think it is the 3rd or 4th moonbox from the bottom of the list of moonboxes. But try each ID in the shop till you get the right one.
huh i dont understand but i wil try anyway
Dude i searched for it but what do i do with it????
jasoncoolman is offline  
Old 09/14/2010, 22:16   #6
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Make sure the ID of the moonbox you have is 721080.
Arcо is offline  
Thanks
2 Users
Old 09/15/2010, 02:50   #7
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 991
Received Thanks: 1,107
ohh i guess i can fix it for ya but just do as im telling ya
first go to character.cs file and scroll down or hit CTRL + F and look for
public void UseItem(Item I)

under that code you'll see the moon box code and also the FU mess that says {not aeed yet for opening only for promotion }

replace that code with this one this code is for the random items from the moon box so if you wanna add more items feel free to edit the code an add whatever you like to it
Quote:
}
if (I.DBInfo.Name == "MoonBox")
{

Random R = new Random();
int Nr = R.Next(1, 6);
if (Nr == 1)
{
AddItem(150097);
RemoveItem(I);
}
if (Nr == 2)
{
AddItem(120087);
RemoveItem(I);
}
if (Nr == 3)
{
AddItem(160097);
RemoveItem(I);
}
if (Nr == 4)
{
AddItem(121087);
RemoveItem(I);
}
if (Nr == 5)
{
AddItem(117047);
RemoveItem(I);
}



}
switch (I.ID)
{
or
this code
}
if (I.DBInfo.Name == "MoonBox")
{

CPs += 1000;//or whatever number of cps you want the player to have
RemoveItem(I);
}
switch (I.ID)
{


and about the promote thing go to your NPCDialog.cs and look for the whatever your class god is and look for the promote me control if you dident see something like his
Quote:
if (GC.MyChar.Level >= GC.MyChar.LevReqForPromote)
{
byte Need = 1;
uint ID = GC.MyChar.PromoteItems;
if (ID == 1072031) Need = 5;
if (GC.MyChar.InventoryContains(ID, Need) || ID == 1)
under the promote me control let me know an i'll fix the code for ya
have fun
{ Angelius } is offline  
Old 09/15/2010, 08:19   #8
 
elite*gold: 0
Join Date: Jul 2008
Posts: 126
Received Thanks: 31
Dude i tired to do it it still says still not add for opening and when i try promote with it it doesnt work
jasoncoolman is offline  
Old 09/15/2010, 08:49   #9
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
We just gave you all the information needed. We spoonfed you well enough, you can do it from here.
Arcо is offline  
Thanks
1 User
Old 09/15/2010, 09:05   #10
 
elite*gold: 0
Join Date: Jul 2008
Posts: 126
Received Thanks: 31
KK should i f5 anf f6 it or somthing
jasoncoolman is offline  
Old 09/15/2010, 09:58   #11
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
f5 sir.
Arcо is offline  
Old 09/16/2010, 07:22   #12
 
elite*gold: 0
Join Date: Jul 2008
Posts: 126
Received Thanks: 31
Quote:
Originally Posted by Аrco View Post
f5 sir.
dude when i try f5 it it this error comes Error

Error namespace cannot directly contain members such as fields or methods
jasoncoolman is offline  
Old 09/16/2010, 07:28   #13
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Probably one too many '}'
Would be great if you posted screenshots of where you entered the code.
Arcо is offline  
Old 09/16/2010, 08:14   #14
 
elite*gold: 0
Join Date: Jul 2008
Posts: 126
Received Thanks: 31
Quote:
Originally Posted by Аrco View Post
Probably one too many '}'
Would be great if you posted screenshots of where you entered the code.
i put the code at the bottom is dat why?
jasoncoolman is offline  
Old 09/16/2010, 08:36   #15
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
You were supposed to put the code where he told you to.
Arcо is offline  
Reply


Similar Threads Similar Threads
[HELP]Problem in promtion chars can't get prometed with moonbox(v5065)
06/16/2009 - CO2 Private Server - 3 Replies
Dear guys!! i got a problem with promotion all chars can't get promoted with moonboxs from TC and there is a PK in Promotion too it's nor forbid!! guys please if anyone got help for this problem , just give it to me !! Cya guys!!
Moonbox
08/10/2007 - Conquer Online 2 - 5 Replies
heya ^^ could any1 please give me a hack/bot to see whats inside a moonbox b4 being opend? Thnx would be much appreeciated! :):):):)
MoonBox Help
06/29/2007 - Conquer Online 2 - 2 Replies
if i do MB and i go to death without all tc i must die to get out and lose items as the Co web site say. the q is if i will lose any of my tools ( bow , boots , .... ) or just items in my inventory ? thanks for your help
Best MoonBox
03/31/2007 - CO2 Exploits, Hacks & Tools - 34 Replies
Ok guys i used the item type editior thx to unknowone and put the moon boxs with gd items in with names such as: Shit Moonbox= Not very gd items Ok Moonbox= ok items Nice Moonbox= gd items Good Moonbox= the best items u can get
Moonbox
03/21/2007 - Conquer Online 2 - 14 Replies
If you have SV, i just thought of using it in Moonbox quest :), moonbox ownage put the Items to pick ALL and super command tokens lol



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


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.