Register for your free account! | Forgot your password?

You last visited: Today at 06:31

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

Advertisement



Official 5165 FAQ/Question thread

Discussion on Official 5165 FAQ/Question thread within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 12/30/2009, 07:25   #406
 
WHITELIONX's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 532
Received Thanks: 66
Kk I have another copy on standby lol so just replace guild.dat Thank you it worked
WHITELIONX is offline  
Old 12/30/2009, 07:36   #407
 
elite*gold: 0
Join Date: Jun 2006
Posts: 72
Received Thanks: 3
idk what u mean u mean? the code to birdmen? if so idk how to find out the code =( im newbie at this
w8 is this it? Birdman 1 205 87 13422 0 0 0 731 810 1 83 2 True 2 65 650 1000 12 True
Cassiuss is offline  
Old 12/30/2009, 08:40   #408
 
elite*gold: 0
Join Date: Jun 2006
Posts: 72
Received Thanks: 3
OMG how come everytime i exit my server and come back NewestCoServer it says it stop working =/ ughh..... Someone tell me how to fix this problem .. sorry for double post..i found the pathway here it is
public class DMaps
{
public static ArrayList MapsNeeded = new ArrayList() {700, 1038,1000, 1001, 1002, 1036, 1037, 1039, 1011, 1015, 1020, 1028, 1785 };
public static Hashtable H_DMaps = new Hashtable();
public static bool Loaded = false;
public static void Load()
{
if (Directory.Exists(Program.ConquerPath))
{
uint Time = Native.timeGetTime();
Program.WriteLine("Starting to load DMaps.");
FileStream FS = new FileStream(Program.ConquerPath + @"ini\GameMap.dat", FileMode.Open);
BinaryReader BR = new BinaryReader(FS);

where do i edit to turn the pathway to my exe?
Cassiuss is offline  
Old 12/30/2009, 11:48   #409
 
GoDTrojaN's Avatar
 
elite*gold: 0
Join Date: Sep 2008
Posts: 43
Received Thanks: 5
@BERGHUIS1
Since you're norwegian , I can post it as it is (My system is norwegian.)
Det har oppstått et problem, og NewestCOServer må lukkes. Vi beklager det inntrufne.Hvis du holdt på meed noe , ka infomarsjonen du arbeidet med ha gått tapt.
Fortell Microsoft om dette problemet.
Vi har oppretter en feilrapport du kan sende til oss , slik at vi kan forbedre NewestCOserver.
Rapporten vil bli behandlet konfidensielt og anonymt.

And then it's 2 buttons saying : Send feilrapport . and ikke send

Im not sure if i have to translate it since it's an error/or an thing in my system whoose norwegian

Thanks in advance.

#Edit Cassiuss
It's okay you say sorry for double posting but there is possible to edit the post.
GoDTrojaN is offline  
Old 12/30/2009, 12:46   #410
 
elite*gold: 0
Join Date: Jun 2006
Posts: 72
Received Thanks: 3
well i figure out the problem....i code the /spawn wrong...u know how to code any mobs spawn? i just need an example like BirdMen
Cassiuss is offline  
Old 12/30/2009, 18:39   #411
 
elite*gold: 0
Join Date: Feb 2009
Posts: 74
Received Thanks: 16
so all monster atk me whit 2081
how fix that?
darkfighter852 is offline  
Old 12/30/2009, 23:08   #412
 
WHITELIONX's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 532
Received Thanks: 66
I would release ShopBoy giving away DrunkCelestial for a DB but I am still working on it at the moment, the problem that I have is simple if you are lvl 100 and below it will cost one DB to get DrunkCelestial.

That part works fine apart from the npc keeps telling me "No money no wine" which is not a problem because you STILL get the wine and it takes DB like it is meant to. However I am struggling to add it so that it takes two DBs if you are 100+?

Sometimes when I play around it will give two DrunkCelestials and take one DB or none at all? I would write the code here also but I still haven`t figured out how to put that [code] thing yet because it never seems to work for me lol
WHITELIONX is offline  
Old 12/30/2009, 23:39   #413
 
elite*gold: 0
Join Date: Jun 2006
Posts: 72
Received Thanks: 3
Hey can u tell me how to compile the data after changing like the exp ball calculations and such
Cassiuss is offline  
Old 12/30/2009, 23:48   #414
 
WHITELIONX's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 532
Received Thanks: 66
Press f6 in the source then f5
WHITELIONX is offline  
Thanks
1 User
Old 12/31/2009, 17:49   #415
 
elite*gold: 0
Join Date: Jun 2006
Posts: 72
Received Thanks: 3
Quote:
Originally Posted by WHITELIONX View Post
Press f6 in the source then f5
so i just save the edit i did in C# and then just open my FixedSource file and press F5 then f6?
Cassiuss is offline  
Old 12/31/2009, 17:55   #416
 
~*NewDuuDe*~'s Avatar
 
elite*gold: 111
Join Date: Feb 2008
Posts: 2,161
Received Thanks: 646
Quote:
Originally Posted by Cassiuss View Post
so i just save the edit i did in C# and then just open my FixedSource file and press F5 then f6?
Press F6. That rebuilds the solution, meaning it saves it.
F5 would be the same as running the console, so you don't have to do that.
~*NewDuuDe*~ is offline  
Thanks
1 User
Old 12/31/2009, 18:05   #417
 
WHITELIONX's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 532
Received Thanks: 66
BERGHUIS1 is right I just prefer to f5 then f6 then /exit it THEN I open the console properly lol
WHITELIONX is offline  
Old 12/31/2009, 18:43   #418
 
elite*gold: 0
Join Date: Jun 2006
Posts: 72
Received Thanks: 3
mmmmm when i open my FixedSouce file and add edit the files i press save in C# and exit it then go back to my windows folder and press F5+F6.... but its like nothing happens
Cassiuss is offline  
Old 12/31/2009, 18:53   #419
 
elite*gold: 0
Join Date: Sep 2008
Posts: 494
Received Thanks: 120
Quote:
Originally Posted by Cassiuss View Post
mmmmm when i open my FixedSouce file and add edit the files i press save in C# and exit it then go back to my windows folder and press F5+F6.... but its like nothing happens
I suggest u open all files in C# by project file i think its called newestcoserver.coproj and at the right u will see that project with all files and folders when u make an edit u need to click right on the project set it as startup project then press f6 after its build press f5 then u can close the server and run it normally from folder hopei helped a little bit ;p

And to "GoDTrojaN" man u need change ur system language to English(USA) do it by Control Panel>regional settings>.. after that u can run the server. XD
Adziunia is offline  
Thanks
1 User
Old 01/01/2010, 05:23   #420
 
elite*gold: 0
Join Date: Jun 2006
Posts: 72
Received Thanks: 3
mm thank you well can some1 tell me how to use the command /spawn so i can spawn mobs or w.e and be specif just give me an example and ill follow...and where is the Dropedititem.cs located 0.o so i can make gms drop items
Cassiuss is offline  
Reply




All times are GMT +2. The time now is 06:31.


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.