[Realease]CO 2.1 Source

03/21/2008 09:08 xxnikexx#61
Quote:
Originally Posted by CraigS View Post
Not to mention it dosnt even work..
If u can find the problems then its work..mine work..with lots of problems!
03/21/2008 09:54 YukiXian#62
What kind of private server is this?
03/21/2008 12:15 Korvacs#63
Quote:
Originally Posted by walmartboi View Post
@xxnikexx Thanks for helping while I was gone

@Korvacs ... I got this source from my friend, I use it, so I posted here >.>
you downloaded it from rage zone and posted it here, thats all you did, and the source is broken because he intentionally screwed with it before it was released to ensure that it wouldnt perform the way it should,

you should always at the very least give credits to the original person who created what your posting, and in most cases you should ask them if you can repost it
03/21/2008 12:21 xxnikexx#64
Quote:
Originally Posted by Korvacs View Post
you downloaded it from rage zone and posted it here, thats all you did, and the source is broken because he intentionally screwed with it before it was released to ensure that it wouldnt perform the way it should,

you should always at the very least give credits to the original person who created what your posting, and in most cases you should ask them if you can repost it
I was sure that he take it from rage zone!
03/21/2008 20:57 tigercek#65
i get this error

Error
SQL query:

--
-- Dumping data for table `Characters2`
--
------------------------------------------------------ --
--
-- Table structure for table `DefaultStats`
--
CREATE TABLE `DefaultStats` (

`Class` int( 2 ) unsigned NOT NULL AUTO_INCREMENT ,
`Strength` int( 4 ) unsigned NOT NULL ,
`Agility` int( 4 ) unsigned NOT NULL ,
`Vitality` int( 4 ) unsigned NOT NULL ,
`Spirit` int( 4 ) unsigned NOT NULL ,
`Level` int( 4 ) unsigned NOT NULL ,
PRIMARY KEY ( `Class` )
) ENGINE = MYISAM AUTO_INCREMENT =13 DEFAULT CHARSET = latin1 AUTO_INCREMENT =13;



MySQL said:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '--------------------------------------------------------

--
-- Table struct' at line 1

and im using appserv from cofoture...
03/22/2008 03:31 Demonion#66
Lmao He Did.. And If I Remember Josh's Post's Correctly He Mentioned The Source Being Broken. and that we need to fix it ourself.. also i must add maybe its just my computer but.... the source on ragez0ne worked with the character creation and all but messed up when logging in after char creation.. this one doesnt even connect.. please is this just me?
03/22/2008 11:48 Kiyono#67
finaly i got the damnt source rebuild succesfully
oh great can;t connect -.-
03/22/2008 20:02 XuSo15#68
Quote:
Originally Posted by walmartboi View Post
CO 2.1 Source & Database


Downloads:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]


Requires: MySQL 5.0 ONLY

Includes:
Guilds
Guild War
Pk, Team pk, capture
All main maps
Pheasants(monster in tc) Have drops, you can kill them, they can attack/kill you.
Whisper, team talk, talk
All items
Enable [GM] or [PM] on characters(actually shows up on names)
Dropping items
Picking up items
/mm (scroll) commands
Features /commands
Lottery
Almost all NPCs

These skills are implented:
- Fire (only working now)
- Thorny
- FastBlade
- Superman
- SummonGaurd
- Pray
- Tornado
- FreezingArrow
- ScentSword
- Phoenix

For full list of commands, scroll down the page or download [Only registered and activated users can see links. Click Here To Register...]
================================================== ===============
Here's the guide you n00bs.


1. Download, install & extract everything

2. Open "localhost/phpmyadmin" in your web browser, click Import and Import the CO 2.1 database. (if you get an error post here!)

3.Browse the "Server" table and edit the one already there to your IP and what you want your server name to be in place of CO 2.1

4.Find "Account" table click "Insert" and enter your account, leave passwork blank, Type = 2 for PM, Auth = 1, leave address blank and save.

5.Open COE Final and go bin->Debug->Config(the .txt doc) and change it to the following:

Code:
[Database]
DBname= root
Password= "Password"

[MySQL]
Host=localhost
//DB= "Database Name"
//User= root
//Pass= "Password
DB= "Database Name"
User= root
Pass= "Password"

[Server]
Default-IP= (Your IP)
Pserver1-IP= (Your IP)
coadmin-IP= (Your IP)
bleachonline-IP= (Your IP)
bleachonline2-IP= (Your IP)


[Options]
XPrate=50

RefineDropRate=8
UniqueDropRate=12
EliteDropRate=20
SuperDropRate=36

+1DropRate=40

StigLuresMobs= 1

DBUpRate=10
MetUpRate=70
SockChance=1
RemoveInterval=10
LotteryFile=DataLottery.ini
LoadLottoFromFile=0Then save.
8.bin->Debug->CoServer.exe

9. Enjoy your server!

Optional

PHP Registration(made by BFSilas)

Steps

1.Download at bottom of post

2.Extract both files to C:/AppServ/www

3.Open checkreg.php enter user, password, and database name, save.

Enjoy everyone!

================================================== ==========

Source: Based off CoEmu and coded in C#, extremely stable, was the one and only CO 2.1 at the time, if you remember.

And a bunch of commands. I will upload commands.txt if you like.

It is fairly easy to use. If you have any questions, please post below!
I'm here to keep the private server's going! :D

Enjoy!

+k or +Thanks would be appreciated!

I have a problem I can't conect to localhost/php...

Please help
03/22/2008 20:27 tigercek#69
this server files woork or no couse i cant get it to woork in no way....
03/22/2008 21:20 Kiyono#70
Quote:
Originally Posted by tigercek View Post
this server files woork or no couse i cant get it to woork in no way....
i don't know anything about C# or MySQL and even got it to work -.- so try harder
03/22/2008 21:31 vDrag0n#71
Quote:
Originally Posted by Djago160 View Post
i don't know anything about C# or MySQL and even got it to work -.- so try harder
you did? I fixed the first error in Reborn.cs without searching for help but this 2nd error in EquipItem.cs is killing me lol, any help i appreciate it. :)
03/22/2008 22:02 Kiyono#72
Quote:
Originally Posted by vDrag0n View Post
you did? I fixed the first error in Reborn.cs without searching for help but this 2nd error in EquipItem.cs is killing me lol, any help i appreciate it. :)
with work i mean rebuildable without errors still no connection with client tho
[edit]where exactly is that file located cause i don't even have it
[edit]found it Instances folder right?
[edit]just tried rebuilding and still works what error do you get
03/22/2008 22:26 vDrag0n#73
Quote:
Originally Posted by Djago160 View Post
with work i mean rebuildable without errors still no connection with client tho
[edit]where exactly is that file located cause i don't even have it
[edit]found it Instances folder right?
[edit]just tried rebuilding and still works what error do you get
I dont get a error when rebuilding, after i fixed the Reborn.cs i can rebuild and create a character. But once i try to login the game im stuck at login screen and the Server gives me that error basically:

Auth Server: An Exception of type "client has been intentionally dropped by the server." has occured.
System.IndexOutOfRangeException: Index was outside the bounds of array.

clientpackets/RequestEquip.cs line 91

character.cs line 99

Backenddb.cs line 635

frmMain.cs line 930

[edit] everyone change of RequestEquip.cs seems to give more error's. I wonder how the Thread Starter got this to work considering there is NO WAY it works without rebuilding it.
03/22/2008 23:07 Kiyono#74
Quote:
Originally Posted by vDrag0n View Post
I dont get a error when rebuilding, after i fixed the Reborn.cs i can rebuild and create a character. But once i try to login the game im stuck at login screen and the Server gives me that error basically:

Auth Server: An Exception of type "client has been intentionally dropped by the server." has occured.
System.IndexOutOfRangeException: Index was outside the bounds of array.

clientpackets/RequestEquip.cs line 91

character.cs line 99

Backenddb.cs line 635

frmMain.cs line 930

[edit] everyone change of RequestEquip.cs seems to give more error's. I wonder how the Thread Starter got this to work considering there is NO WAY it works without rebuilding it.
i just asked him on his forum he say its easy to fix it but i don't beleive him
03/22/2008 23:10 vDrag0n#75
Quote:
Originally Posted by Djago160 View Post
i just asked him on his forum he say its easy to fix it but i don't beleive him
well it looks to me like character.cs, backenddb.cs and frmMain.cs errors all come from the RequestEquip.cs error. So once the RequestEquip.cs is fixed it should be playable (at last thats what i think). Problem is i cant find any freaking way to fix it.