Guide/Release: Conquer Server (CoFuture) Using MySql!

03/21/2008 04:12 heartlesss#601
"""2. Adding the Database

Open PhpMyAdmin, On the left Tab Click the button that has "SQL" on it, Click Import, Browse the database you downloaded and import it.""*


can someone explain this??? dun really understand ive already downloaded the appserver, but can find the "Open PhpMyAdmin, On the left Tab Click the button that has "SQL" on it, Click Import, Browse the database you downloaded and import it<---
03/21/2008 16:27 Kiyono#602
Quote:
Originally Posted by heartlesss View Post
"""2. Adding the Database

Open PhpMyAdmin, On the left Tab Click the button that has "SQL" on it, Click Import, Browse the database you downloaded and import it.""*


can someone explain this??? dun really understand ive already downloaded the appserver, but can find the "Open PhpMyAdmin, On the left Tab Click the button that has "SQL" on it, Click Import, Browse the database you downloaded and import it<---
go to [Only registered and activated users can see links. Click Here To Register...] then top left

Future can you come on MSN i want to ask you something
03/22/2008 14:37 zyvac#603
question, when I try to run COServer.exe before it even opens it says it has encounterd a error and needs to close, can any1 give me some help?
03/22/2008 19:17 tigercek#604
i get this stupid error when i try to run coserver.exe
03/22/2008 21:21 Kiyono#605
Quote:
Originally Posted by tigercek View Post
i get this stupid error when i try to run coserver.exe
read the black screen you have the wrong username/password
03/22/2008 23:55 tigercek#606
Quote:
Originally Posted by Djago160 View Post
read the black screen you have the wrong username/password
so where i need to change anything????? i changed in database.cs where it says...other idk

and can someone let me know wich items are implemented in this server files??
03/24/2008 02:32 byronhill1122#607
ok, i have doine all waht you have said... and i go to long into my server and it said "error connecting with server"
03/24/2008 02:33 byronhill1122#608
what do i do?
03/24/2008 02:34 byronhill1122#609
Quote:
Originally Posted by marhazk2 View Post
lol anyway..

what's happened? i'd already rebuilded all, mysql fixed, fixed database.cs and i see the codes looks fine.. did i miss something?

Code:
Database Connection: Successful
Loaded: 0 Guilds
Loaded: 124 Maps
Loaded: 11151 items from the database
Loaded: 1 Servers
Loaded: 40 Portals
Loaded: 27 Shops
Loaded: 22 Rev Points
The Auth server has been started successfully
The Game server has been started successfully
Auth Packet: Auth Request
System.NullReferenceException: Object reference not set to an instance of an obj
ect.
   at COServer.Start.Game_FirstDataArrived(Object sender, DataArgs e) in C:coC
oFuture_ReleaseServerStart.cs:line 317
Auth Packet: Auth Confirmed
System.NullReferenceException: Object reference not set to an instance of an obj
ect.
   at COServer.Network.Packet.ConquerPacket.CharInfo(Character Char) in C:coCo
Future_ReleaseServerNetworkPacketConquerPacket.cs:line 254
   at COServer.AuthServerPackets.AuthCompletion.AuthComplete(Byte[] Data, DataAr
gs e) in C:coCoFuture_ReleaseServerAuthPacketsIncommingAuthCompletion.cs:li
ne 77

EDIT::

nevermind.. fixed by myself.. +k :)
that is what im getting.... but i dont no what 2 do
03/24/2008 11:36 Kiyono#610
Quote:
Originally Posted by byronhill1122 View Post
that is what im getting.... but i dont no what 2 do
about the line 317 error go back a few pages and you will see korvacs post regarding that error
03/24/2008 13:48 pro4never#611
Ok, dumb question cause I was messing around with this a week or 2 ago, proff wasnt working but that was cause it was a problem with source, was reading some fixes for it people had posted here but none of them seem to work.

Thats not really my question though, if and when I manage to get proff fixed on here, are any skills working yet? (mostly fb and such) cause it wasn't mentioned in original post or any of the pages I read.
03/24/2008 13:59 Korvacs#612
i never implemented profciency properly which is why people were complaining about it "not working", it was never finshed

as for the skills, only magic spells were added, and not all of them were finshed, so no fb/ss arnt in it, neither are any area attacks
03/24/2008 14:10 pro4never#613
Blehh well that kinda sucks, I assume it would be fairly hard to code those skills in myself? I have some exp with this stuff but aint really done much with private servers before.
03/24/2008 16:31 Korvacs#614
Quote:
Originally Posted by pro4never View Post
Blehh well that kinda sucks, I assume it would be fairly hard to code those skills in myself? I have some exp with this stuff but aint really done much with private servers before.
if you take a look at the way the other spells are coded they are setup to only attack 1 player, however you can adapt it and add more targets to the array and attack multiple players, but i think it would get abit complicated,

i didnt even think about area skills and multiple target spells when i was working on that source
03/24/2008 16:53 Kiyono#615
Quote:
Originally Posted by Korvacs View Post
if you take a look at the way the other spells are coded they are setup to only attack 1 player, however you can adapt it and add more targets to the array and attack multiple players, but i think it would get abit complicated,

i didnt even think about area skills and multiple target spells when i was working on that source
can i ask in which .cs the skills are located cause i can't find them or im just blind