rans Posted September 30, 2014 Posted September 30, 2014 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
rans Posted September 30, 2014 Author Posted September 30, 2014 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 ); ?>
rans Posted October 1, 2014 Author Posted October 1, 2014 (edited) 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 October 1, 2014 by Ako si Ranz
rans Posted October 2, 2014 Author Posted October 2, 2014 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 'MapServer' => array( 'Address' => 'xx.x.x.x', 'Port' => 5121 ) ), array( 'ServerName' => '1234ro', 'Renewal' => true, 'MaxCharSlots' => 9,
Question
rans
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
3 answers to this question
Recommended Posts