C# source w/ world server

Experienced Elementalist
Joined
Jan 13, 2007
Messages
232
Reaction score
39


Quick release - no guide supplied, you'll have to do on your own.
It's mostly just configuring the configuration files.
HF
 
I get nothing at channel selection screen, everythings blank...

EDIT: Fixed by using heathj solution :P
 
I get nothing at channel selection screen, everythings blank...
probably the neuz your using im guessing its the neuz_no_gg thats used with caali files try fames neuz and see if you see the server list then

p.s i havent tried running the binaries yet its just an idea
 
This is the best start for all of us, so far i noticed a lot of things working, even the PING text for GM account works. Now im going to start fixing things a bit starting with getting all the npc shops to work :) and need to get the attack/receive dmg packet in aswell.

greatest release in fact.
 
i need a lil help now >_<, i cant get the db provided to execute properly it proceses the 54 quieries then keep going and the progress bar in navicat doesnt move =/
 
same happends to me:S
Too I get that error
adidishen - C# source w/ world server - RaGEZONE Forums
 
Don't use navicat.
Do the following:
Code:
Start->run->cmd

cd [path-to-sql-file]
mysql -u root --password=mypassword flyffdatabase < backup.sql

@caja: go to tools folder and install myodbc.
 
Back