Jump to content
  • 0
rans

FluxCP Mod.

Question

Hi,

Any guide on setting up a fluxCP for multiple server? (1 login, 2 char, 2map)

I see a topic around in hercules but it doesnt work. 
Please help. thnx

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

f11fc847dd.png

Remove the bracket on line 130.

Fatal error: Call to a member function toArray() on a non-object in /home/hosting/public_html/yourro/lib/Flux/Athena.php on line 175

Bump for this

nvm. solved

 

  1.                                 'MapServer'       => array(
  2.                                         'Address'     => 'xx.x.x.x',
  3.                                         'Port'        => 5121
  4.                                 )
  5. ),

    1.     array(
    2.                                 'ServerName'      => '1234ro',
    3.                                 'Renewal'         => true,
    4.                                 'MaxCharSlots'    => 9,
Link to comment
Share on other sites

You'd just copy/paste another array into config/servers.php so it would contain something like this:

 

		'CharMapServers' => array(
			array(
				'ServerName'      => 'Midgard',
				'Renewal'         => false,
				'MaxCharSlots'    => 9,
				...etc
			),
			array(
				'ServerName'      => 'Asgard',
				'Renewal'         => true,
				'MaxCharSlots'    => 9,
				...etc
			)

And bob's your uncle!

 

Thank you for your reply. 

I will try this.

Hi,

I tried what you have said but it did'nt work or did i just missing something?

When i try to copy paste ( http://pastebin.com/KsVEZrs8 ) <== my code

i got an error 

Parse error: syntax error, unexpected ';', expecting ')' in /home/hosting/public_html/yourro/config/servers.php on line 170

170 line is the last 

);
?>
Link to comment
Share on other sites

If we go by the line numbers on your pastebin code, you need another ), on line 43 and another on 84. Remove the ; from line 170 on your servers.php though, as that shouldn't be there.

 

If you get stuck, upload your servers.php code to rAthena's pastebin, then let me know you've done it and i'll edit your pastebin so you can see what i've added, then you'll be good to go.

Thank you for replying.

I have now this (http://pastebin.com/JvVFFApp)

but i get an error

Parse error: syntax error, unexpected ')' in /home/hosting/public_html/yourro/config/servers.php on line 131 

 I have already check my ( and ) and it seems to be no extra ( ) . I don't know what the problem is.

EDIT: Sorry i don't know where is the rAthena pastebin

Edited by Ako si Ranz
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.