Jump to content
  • 0

Need help about flux cp in dual server in 1 cllient


Question

Posted (edited)

I have 2 servers in 1 client. One is renewal, and the second is pre-renewal. I was just wondering how can I configure my Flux so that players can manage their characters in either both of the servers? I am using 1 login server only with different map and character server.

Thanks

Edited by azze25

12 answers to this question

Recommended Posts

Posted

Thanks Syrx. I'll try to send a message to him :D

Thanks Syrx. I'll try to send a message to him :D

Thanks Syrx. I'll try to send a message to him :D

@ clydelion, oh yes! thank you so much. let me try this..

@clydelion, i have an error when logging in : Unexpected error occurred, please try again or report to an admin.

Posted

here's the error:

Error: Flux_Error

Message: MySQL error (SQLSTATE: 42S02, ERROR: 1146): Table 'ragnarok.cp_credits' doesn't exist

File: /home/revolut/public_html/lib/Flux/Connection/Statement.php:27

Posted
Table 'ragnarok.cp_credits' doesn't exist

Check your database here.

array(
'ServerName'	=> 'FluxRO2',
'BaseExpRates'  => 200,
'JobExpRates'   => 200,
'MvpExpRates'   => 200,
'DropRates'	 => 25,
'MvpDropRates'  => 25,
'CardDropRates' => 25,
'MaxCharSlots'  => 9,
'DateTimezone'  => null,	   // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones)
//'ResetDenyMaps' => 'sec_pri',  // Defaults to 'sec_pri'. This value can be an array of map names.
'Database'	  => 'ragnarok2', // Defaults to DbConfig.Database
'CharServer'	=> array(
'Address'   => '127.0.0.1',
'Port'	  => 6121
),
'MapServer'	 => array(
'Address'   => '127.0.0.1',
'Port'	  => 5121
),

Posted (edited)

I already configure the array for the 2nd server. Here's what i got:

'ServerName' => 'Freyr',

'BaseExpRates' => 500000,

'JobExpRates' => 500000,

'MvpExpRates' => 500000,

'DropRates' => 25,

'MvpDropRates' => 15,

'CardDropRates' => 10,

'MaxCharSlots' => 9,

'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones)

//'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names.

'Database' => 'ragnarok2', // Defaults to DbConfig.Database

'CharServer' => array(

'Address' => 'xxxxxxx',

'Port' => 6122

),

'MapServer' => array(

'Address' => 'xxxxxx',

'Port' => 5122

),

whats with the credits table?

EDIT:

Everything is fine. I just added the credits table manually. thank you all :D

Edited by azze25
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...