View Single Post
Old 06-01-2009, 03:22 PM   #7 (permalink)
tiwihokage
Marios's Mustache Wax
 
Join Date: Jun 2009
Posts: 1
Reputation: 10
Default

here's how to solve that problem. the login_server,char_server,world_server change it. just copy below the Quote thier and paste to the notepad
LOGIN SERVER
Quote:
[server]
ip=<-----your IP here.
port=23000
minAccessLevel=0
id=1
name=LoginServer
use_flyff_a=1

[isc]
ip=127.0.0.1
port=29300

[mysql]
server=localhost
database=flyff
username=root
password=

Char_SERVER
Quote:
[server]
ip=127.0.0.1
port=28000
minAccessLevel=0
id=2
owner=1
name=Extream

[isc]
ip=<-----your IP here.
port=29300

[mysql]
server=localhost
database=flyff
username=root
password=
WORLd SERVER
Quote:
[server]
ip=<-----your IP here.
port=15300
minAccessLevel=0
id=3
owner=2
name=1-1
exprate=4.0
fxprate=5.0
droprate=2
questdroprate=2
motd=weeeeeeeeee
weather=0
random_weather=1
random_weather_interval=300000
can_trade_quest_items=0
can_drop_quest_items=0
can_player_shop_quest_items=0
can_mail_quest_items=0
can_guild_bank_quest_items=0
use_item_cooldown=1
use_item_casting_timers=1
use_action_slot_cooldown=0
guild_rejoin_waiting_time=0
#guild_rejoin_waiting_time=172800
allowPK=0
allowKS=1
everywherePVP=1
allowGuildBank=1

[isc]
ip=127.0.0.1
port=29300

[mysql]
server=localhost
database=flyff
username=root
password=
tiwihokage is offline   Reply With Quote