Jump to content

BossHunters Please help


Go to solution Solved by TMP4,

Recommended Posts

0507 18:00:48209 :: Traceback (most recent call last):

0507 18:00:48209 ::   File "game.py", line 3048, in BINARY_ServerCommand_Run

0507 18:00:48210 ::   File "stringCommander.py", line 63, in Run

0507 18:00:48210 ::   File "stringCommander.py", line 31, in call

0507 18:00:48210 ::   File "stringCommander.py", line 20, in call

0507 18:00:48210 ::   File "game.py", line 3953, in BossHuntersTimeStamp

0507 18:00:48210 ::   File "interfaceModule.py", line 1936, in BossHuntersTimeStamp

0507 18:00:48210 ::   File "uiMiniGameAttendance.py", line 290, in MiniGameAttendanceSetDay

0507 18:00:48211 :: IndexError
0507 18:00:48211 :: : 
0507 18:00:48211 :: list index out of range
0507 18:00:48211 :: 

0507 18:00:48211 :: Unknown Server Command BossHuntersTimeStamp 1600383628 | BossHuntersTimeStamp

The game is running, but it shows
I want to know what this is

Link to comment
Share on other sites

  • Contributor

A server command named as BossHuntersTimeStamp arrives (either quest or source) but you do not have it in your game.py def __ServerCommand_Build(self):

To solve it you may remove it from your quest/source or add it to game.py. You may missing it from multiple place not just game.py so better to check you system's tutorial. If you don't have the system, and dont know what it is, better to just remove completly (and not using random serverfiles in the future... :))

Link to comment
Share on other sites

2 hours ago, TMP4 said:

A server command named as BossHuntersTimeStamp arrives (either quest or source) but you do not have it in your game.py def __ServerCommand_Build(self):

To solve it you may remove it from your quest/source or add it to game.py. You may missing it from multiple place not just game.py so better to check you system's tutorial. If you don't have the system, and dont know what it is, better to just remove completly (and not using random serverfiles in the future... :))

What is his role?

 

Does it lead to problems? That she left it

Edited by adilo
Link to comment
Share on other sites

  • Contributor
  • Solution

I dont know this system that means it is 99% custom made, also i only found a reference for it in turkmmo's paste site: https://dosya.turkmmo.com/2020/02/3240_ca3b4fc7d90416400b99af8ae25dd9f7.py

It looks like its is a game.py so you may want to try paste every BossHunters stuff to yours (use ctrl+f). As i said you may missing more parts but give it a try. In that case just completly remove it from both serverside and clientside.

Also a pro tip: don't use other people's prebuilt serverfiles, take a very basic one like Asikoo's and do your own work with it, then you will not stumble into the fault of others like this time.

Edited by TMP4
  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.