Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2
You last visited: Today at 05:49

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

Advertisement



Warehouse problem

Discussion on Warehouse problem within the Conquer Online 2 forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2013
Posts: 5
Received Thanks: 0
Warehouse problem

How can i fix warehouses ... i put item's and when i relog all item's are gone!?

Please help me im using Messiv13
p3jko is offline  
Old 02/23/2015, 14:16   #2
 
elite*gold: 0
Join Date: Apr 2014
Posts: 245
Received Thanks: 273
Don't use ****** source.
Don't end up with ****** problems.
Thorev is offline  
Old 02/23/2015, 18:08   #3
 
elite*gold: 0
Join Date: Jul 2014
Posts: 402
Received Thanks: 540
Quote:
Originally Posted by Thorev View Post
Don't use ****** source.
Don't end up with ****** problems.
The CO section of ePvP really needs to have a rule about instant-banning anyone who asks about the ******* terrible, ****** Messi sources.
Best Coder 2014 is offline  
Old 02/25/2015, 21:30   #4
 
elite*gold: 0
Join Date: Feb 2015
Posts: 4
Received Thanks: 0
using System;

namespace BigBOsProjects.Network.GamePackets
{
public class Warehouse : Writer, Interfaces.IPacket
{
public const byte Entire = 0, AddItem = 1, RemoveItem = 2;
private byte[] buffer;
public Warehouse(bool Create)
{
if (Create)
{
buffer = new byte[32];
WriteUInt16(24, 0, buffer);
WriteUInt16(1102, 2, buffer);
}
}

public uint NpcID
{
get { return BitConverter.ToUInt32(buffer, 4); }
set { WriteUInt32(value, 4, buffer); }
}

public byte Type
{
get
{
return buffer[8];
}
set
{
buffer[8] = value;
}
}

public uint Count
{
get { return BitConverter.ToUInt32(buffer, 20); }
set
{
if (value > 20)
throw new Exception("Invalid Count value.");
byte[] Buffer = new byte[8 + 24 + (72 * value)];
WriteUInt16((ushort)(Buffer.Length - 8), 0, Buffer);
WriteUInt16(1102, 2, Buffer);
WriteUInt32(NpcID, 4, Buffer);
WriteUInt32(Type, 8, Buffer);
Buffer[9] = buffer[9];
WriteUInt32(value, 20, Buffer);
buffer = Buffer;
}
}

public uint UID
{
get { return BitConverter.ToUInt32(buffer, 16); }
set { WriteUInt32(value, 16, buffer); }
}

public void Append(ConquerItem item)
{
WriteUInt32(item.UID, 24, buffer);
WriteUInt32(item.ID, 28, buffer);
WriteByte((byte)item.SocketOne, 33, buffer);
WriteByte((byte)item.SocketTwo, 34, buffer);
WriteByte(item.Plus, 41, buffer);
WriteByte(item.Bless, 42, buffer);
WriteByte((byte)(item.Bound == true ? 1 : 0), 43, buffer);
WriteUInt16(item.Enchant, 44, buffer);
WriteUInt16((ushort)item.Effect, 46, buffer);
WriteByte(item.Lock, 48, buffer);
WriteByte((byte)(item.Suspicious == true ? 1 : 0), 49, buffer);
WriteByte((byte)item.Color, 51, buffer);
WriteUInt32(item.SocketProgress, 52, buffer);
WriteUInt32(item.PlusProgress, 56, buffer);
WriteUInt16((ushort)item.StackSize, 68, buffer);
}
public byte[] ToArray()
{
return buffer;
}

public void Deserialize(byte[] buffer)
{
this.buffer = buffer;
}

public void Send(Client.GameClient client)
{
client.Send(buffer);
}
}
}
H.Mando is offline  
Reply

Tags
bank, warehouses


Similar Threads Similar Threads
[Help] Warehouse problem
01/09/2014 - CO2 Private Server - 11 Replies
Why the item appears perfectly in the inventory and when I put it in the warehouse appears different? Example: In inventory: http://i.epvpimg.com/X11dd.png In warehouse http://i.epvpimg.com/VJiJb.png
Warehouse problem
07/26/2012 - Shaiya Private Server - 6 Replies
Hello everyone, I got a problem and need help from someone, my friend made a new server and she got problems with the warehouse. When u put items in there and relog u get dc and rollbacks and lose ur items, can someone might tell me how to fix this problem... i would apreciate your support ty :)
Warehouse Problem
07/19/2012 - Rappelz Private Server - 7 Replies
Hey all, i have used the Sufu and can't find anything about that. If I put something in my warehouse it will remain in my inventory. Moreover, the item change his place in the inventory and I am not able to equip it anymore. Thanks Acc.
Warehouse problem
05/15/2012 - Rappelz Private Server - 6 Replies
Hi All, I have a new problem with my server. when i'm opening my warehouse, and I want to put into some items, they are staying on my character inventory. BUT, even if the image of the item is on my inventory, I cannot use it (as the same as if it was in my warehouse). I already had a look on SEARCH (my best friend), and i cannot found anythings like that. Thks for your help. Akkira
Warehouse Problem!
09/17/2010 - CO2 Private Server - 2 Replies
Anyone know how to fix the Stone City Warehouse problem? i have level 6 Vip but the problem is i cant open the last warehouse in stone city in my VIP then if i try to open it i got error code in my source pop ups.. please anyone can help me?



All times are GMT +1. The time now is 05:49.


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