I am looking for a way to make the warehouse hold more items
I know nothing about c or c++ programming but i am aware that somewhere there should be a variable that if I find the correct varriable that should give me multipage since the warehouseman in market already has but only one page holds items
I am using NewestCOServer
here is a copy of the warehouse.cs that I have
Quote:
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NewestCOServer.PacketHandling
{
public class Warehouse
{
public static void Handle(Main.GameClient GC, byte[] Data)
{
if (!GC.MyChar.WHOpen && GC.MyChar.WHPassword != "0")
return;
First of all It's not C or c++, It's C#
Multi Page is client based, and only market has it on 5165 as I know.
To Open Multi-Page in Market, Search for MAWarehouse = new ArrayList(20); in Character.cs.
Change that to MAWarehouse = new ArrayList(40);
I gotta mention, This will probably Bug The characters, so please make new ones when you do this fix.
First of all It's not C or c++, It's C#
Multi Page is client based, and only market has it on 5165 as I know.
To Open Multi-Page in Market, Search for MAWarehouse = new ArrayList(20); in Character.cs.
Change that to MAWarehouse = new ArrayList(40);
I gotta mention, This will probably Bug The characters, so please make new ones when you do this fix.
Thank you this worked perfectly for the warehouse version. I stand corrected on the c# although I am still not sure as to what is the differences in the three.
Also, I did not notice any problem with old chr after making change but not saying chr won't be bugged later
Quote:
Originally Posted by pro4never
Simple solution...
Upgrade to a new patch. All warehouses have 3 pages (I think) and work perfectly fine.
Seems when I try to use new versions it don't want to work and am still having problems getting the elite-coemu working
If you don't even see the difference between C, C++ and C#, you should do some reading before jumping into game developing.
Truthfully I am not into game development I travel for a living and a lot of times I stay in places with no internet connection or lousy connections 30.00 hotel rooms (rare but can be found still)
I am just using as a way to play a game I like to play alone and when no internet
Truthfully I am not into game development I travel for a living and a lot of times I stay in places with no internet connection or lousy connections 30.00 hotel rooms (rare but can be found still)
I am just using as a way to play a game I like to play alone and when no internet
I strongly NOT Recommend Conquer for that.
Try some Real Games. Need For Speed Hot Pursuit, GTA 4 etc etc. They're big as ****, but it's worth.
Makeing Multi Register Page 07/12/2010 - EO PServer Hosting - 7 Replies Ok i would like to make a register page to register 1 char on 3 diffrent realms.
For example
Make a char on high rate char also works on low and mid rate only have to register once.
is this even possible?
[Question] Multi-Page NPC 05/03/2010 - EO PServer Hosting - 1 Replies if some one knows how can i make ateleporter for more than 10 maps i did one b4 but its max 6-7 options does some one knows how to make an additional option to take me to asecond page or page of new choises:confused::confused:
if some one knows plz help me u will get thanks don't worry ;)