Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 02:45

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

Advertisement



COPS v6 : Source & Tools [Custom Emulator]

Discussion on COPS v6 : Source & Tools [Custom Emulator] within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 02/07/2013, 18:29   #61
 
elite*gold: 0
Join Date: Jun 2009
Posts: 24
Received Thanks: 0
up please, how can I get my GM account, and is it normal that I can not buy some weapons and armor to the blacksmith, grocer? thank you
vtroz is offline  
Old 02/07/2013, 19:15   #62


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,445
Received Thanks: 1,176
Quote:
Originally Posted by vtroz View Post
up please, how can I get my GM account, and is it normal that I can not buy some weapons and armor to the blacksmith, grocer? thank you
In the account file, you have an AccLvl or something like. 7 is GM, 8 is PM.
For the shops, you haven't rebuild the database correctly... I used an old shop.dat, so you must rebuild it.
CptSky is offline  
Thanks
1 User
Old 02/07/2013, 19:40   #63
 
elite*gold: 0
Join Date: Jun 2009
Posts: 24
Received Thanks: 0
there is no AccLevel ....

<?xml version="1.0" encoding="utf-8"?>
<Account>
<section name="Informations">
<entry name="AccountID">Test22</entry>
<entry name="Password">fa3cfb3f1bb823aa9501f88f1f95f732ee 6fef2c3a48be7f1d38037b216a549f</entry>
<entry name="RealName">NULL</entry>
<entry name="Email">NULL</entry>
<entry name="Question">NULL</entry>
<entry name="Answer">NULL</entry>
<entry name="Creation">Sun, 03 Feb 2013 16:38:08 GMT</entry>
</section>
<section name="Medusa">
<entry name="Character">Test22</entry>
<entry name="Flags">0</entry>
</section>
</Account>
vtroz is offline  
Old 02/07/2013, 20:04   #64
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,380
I'd assume flags sets your permission level.
pro4never is offline  
Old 02/07/2013, 20:08   #65
 
elite*gold: 0
Join Date: Jun 2009
Posts: 24
Received Thanks: 0
no flags for grades 7 = account banned
vtroz is offline  
Old 02/07/2013, 22:57   #66


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,445
Received Thanks: 1,176
A little look in the source and you would realize that it's the AccLvl key and that it's not in the file by default.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Account>
    <section name="Informations">
        <entry name="AccountID">Test22</entry>
        <entry name="Password">fa3cfb3f1bb823aa9501f88f1f95f732ee 6fef2c3a48be7f1d38037b216a549f</entry>
        <entry name="RealName">NULL</entry>
        <entry name="Email">NULL</entry>
        <entry name="Question">NULL</entry>
        <entry name="Answer">NULL</entry>
        <entry name="Creation">Sun, 03 Feb 2013 16:38:08 GMT</entry>
    </section>
    <section name="Medusa">
        <entry name="Character">Test22</entry>
        <entry name="Flags">0</entry>
        <entry name="AccLvl">8</entry>
    </section>
</Account>
CptSky is offline  
Thanks
1 User
Old 02/07/2013, 23:01   #67
 
elite*gold: 0
Join Date: Jun 2009
Posts: 24
Received Thanks: 0
thank you, by cons if I change the shop.dat a more recent I is not no picture on the subject and I still can not buy
vtroz is offline  
Old 02/08/2013, 07:44   #68
 
thesamuraivega's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 125
Received Thanks: 21
hey bro i have this problem why???



and no is working skills and shops how i can fix it?


hey...bro
Quote:
Originally Posted by vtroz View Post
thank you, by cons if I change the shop.dat a more recent I is not no picture on the subject and I still can not buy


Database and items fixed... :P
thesamuraivega is offline  
Old 02/08/2013, 12:25   #69
 
elite*gold: 0
Join Date: Jun 2009
Posts: 24
Received Thanks: 0
Thank you, now I can buy much more subject than before but still can not buy some as the arrow or other.and impossible to use circle of fire
vtroz is offline  
Old 02/08/2013, 20:33   #70
 
mujake's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 494
Received Thanks: 54
how can the NPC scripts be edited so that they will still work?i edited on the En folder, should both be same?the Fr too? or how?
mujake is offline  
Old 02/08/2013, 21:12   #71


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,445
Received Thanks: 1,176
Quote:
Originally Posted by mujake View Post
how can the NPC scripts be edited so that they will still work?i edited on the En folder, should both be same?the Fr too? or how?
You should remove the multilangual support of the emulator. And just keep one folder, etc. Else, I think that the actual language is defaulted to Fr, whatever language the client is really using.
CptSky is offline  
Old 02/08/2013, 21:19   #72
 
mujake's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 494
Received Thanks: 54
well most of NPC scrips are in french, i've beedn using notepad to edit the text only but the the NPC won't load it's text when i click on it.
mujake is offline  
Old 02/08/2013, 21:29   #73


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,445
Received Thanks: 1,176
Quote:
Originally Posted by mujake View Post
well most of NPC scrips are in french, i've beedn using notepad to edit the text only but the the NPC won't load it's text when i click on it.
Try to edit them in the Fr or En folders. Might no be the "good" one which is used. Also, maybe you could post the NPC for the syntax ? Finally, although there is a command to reload the scripts without restarting the server, are you restarting the server ?
CptSky is offline  
Old 02/08/2013, 21:33   #74
 
mujake's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 494
Received Thanks: 54
well i never messed with the checks or algorithms, only the text, in both folders(En/Fr) i edited, restarted server, rebuild solution,i might be missing something probably, i edited in KCOSS folder only, as the other one seems encrypted.
mujake is offline  
Old 02/09/2013, 14:55   #75


 
CptSky's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 1,445
Received Thanks: 1,176
Quote:
Originally Posted by mujake View Post
well i never messed with the checks or algorithms, only the text, in both folders(En/Fr) i edited, restarted server, rebuild solution,i might be missing something probably, i edited in KCOSS folder only, as the other one seems encrypted.
You must only edit the KCOSS scripts. I designed the INI script in 2009 when I started a custom source on the client 4311. I wanted an external system. Well, when I reworked on another source, I decided to design the KCS format which is a compiled version of the NPC scripts... The INI scripts were too slow to be loaded. The scripts in the KCS folder are generated when the last edit date of the KCOSS script is after the last edit date of the KCS script.

If the NPC doesn't say anything, it's that the syntax is probably invalid.
CptSky is offline  
Reply

Tags
c#, cops v6, cptsky, emulator


Similar Threads Similar Threads
COPS v3 - Reborn Edition : Source & Tools [LOTF Emulator]
10/22/2012 - CO2 PServer Guides & Releases - 29 Replies
I was cleaning my hard drive and I found an old source. The source is based on LOTF. I used it during COPS v3 (August 2008 - June 2009). After, I worked on my custom source, but I was too lazy, so I reworked a bit on this one for a short private server: COPS v3 - Reborn Edition. The base is bad. After all, it's LOTF... The parts I coded/recoded during 2008/2009 are really bad, maybe worst than the original :rolleyes: I was learning. And the parts I recoded during the few months I worked on...
COPS v3 - Source & Tools [LOTF Emulator]
09/25/2012 - CO2 PServer Guides & Releases - 4 Replies
I reformatted a USB Key and found an old source dating of January 2009. The source is based on LOTF. I used it during COPS v3 (August 2008 - June 2009). It is the base of my previous release of the COPS v3 - Reborn Edition emulator. So, it's really not good... Anything to say, except that nobody should use it? Anyway, some people who have played COPS might be interested to see the source, or some special feature. The test emulator is from January 17th, 2009. So it doesn't contains the final...
Custom source
04/03/2012 - CO2 Private Server - 4 Replies
#Never mind, solved. To those who replied, thanks.



All times are GMT +1. The time now is 02:45.


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.