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


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

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