Register for your free account! | Forgot your password?

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

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

Advertisement



[Help] with Warehouse issue

Discussion on [Help] with Warehouse issue within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2012
Posts: 4
Received Thanks: 0
[Help] with Warehouse issue

So I've got an issue with (Warehouse's / VIP / Slash) not allowing me to place items into them. instead the item just stay in my inventory.

asking if anyone could look over the code below and give me some results to fixing this problem.

Thanks in advance


..../Gamepackets/warehouse


....Game/Conquerstructures/warehouse



...NPC



..../ Packethandler


..../ Packethandler



Any clue will help Thanks.
Gamer Online is offline  
Old 04/20/2015, 23:33   #2

 
Novakhan's Avatar
 
elite*gold: 15
Join Date: Dec 2008
Posts: 332
Received Thanks: 137
Here's my clue: Delete that ****, close your computer and throw it from the CN Tower's roof.
Novakhan is offline  
Old 04/20/2015, 23:39   #3
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
xD Emulator Source

----------------------
try breakpoint with debug
abdoumatrix is offline  
Old 04/20/2015, 23:56   #4
 
elite*gold: 0
Join Date: Mar 2012
Posts: 4
Received Thanks: 0
First Thanks for moving this to its right section.

@Novakhan - cool story bruh but id rather not.

@abdoumatrix - Yes you are correct this is Emulator Source




if anyone needs more information to help me solve this problem please let me know. thanks
Gamer Online is offline  
Old 04/21/2015, 03:23   #5
 
abdoumatrix's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 874
Received Thanks: 239
Breakpoint is ur answer
abdoumatrix is offline  
Old 04/21/2015, 12:27   #6
 
elite*gold: 0
Join Date: Feb 2009
Posts: 259
Received Thanks: 159
public UInt32 NpcID
{
get { return BitConverter.ToUInt32(Packet, 8); }
set { WriteUInt32(value, 8, Packet); }
}


public UInt32 Count
{
get { return BitConverter.ToUInt32(Packet, 24); }
set
{
if (value > 20)
throw new Exception("Invalid Count value.");
Byte[] packet = new Byte[8 + 28 + (76 * value)];
WriteUInt16((UInt16)(packet.Length - 8), 0, packet);
WriteUInt16(1102, 2, packet);
WriteUInt32(NpcID, 8, packet);
WriteUInt32(Type, 12, packet);
packet[13] = Packet[13];
WriteUInt32(value, 24, packet);
Packet = packet;
}
}
teroareboss1 is offline  
Old 04/21/2015, 20:10   #7
 
elite*gold: 0
Join Date: Mar 2012
Posts: 4
Received Thanks: 0
@teroareboss1 - changing the values to [8] didnt help its the same as it has been.

i can open the warehouses/slash/vipWH but when i place my item into My VIP Warehouse/ Slash/or any of the warehouse located around CO they just stay into my Inventory and wont transfer into the bank storage.

Note: I've tried depositing money and it worked!
also tried Depositing Items with different Quality like Normal/refine/elite/super 2soc /Bound/Nonbound/Inscribed gear/ and locked / unlocked gear..etc But still nothing help the situation


Now i did add to my main topic the Npc info / packhandler info


Hope someone with a good understanding of the Warehouse can provide some suggestions
Gamer Online is offline  
Old 04/22/2015, 15:42   #8
 
elite*gold: 0
Join Date: Feb 2009
Posts: 259
Received Thanks: 159
you're use wrong client. try to update your client. your packet is for new versions.
teroareboss1 is offline  
Reply


Similar Threads Similar Threads
AO/AR Bug's Warehouse
01/04/2013 - Ace Online / AirRivals - 20 Replies
Hello i know some player make weapons use remonte warehouse how to make this ? please give me instruction :D
[HELP]Warehouse
08/08/2010 - EO PServer Hosting - 7 Replies
i just wanna ask little stupid question.. :D my warehouse cant set password,after there say please once again put password nothing happen.. hope can help me.. :o
Warehouse.
01/11/2010 - Conquer Online 2 - 3 Replies
I was wondering if they still have a warehouse crack so we could open the warehouse without the password. I forgot my warehouse password and obviously i dont have a valid email for the wh..So can someone help me out here?
Warehouse pw
08/16/2009 - Conquer Online 2 - 20 Replies
Is there an way the bypass orsomething warehouse pw there whas tread but i cant find it anymore .. plz help me!
Help with warehouse
04/17/2008 - Conquer Online 2 - 3 Replies
Need a program to unlock the warehouse please.



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


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.