[Realease]CO 2.1 Source

04/08/2008 20:17 ~*NewDuuDe*~#136
damn allways when i open [Only registered and activated users can see links. Click Here To Register...] it allways says 'This page cannot be opened in Internet Explorere' What i do to fix the error?
04/09/2008 08:46 Falcon1986#137
heh, my server work, but i have problem. In this version work "Fire", but i cant't use them. i am loged on PM and give /spell ID_spel lvl and i have Fire in my stat, but when i wont use i see: u dont have mana. LOL i have full mana i am fire saint 130 :/. Some one tell me how turn on this spell ???
04/09/2008 08:48 Falcon1986#138
ahhh, how to turn on Warehouse ??? some one know??
04/09/2008 14:08 Nareik#139
hmm.. reminds me of runescape private server... was a keylogger...

not sure if i want to try this
04/09/2008 14:46 Nareik#140
[Only registered and activated users can see links. Click Here To Register...] <-- dunno if this helps anyone
04/09/2008 14:56 Nareik#141
what happens if i run..

COE Final\bin\Release\CO FULL SERVER

my fire wall blocked it and i dont want to be keylogged... so i dunno if i should let it or not...


i only want to play offline by myself...
04/09/2008 15:00 Nareik#142
OMFG!!!!

CAN SOMEONE JUST PLEASE UPLOAD THEIR VERSION OF THE FOLDER AND ALSO A GUIDE ON WHAT TO DO!!


I CANT FIGURE IT OUT AND IM TO TIRED TO KEEP TRYING =(
04/09/2008 22:22 elragal_30#143
Quote:
Originally Posted by Falcon1986 View Post
This Config.ini

[Database]
DBname= your_db_nama
Password= your_password

[MySQL]
Host=localhost
DB=your_db_name
User=your_username
Pass=password

[Server]
Default-IP=your_IP (192.1.1.8)
coadmin-IP=localhost
bleachonline-IP=localhost
bleachonline2-IP=localhost


[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=0
alot ty
i get it now worked
i use Qonquer Clinet V 9999

1- abount accounts :
new accounts not work
so i had to use old accounts at DB

but he don't have gears ,just Full Boots L 120
i can't get any item ,even at Lottery : i get message with ID of items
and other data like soket,.... =0
but nothing at my inventory

when i enter with 2 chrcters every one see other gear , but i can't attack chrcters , monsters
not because mab mode
i think it is some thing at PacketQ.Cs or Attack.Cs
i'll check letter
2- also skills not work (may be because attack) also hp and mana and some another things not update or saved
3- mobs give me alot attack althought i'm trojan (all stats =9999) pheasnt=5
Birds = 10xx
what commands i make to get some item like this
Blade L 120 super -7 sDG SDG 255HP 2sct .....

4- ware house not open
5- i see Quest at Chrcter table , so is there quests??
6- is there Guilds or GW???
7- can i enable eXP and gain levels ??
8-is there reborn ??
10- what items that not work ??
11- is DB and Met is work for lvling weabons or chrter level (:D lol hahah not usefull).
alot question lols hahaa
04/10/2008 04:30 elragal_30#144
hii all
sorry for douple post
but because last post is some tall

some answer for question i can fix (no credit for me:) )

1- run Co Full Server.Exe ,and it give erorr and exit
open (soruce File name)/CoFullServer.Cproj (u must have Micosoft C#) then press (F5)

2- how to open phpmyadmin
1-after installing appserv (be sure from[localhost adress or ip-Sql V5 -pass for MYSQL & Phpmyadmin])
then go to :
[Only registered and activated users can see links. Click Here To Register...]
if it open welcome page for appserb u'll find link for phpmyadmin
then it will requet user and pass
user: root (if u don't change)
Pass: (the pass for mySQL u use during installing Appserv)

3-i can't login
1-use Qonquer Client V 9999
2-go to Qonquer Client Folder\server.dat (make sure to copy it first)
change with file Server.dat at attachments
got to phpmyadmin >> ur database >>> table "Server" click "Browes"
u'll find one row edit it
like this
Server:Conquer
IP:10.0.0.18

**[change 10.0.0.18 to ur ip, not to 127.0.0.1] click save

go to table "account" >> press "Browes"
use the backup that has old account on
then search for any account of them and replace passord to this>>>>
PHP Code:
c88af1df3aa3f4e7a9e65c3c3d2cd99b 
(this will make ur password 123456789)
====
or go to ur database and run this query (got ot database >> press SQl putton and at text field copy and past code at file "query fixed.SQl" at attachments)
** Change user>> to your user ID that you 'll use to login
*** change your chrcter name>> to ur chrcter name that will apear over ur chrcter
*** this will make ur password123456789 also

go to ur Server Soruce >>> config.exe copy it {don't forget to copy it } then replace it with one at attachments [Credit for Falcon1986]
**Change 10.0.0.18 to ur IP



4- i got errors at "Reborn.cs"
open it with "Microsoft C#" then go to this line70
change :
PHP Code:
if (OldJob == AM && NewJob == ClassType.InternTrojan) { Spells == null; }
            if (
OldJob == AM && NewJob == ClassType.InternWarrior) { Spells =+ null; }
            if (
OldJob == AM && NewJob == ClassType.InternArcher) { Spells == null; }
            if (
OldJob == AM && NewJob == ClassType.WaterTaoist) { Spells == null; }
            if (
OldJob == AM && NewJob == ClassType.FireTaoist) { Spells == null; } 
to this
PHP Code:
if (OldJob == AM && NewJob == ClassType.InternTrojan) { Spells += null; }
            if (
OldJob == AM && NewJob == ClassType.InternWarrior) { Spells += null; }
            if (
OldJob == AM && NewJob == ClassType.InternArcher) { Spells += null; }
            if (
OldJob == AM && NewJob == ClassType.WaterTaoist) { Spells += null; }
            if (
OldJob == AM && NewJob == ClassType.FireTaoist) { Spells += null; } 

it posted alot before at earlier pages not by me

i hope some get help
ty all that help me
04/10/2008 07:11 black_hype#145
you can also change { Spells== null; } to { Spells += "5000"; } as it was intended for FreezeArrows.
04/10/2008 20:19 elragal_30#146
Quote:
Originally Posted by black_hype View Post
you can also change { Spells== null; } to { Spells += "5000"; } as it was intended for FreezeArrows.
if i put 5000 for archer ,the freeze arrows work ???
i can't make any attack ,using weabons,box ,magic
for all chrcters
i'll try can any one help me about what files that need to change ???
04/11/2008 17:37 elragal_30#147
Quote:
Originally Posted by elragal_30 View Post
alot ty
i get it now worked
i use Qonquer Clinet V 9999

1- abount accounts :
new accounts not work
so i had to use old accounts at DB

but he don't have gears ,just Full Boots L 120
i can't get any item ,even at Lottery : i get message with ID of items
and other data like soket,.... =0
but nothing at my inventory

when i enter with 2 chrcters every one see other gear , but i can't attack chrcters , monsters
not because mab mode
i think it is some thing at PacketQ.Cs or Attack.Cs
i'll check letter
2- also skills not work (may be because attack) also hp and mana and some another things not update or saved
3- mobs give me alot attack althought i'm trojan (all stats =9999) pheasnt=5
Birds = 10xx
what commands i make to get some item like this
Blade L 120 super -7 sDG SDG 255HP 2sct .....

4- ware house not open
5- i see Quest at Chrcter table , so is there quests??
6- is there Guilds or GW???
7- can i enable eXP and gain levels ??
8-is there reborn ??
10- what items that not work ??
11- is DB and Met is work for lvling weabons or chrter level (:D lol hahah not usefull).
alot question lols hahaa
please can any one replay for this questions???
04/11/2008 18:31 Falcon1986#148
8: yup is reborn
7: yup u can enable exp, but i dont know how :P....yet...
6: no, this server havent GW but have CTF (Capture The Flag). Go to Sunfer in TC if u wont Play. But first u must log in in GM and write command: /runctf
4: ware house dont work, if i write script i write u
04/12/2008 14:25 IRCFREAK#149
My Error:
[Only registered and activated users can see links. Click Here To Register...]
04/13/2008 00:50 crashdf#150
when i try to open co 2.1 database its says :

import.php: Missing parameter: import_type (FAQ 2.8)
import.php: Missing parameter: format (FAQ 2.8) - What Should i Do?:(