athar 0 Posted August 4, 2024 Share Posted August 4, 2024 سسس Quote Link to comment Share on other sites More sharing options...
athar 0 Posted August 4, 2024 Share Posted August 4, 2024 سسس Quote Link to comment Share on other sites More sharing options...
crzam123 0 Posted August 4, 2024 Share Posted August 4, 2024 thx Quote Link to comment Share on other sites More sharing options...
akos40001 0 Posted August 7, 2024 Share Posted August 7, 2024 tyty Quote Link to comment Share on other sites More sharing options...
dongalabak 0 Posted August 9, 2024 Share Posted August 9, 2024 tyty Quote Link to comment Share on other sites More sharing options...
Wurst1997 0 Posted August 10, 2024 Share Posted August 10, 2024 On 12/30/2023 at 3:37 PM, bvpt2010 said: Since the people try to bypass the topic saying thx and other spam stuff I created this topic related to this files: Quest part fix for FreeBSD servers running Zenaris Source: This fix addresses issues with certain quests not working as intended. If you're running your server on FreeBSD 13.1-RELEASE 64 bits and have encountered quest-related problems, this might be the solution you're looking for. **Download Quest Fix:** [Download New Germany Quest Fix]( Hidden Content Reply to this topic to see the hidden content. ) **Applying the Quest Fix:** Follow these steps to apply the quest fix: 1. Stop the server. 2. Change germany folder to germany_old. 3. Upload the new germany folder. 4. Start the server. pkg info from .ova file: Happy gaming, and may your quests be bug-free! porexemplo thy Quote Link to comment Share on other sites More sharing options...
baiatull 0 Posted August 12, 2024 Share Posted August 12, 2024 Nice! Quote Link to comment Share on other sites More sharing options...
TENNSE 0 Posted August 15, 2024 Share Posted August 15, 2024 ty Quote Link to comment Share on other sites More sharing options...
Lopo405 0 Posted August 19, 2024 Share Posted August 19, 2024 ok thanks Quote Link to comment Share on other sites More sharing options...
themushroom 0 Posted August 25, 2024 Share Posted August 25, 2024 thanks Quote Link to comment Share on other sites More sharing options...
Nikil 0 Posted September 1, 2024 Share Posted September 1, 2024 ty Quote Link to comment Share on other sites More sharing options...
Nikil 0 Posted September 1, 2024 Share Posted September 1, 2024 On 6/12/2024 at 6:37 AM, baguazaum said: Does anyone know how to config the server IP on the client? serverinfo.py is looking weird import app import localeInfo from constInfo import TextColor import constInfo app.ServerName = None SRV1 = { "name":"Zenaris", #GOLD "host":constInfo.GetAuthIP(), "auth1":30001, "auth2":30001, "auth3":30001, "auth4":30001, "auth5":30001, "auth6":30001, "auth7":30001, "auth8":30001, "auth9":30001, "auth10":30001, "auth11":30001, "auth12":30001, "auth13":30001, "auth14":30001, "auth15":30001, "auth16":30001, "auth17":30001, "auth18":30001, "auth19":30001, "auth20":30001, "ch1":30003, "ch2":30003, "ch3":30003, "ch4":30003, "ch5":30003, "ch6":30003, "ch7":30003, "ch8":30003, } STATE_NONE = TextColor(localeInfo.CHANNEL_STATUS_OFFLINE, "FF0000") #RED STATE_DICT = { 0: TextColor(localeInfo.CHANNEL_STATUS_OFFLINE, "FF0000"), #RED 1: TextColor(localeInfo.CHANNEL_STATUS_RECOMMENDED, "00ff00"), #GREEN 2: TextColor(localeInfo.CHANNEL_STATUS_BUSY, "ffff00"), #YELLOW 3: TextColor(localeInfo.CHANNEL_STATUS_FULL, "ff8a08") #ORANGE } SERVER1_CHANNEL_DICT = { 0: {"key":10, "name":"CH-1", "ip":SRV1["host"], "tcp_port":SRV1["ch1"], "udp_port":SRV1["ch1"], "state":STATE_NONE,}, 1: {"key":11, "name":"CH-2", "ip":SRV1["host"], "tcp_port":SRV1["ch2"], "udp_port":SRV1["ch2"], "state":STATE_NONE,}, 2: {"key":12, "name":"CH-3", "ip":SRV1["host"], "tcp_port":SRV1["ch3"], "udp_port":SRV1["ch3"], "state":STATE_NONE,}, 3: {"key":13, "name":"CH-4", "ip":SRV1["host"], "tcp_port":SRV1["ch4"], "udp_port":SRV1["ch4"], "state":STATE_NONE,}, 3: {"key":14, "name":"CH-5", "ip":SRV1["host"], "tcp_port":SRV1["ch5"], "udp_port":SRV1["ch5"], "state":STATE_NONE,}, 3: {"key":15, "name":"CH-6", "ip":SRV1["host"], "tcp_port":SRV1["ch6"], "udp_port":SRV1["ch6"], "state":STATE_NONE,}, 3: {"key":16, "name":"CH-7", "ip":SRV1["host"], "tcp_port":SRV1["ch7"], "udp_port":SRV1["ch7"], "state":STATE_NONE,}, 3: {"key":17, "name":"CH-8", "ip":SRV1["host"], "tcp_port":SRV1["ch8"], "udp_port":SRV1["ch8"], "state":STATE_NONE,}, } REGION_NAME_DICT = { 0: SRV1["name"], } REGION_AUTH_SERVER_DICT = { 0: { 0: {"ip": SRV1["host"], "port": SRV1["auth1"],}, 1: {"ip": SRV1["host"], "port": SRV1["auth2"],}, 2: {"ip": SRV1["host"], "port": SRV1["auth3"],}, 3: {"ip": SRV1["host"], "port": SRV1["auth4"],}, 4: {"ip": SRV1["host"], "port": SRV1["auth5"],}, 5: {"ip": SRV1["host"], "port": SRV1["auth6"],}, 6: {"ip": SRV1["host"], "port": SRV1["auth7"],}, 7: {"ip": SRV1["host"], "port": SRV1["auth8"],}, 8: {"ip": SRV1["host"], "port": SRV1["auth9"],}, 9: {"ip": SRV1["host"], "port": SRV1["auth10"],}, 10: {"ip": SRV1["host"], "port": SRV1["auth11"],}, 11: {"ip": SRV1["host"], "port": SRV1["auth12"],}, 12: {"ip": SRV1["host"], "port": SRV1["auth13"],}, 13: {"ip": SRV1["host"], "port": SRV1["auth14"],}, 14: {"ip": SRV1["host"], "port": SRV1["auth15"],}, } } REGION_DICT = { 0: { 1: {"name": SRV1["name"], "channel": SERVER1_CHANNEL_DICT,}, }, } MARKADDR_DICT = { 10: {"ip": SRV1["host"], "tcp_port": SRV1["ch1"], "mark": "10.tga", "symbol_path": "10",}, } TESTADDR = {"ip": SRV1["host"], "tcp_port": SRV1["ch1"], "udp_port": SRV1["ch1"],} I changed everything in constinfo but i always get a error when i start the server. What did i wrong? Quote Link to comment Share on other sites More sharing options...
Nikil 0 Posted September 1, 2024 Share Posted September 1, 2024 6 hours ago, Nikil said: I changed everything in constinfo but i always get a error when i start the server. What did i wrong? Okay i get it but i have no Shopitems or Drops ingame. Are there no Files for this? Quote Link to comment Share on other sites More sharing options...
marton71 0 Posted September 2, 2024 Share Posted September 2, 2024 Thank you Quote Link to comment Share on other sites More sharing options...
Cage 2 Posted September 3, 2024 Share Posted September 3, 2024 Thanks Quote Link to comment Share on other sites More sharing options...
Windstoss 0 Posted September 3, 2024 Share Posted September 3, 2024 crazy Quote Link to comment Share on other sites More sharing options...
Mazgoth81 0 Posted September 8, 2024 Share Posted September 8, 2024 hope its good and fixed Quote Link to comment Share on other sites More sharing options...
AtomHunter 0 Posted September 12, 2024 Share Posted September 12, 2024 thx Quote Link to comment Share on other sites More sharing options...
shenhui1986 0 Posted September 18, 2024 Share Posted September 18, 2024 nice system Quote Link to comment Share on other sites More sharing options...
MrSonderbar 0 Posted September 18, 2024 Share Posted September 18, 2024 t Quote Link to comment Share on other sites More sharing options...
edem0414 0 Posted September 22, 2024 Share Posted September 22, 2024 Thanks Quote Link to comment Share on other sites More sharing options...
kasumi177 0 Posted September 23, 2024 Share Posted September 23, 2024 On 12/30/2023 at 3:37 PM, bvpt2010 said: Since the people try to bypass the topic saying thx and other spam stuff I created this topic related to this files: Quest part fix for FreeBSD servers running Zenaris Source: This fix addresses issues with certain quests not working as intended. If you're running your server on FreeBSD 13.1-RELEASE 64 bits and have encountered quest-related problems, this might be the solution you're looking for. **Download Quest Fix:** [Download New Germany Quest Fix]( Hidden Content Reply to this topic to see the hidden content. ) **Applying the Quest Fix:** Follow these steps to apply the quest fix: 1. Stop the server. 2. Change germany folder to germany_old. 3. Upload the new germany folder. 4. Start the server. pkg info from .ova file: Happy gaming, and may your quests be bug-free! porexemplo ty Quote Link to comment Share on other sites More sharing options...
rappide 0 Posted September 24, 2024 Share Posted September 24, 2024 2024 und das projekt startet Quote Link to comment Share on other sites More sharing options...
danixx97 0 Posted September 24, 2024 Share Posted September 24, 2024 ty Quote Link to comment Share on other sites More sharing options...
semsem35 0 Posted September 26, 2024 Share Posted September 26, 2024 ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.