elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   CO2 PServer Guides & Releases (https://www.elitepvpers.com/forum/co2-pserver-guides-releases/)
-   -   [RELEASE]CoSX - 5165 Source(ini version)[Bug Fixed] (https://www.elitepvpers.com/forum/co2-pserver-guides-releases/607376-release-cosx-5165-source-ini-version-bug-fixed.html)

.Summer 06/13/2010 02:06

[RELEASE]CoSX - 5165 Source(ini version)[Bug Fixed]
 
This is the source from Arco's thread fixed up alot.
Bugs fixed, npc fixes, added some things (Not big things).
This is still a base source.
Goodluck with your server.

This source will be updated.
The newest update includes all updates, but not Database.



Update v1.5.5:
Download Source v1.5.5: (No Database include, download v1.0.0 for DB)
Player limit on server (Change in Program.cs) Set as 100.
LoginMessage (WOW).
Removing the annoying Too much Silvers/CPs.
Some other small fixes.
[Only registered and activated users can see links. Click Here To Register...]

Update v1.0.0:
Download Source + Database from here:
[Only registered and activated users can see links. Click Here To Register...]
Make sure you install the CoSX folder in C:/

Features + fixes:
PHP Code:

Player limit on server (Change in Program.csSet as 100.
LoginMessage
.
Removing the annoying Too much Silvers/CPs.
More DMap Loads.
More Hp on Pole Gates in GW.
3 Rounds at GW.
GW at XX:00.
No attack Guildmembers in GW
.
No spawnkill.
No wierd spawning.
Gm's can protect them self from attack, but can't attack.
Players cant kill from other map.
Super GuildWar at the first date of every month.
No bug in GuildDirector Disban GuildWar Pole (Unknown guild).
Ban Command. (Also creating file in database for who got banned and by who)
Client shows "You have been banned!"
No PK From steed
No fb
/ss on flying players
More 

GMProtection from attack (Not added in v1.0.0).
Spoiler:
Find in chat.cs:
Code:

                            if (Cmd[0] == "/day")
                            {
                                Game.World.ScreenColor = 0;
                                foreach (Game.Character C in Game.World.H_Chars.Values)
                                    try
                                    {
                                        C.MyClient.AddSend(Packets.GeneralData(C.EntityID, Game.World.ScreenColor, 0, 0, 104));
                                        GC.LocalMessage(2011, "Haa day has arrived good morning everyone");
                                    }
                                    catch { }
                            }

above that put:
Code:

                            if (Cmd[0] == "/protect")
                            {
                                if (GC.MyChar.StaffProection == true)
                                {
                                    GC.MyChar.StaffProtection = false;
                                }
                                else
                                {
                                    GC.MyChar.StaffProtection = true;
                                }
                            }

Then you cant get hitted as a gm or pm :)

Goodluck with servers.
I would recommend you to this thread for FAQ Questions.
(Dont download the source from there)
[Only registered and activated users can see links. Click Here To Register...]

How To Install Updates
If want the shortcuts, just install v1.0.0 and delete the source folder.
Then download the newest update.
Thats it.


Before u say ConquerSX is already used as name, then I want to say i used the name before they even existed.
My first server was named CoSX (Conquer Online SoXtreme)
Thanks in advanced.

btw. I know it have nothing todo with this, but I kinda like the name, reminds me of my old days.


Since there have been some problems then I show here how to setup.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

pintser 06/13/2010 02:17

woaw!!! nice release xd:p

1st comment!!!

.Summer 06/13/2010 02:26

Thanks :D:D

HugoLeSquirrel 06/13/2010 03:13

thanks!
btw. the pole in GW wont die xD

.Summer 06/13/2010 03:14

250kk hp :)
It will die :D
just take long time :D

HugoLeSquirrel 06/13/2010 03:19

okay ;)

.Summer 06/13/2010 03:23

v1.0.2 added.
Less hp for gw pole :)

zblowfish 06/13/2010 04:09

Quote:

Originally Posted by .Summer (Post 5607677)
v1.0.2 added.
Less hp for gw pole :)

Nice! Seems cool.

.Summer 06/13/2010 04:18

@Flawless
Hehe :P

#Updated again.
v1.5.0 added.
Loading more Dmaps + DMap count.

#Update again.
v1.5.5 added.
Player limit on server (Change in Program.cs) Set as 100.
LoginMessage.
Removing the annoying Too much Silvers/CPs.
Some other small fixes.

kewell5454 06/13/2010 10:20

my friend very good ReLease Thanks + RepLy..

Arcо 06/13/2010 10:54

if (Cmd[0] == "/protect")
{
if (GC.MyChar.StaffProection == true)
{
GC.MyChar.StaffProtection = false;
}
else
{
GC.MyChar.StaffProtection = true;
}
}
If statements for the commands?
Ew.
Use switches.

TQ.SeLeNa 06/13/2010 11:04

Quote:

Originally Posted by .Summer (Post 5607339)
This is the source from Arco's thread fixed up alot.
Bugs fixed, npc fixes, added some things (Not big things).
This is still a base source.
Goodluck with your server.

This source will be updated.
The newest update includes all updates, but not Database.



Update v1.5.5:
Download Source v1.5.5: (No Database include, download v1.0.0 for DB)
Player limit on server (Change in Program.cs) Set as 100.
LoginMessage (WOW).
Removing the annoying Too much Silvers/CPs.
Some other small fixes.
[Only registered and activated users can see links. Click Here To Register...]

Update v1.5.0:
Download Source v1.5.0: (No Database include, download v1.0.0 for DB)
Loading more DMaps
[Only registered and activated users can see links. Click Here To Register...]

Update v1.0.2:
Download Source v1.0.2: (No Database include, download v1.0.0 for DB)
GW Pole 100kk hp instead 250kk
Staff Protection command added
[Only registered and activated users can see links. Click Here To Register...]

Update v1.0.0:
Download Source + Database from here:
[Only registered and activated users can see links. Click Here To Register...]
Make sure you install the CoSX folder in C:/

Features + fixes:
PHP Code:

Player limit on server (Change in Program.csSet as 100.
LoginMessage
.
Removing the annoying Too much Silvers/CPs.
More DMap Loads.
More Hp on Pole Gates in GW.
3 Rounds at GW.
GW at XX:00.
No attack Guildmembers in GW
.
No spawnkill.
No wierd spawning.
Gm's can protect them self from attack, but can't attack.
Players cant kill from other map.
Super GuildWar at the first date of every month.
No bug in GuildDirector Disban GuildWar Pole (Unknown guild).
Ban Command. (Also creating file in database for who got banned and by who)
Client shows "You have been banned!"
More 

GMProtection from attack (Not added in v1.0.0).
Spoiler:
Find in chat.cs:
Code:

                            if (Cmd[0] == "/day")
                            {
                                Game.World.ScreenColor = 0;
                                foreach (Game.Character C in Game.World.H_Chars.Values)
                                    try
                                    {
                                        C.MyClient.AddSend(Packets.GeneralData(C.EntityID, Game.World.ScreenColor, 0, 0, 104));
                                        GC.LocalMessage(2011, "Haa day has arrived good morning everyone");
                                    }
                                    catch { }
                            }

above that put:
Code:

                            if (Cmd[0] == "/protect")
                            {
                                if (GC.MyChar.StaffProection == true)
                                {
                                    GC.MyChar.StaffProtection = false;
                                }
                                else
                                {
                                    GC.MyChar.StaffProtection = true;
                                }
                            }

Then you cant get hitted as a gm or pm :)

Goodluck with servers.
I would recommend you to this thread for FAQ Questions.
[Only registered and activated users can see links. Click Here To Register...]

How To Install Updates
If want the shortcuts, just install v1.0.0 and delete the source folder.
Then download the newest update.
Thats it.


Before u say ConquerSX is already used as name, then I want to say i used the name before they even existed.
My first server was named CoSX (Conquer Online SoXtreme)
Thanks in advanced.

btw. I know it have nothing todo with this, but I kinda like the name, reminds me of my old days.






Nice ReLease my friend Thanks + RepLy

HugoLeSquirrel 06/13/2010 11:36

Thats what my server looks like C:\CoSX\CoSX and C:\CoSX\Database
is that right? just to prevent further problems wich might could happen^^

Adziunia 06/13/2010 13:14

yeah everything is good coz the folder with server and database should be on C drive edit ur config.ini add database to navicat and ur done

.Summer 06/13/2010 13:17

Just put CoSX in C:/
And all is fine.
Else you will have to edit all paths in the source from C:/CoSX/Database to C:/Database

jessy3coi 06/13/2010 14:14

hi :( i got a small problem with this [Only registered and activated users can see links. Click Here To Register...]

i downloaded the database i downloaded the latest source Update v1.5.5 and all is good ... when i start CoSX.exe this apears ... [Only registered and activated users can see links. Click Here To Register...]

can u please help me? :confused:

.Summer 06/13/2010 15:25

I pmed u :)

Since there have been some problems then I show here how to setup.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

godfathEr08 06/13/2010 18:25

File CoSX.rar received on 2010.06.13 16:20:25 (UTC)
Current status: Loading ... queued waiting scanning finished NOT FOUND STOPPED
Result: 1/40 (2.5%)
Loading server information...
Your file is queued in position: 1.
Estimated start time is between 38 and 55 seconds.
Do not close the window until scan is complete.
The scanner that was processing your file is stopped at this moment, we are going to wait a few seconds to try to recover your result.
If you are waiting for more than five minutes you have to resend your file.
Your file is being scanned by VirusTotal in this moment,
results will be shown as they're generated.
Compact Compact
Print results Print results
Your file has expired or does not exists.
Service is stopped in this moments, your file is waiting to be scanned (position: ) for an undefined time.

You can wait for web response (automatic reload) or type your email in the form below and click "request" so the system sends you a notification when the scan is finished.
Email:

Antivirus Version Last Update Result
a-squared 5.0.0.26 2010.06.13 -
AhnLab-V3 2010.06.13.00 2010.06.12 -
AntiVir 8.2.2.6 2010.06.11 -
Antiy-AVL 2.0.3.7 2010.06.11 -
Authentium 5.2.0.5 2010.06.13 -
Avast 4.8.1351.0 2010.06.13 -
Avast5 5.0.332.0 2010.06.13 -
AVG 9.0.0.787 2010.06.13 -
BitDefender 7.2 2010.06.13 -
CAT-QuickHeal 10.00 2010.06.12 -
ClamAV 0.96.0.3-git 2010.06.13 -
Comodo 5087 2010.06.13 -
DrWeb 5.0.2.03300 2010.06.13 -
eSafe 7.0.17.0 2010.06.13 -
eTrust-Vet 36.1.7629 2010.06.11 -
F-Prot 4.6.0.103 2010.06.13 -
F-Secure 9.0.15370.0 2010.06.12 -
Fortinet 4.1.133.0 2010.06.13 -
GData 21 2010.06.13 -
Ikarus T3.1.1.84.0 2010.06.13 -
Jiangmin 13.0.900 2010.06.13 -
Kaspersky 7.0.0.125 2010.06.13 -
McAfee 5.400.0.1158 2010.06.13 -
McAfee-GW-Edition 2010.1 2010.06.12 -
Microsoft 1.5802 2010.06.13 -
NOD32 5193 2010.06.13 -
Norman 6.04.12 2010.06.13 -
nProtect 2010-06-12.01 2010.06.12 -
Panda 10.0.2.7 2010.06.13 -
PCTools 7.0.3.5 2010.06.13 -
Prevx 3.0 2010.06.13 -
Rising 22.51.06.01 2010.06.13 -
Sunbelt 6444 2010.06.13 -
Symantec 20101.1.0.89 2010.06.13 WS.Reputation.1
TheHacker 6.5.2.0.298 2010.06.12 -
TrendMicro 9.120.0.1004 2010.06.13 -
TrendMicro-HouseCall 9.120.0.1004 2010.06.13 -
VBA32 3.12.12.5 2010.06.11 -
ViRobot 2010.6.12.3882 2010.06.13 -
VirusBuster 5.0.27.0 2010.06.13 -

godfathEr08 06/13/2010 18:27

safe?

Adziunia 06/13/2010 20:20

Symantec 20101.1.0.89 2010.06.13 <-- for this is not

godfathEr08 06/13/2010 20:24

its not safe? or its not real?

.Summer 06/13/2010 23:34

It should be safe :)
I got no virus on pc.

LegendsReborn 06/13/2010 23:38

1 Attachment(s)
im getting this error =S

Arcо 06/13/2010 23:40

So what's at all 3 of those lines?

LegendsReborn 06/13/2010 23:51

1 Attachment(s)
err this?

godfathEr08 06/14/2010 00:10

for some reason it stops working in the command prompt after its all loaded

.Summer 06/14/2010 00:11

Emm I dont know.
is odd I dont get that.
is some X and Y it reads wrong.

_MaryJuana 06/14/2010 00:17

it isnt working for me like always fucking windows 7 -.-

.Summer 06/14/2010 00:27

windows 7 ftl.
windows vista ftl also, but not as much.
windows xp ftw.

godfathEr08 06/14/2010 00:35

oi! lol now, me being a nub, am very confused. I changed it up so now it works but what do i do to play. The server is open, now what?

LegendsReborn 06/14/2010 00:56

odd.. anyone know the solution to my problem haha?

godfathEr08 06/14/2010 00:59

soz i dont but i just realized i can download the client from Arco.'s link

LegendsReborn 06/14/2010 01:21

well i redownloaded it . and somehow i fixed the problem.. now the problem is.. i get the dont send error.. -.- the where u have to close the program.. damit

scottdavey 06/14/2010 01:38

So you bought a vps, created a server and then released the source.

You srs? Lol

godfathEr08 06/14/2010 01:38

what client do i use?

LegendsReborn 06/14/2010 01:40

string[] AllLines = System.IO.File.ReadAllLines("C:\\OldCODB\\QuizShow .txt");

im getting error on that line.

godfathEr08 06/14/2010 01:43

Quote:

Originally Posted by LegendsReborn (Post 5620630)
string[] AllLines = System.IO.File.ReadAllLines("C:\\OldCODB\\QuizShow .txt");

im getting error on that line.

I was getting that too so i just deleted that area

LegendsReborn 06/14/2010 01:47

Quote:

Originally Posted by godfathEr08 (Post 5620641)
I was getting that too so i just deleted that area

did it help after u deleted that? could u get in?

EDIT: nvm i deleted it too.. it works =D thanks

godfathEr08 06/14/2010 01:58

Your Welcome =), hit the Thanks button please

LegendsReborn 06/14/2010 02:04

i think something's wrong.. it seems like its not really using the mysql database.. cause i made a account in mysql query.. and it doesnt work.. so i made one in the console..

/newacc username password [PM]

it made the account in the database/user file... but when i login.. it automaticly closes my client..


All times are GMT +2. The time now is 05:08.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.