Okay at first you need a webserver with a directory for the guild icons like: [Only registered and activated users can see links. Click Here To Register...]
Now we have to edit the gameserver.opt and upload.opt
1. gameserver.opt:
Code:
Attention:
It has to be:
Code:
and not
2. uploadserver.opt
Code:
Now compress the two files with RappelzCompress.exe and start the server. Remove everything like /guild_url (don't know the right parameter) from your startup.bat or launcher. Start gameclient and upload the guildicon via guild menu. Perhaps you have to relog after that and the icon will show up. This is the only way i get the icons working for me.
Before posting something like "mimimi isn't working...". Check if you opened the ports in your firewall...
As far as I know it's impossible to change the telnet port of the uploadserver. That means uploadserver allways listens on 4515 (gs telnetport). If you need the gameserver telnet connection you should change the telnet port of the gameserver.
I'm unsure if it's possible to change the telnet pw of the uploadserver but if not you should close 4515 at all. Otherwise it's possible to access the uploadserver via telnet.
Credits to Pyrok and Xijezu for some of the correct gameserver parameters.
Now we have to edit the gameserver.opt and upload.opt
1. gameserver.opt:
Code:
Code:
S io.upload.ip:external ip for uploadserver S io.upload.port:4617 S game.guild_icon_base_url:http://yoururl.com/gicons/ S game.url_list:guild_icon_upload.ip|external ip of uploadserver|guild_icon_upload.port|4615|guild.url|http://yoururl.com/|guild_test_download.url|gicons/|web_download|external ip of webserver|web_download_port|0
It has to be:
Code:
Code:
guild.url|http://yoururl.com/|guild_test_download.url|gicons/|
Code:
Code: guild.url|http://yoururl.com/gicons/|guild_test_download.url|gicons/|
Code:
Code:
S working_dir:Physical Path to the /gicons dir on your webserver like C:/wwwroot/gicons/ S io.port:4615 S io.addr:external IP op uploadserver S io.game_server.port:4617 S io.game_server.addr:external IP of uploadserver
Before posting something like "mimimi isn't working...". Check if you opened the ports in your firewall...
As far as I know it's impossible to change the telnet port of the uploadserver. That means uploadserver allways listens on 4515 (gs telnetport). If you need the gameserver telnet connection you should change the telnet port of the gameserver.
I'm unsure if it's possible to change the telnet pw of the uploadserver but if not you should close 4515 at all. Otherwise it's possible to access the uploadserver via telnet.
Credits to Pyrok and Xijezu for some of the correct gameserver parameters.