Jump to content

Recommended Posts

  • Premium

 

SYSERR CLIENT:

1017 23:41:06096 :: Unknown Server Command QuestGetMapIndex 65 | QuestGetMapIndex
1017 23:41:06096 :: Unknown Server Command gm_login | gm_login
1017 23:41:06155 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage
1017 23:41:06214 :: Unknown Server Command QuestGetQID 48 | QuestGetQID
1017 23:45:51181 :: Unknown Server Command QuestGetMapIndex 66 | QuestGetMapIndex
1017 23:45:51181 :: Unknown Server Command gm_login | gm_login
1017 23:45:51202 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage
1017 23:45:51246 :: Unknown Server Command QuestGetQID 48 | QuestGetQID
1017 23:47:16339 :: Cannot find item by 0
1017 23:47:16586 :: Cannot find item by 0
1017 23:48:48068 :: Unknown Server Command QuestGetMapIndex 660001 | QuestGetMapIndex
1017 23:48:48068 :: Unknown Server Command gm_login | gm_login
1017 23:48:48085 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage
1017 23:48:48134 :: Unknown Server Command QuestGetQID 48 | QuestGetQID
1017 23:48:54883 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
1017 23:48:57367 :: Unknown Server Command QuestGetMapIndex 1 | QuestGetMapIndex
1017 23:48:57367 :: Unknown Server Command gm_login | gm_login
1017 23:48:57367 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage
1017 23:48:57468 :: Unknown Server Command QuestGetQID 48 | QuestGetQID
1017 23:48:59421 :: Traceback (most recent call last):

1017 23:48:59422 ::   File "game.py", line 1292, in OnKeyUp

1017 23:48:59423 :: TypeError
1017 23:48:59423 :: : 
1017 23:48:59423 :: 'NoneType' object has no attribute '__getitem__'
1017 23:48:59423 :: 

1017 23:53:19412 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
1017 23:53:21213 :: Unknown Server Command QuestGetMapIndex 1 | QuestGetMapIndex
1017 23:53:21213 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage
1017 23:53:21214 :: Unknown Server Command QuestGetQID 48 | QuestGetQID
1018 00:03:52166 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
1018 00:03:54023 :: Unknown Server Command QuestGetMapIndex 1 | QuestGetMapIndex
1018 00:03:54023 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage
1018 00:03:54042 :: Unknown Server Command QuestGetQID 48 | QuestGetQID

This is the hidden content, please

  • Metin2 Dev 16
  • Angry 1
  • Good 5
  • Love 1
  • Love 3
Link to comment
Share on other sites

1018 00:03:52166 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR

Open the folder metin2_map_c1 / a1 / b1 etc.. and delete files. : (Example: pack/OutdoorC1/metin2_map_c1)

-monsterareainfo.txt

-monsterarrange.txt

File and replaces it:

regen.txt137 B
This is the hidden content, please
!C8OrC3inLD46kJdkf1qYyU5-e58h40bryYpfszZ12Wo
#Edit (Link download reupload) : 
This is the hidden content, please

 

1017 23:48:59422 ::   File "game.py", line 1292, in OnKeyUp

1017 23:48:59423 :: TypeError
1017 23:48:59423 :: : 
1017 23:48:59423 :: 'NoneType' object has no attribute '__getitem__'
1017 23:48:59423 :: 

Open the file and search function game.py (OnKeyUp) and replace it with :

	def OnKeyUp(self, key):
		try:
			self.onClickKeyDict[key]()
		except KeyError:
			pass
		except:
			raise

		return TRUE

Or you have problem in other etc..

1017 23:41:06096 :: Unknown Server Command QuestGetMapIndex 65 | QuestGetMapIndex
1017 23:41:06096 :: Unknown Server Command gm_login | gm_login
1017 23:41:06155 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage
1017 23:41:06214 :: Unknown Server Command QuestGetQID 48 | QuestGetQID
1017 23:45:51181 :: Unknown Server Command QuestGetMapIndex 66 | QuestGetMapIndex
1017 23:45:51181 :: Unknown Server Command gm_login | gm_login
1017 23:45:51202 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage
1017 23:45:51246 :: Unknown Server Command QuestGetQID 48 | QuestGetQID etc..

The server sends a custom that does not recognize and is not implemented at all or wrong in the client, use the search tool WinSCP / filezila etc. and search phrases that start with cmdchat or getcurrentquestindex ()) in quest folder / object and delete those quests that you do not use. I guess it's not your serverfiles and other customer-different etc, or do not have good systems implemented or what you wanted better.

  • Metin2 Dev 5
  • Smile Tear 1
  • Good 1
  • Love 6
Link to comment
Share on other sites

  • Premium
1018 00:03:52166 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR

Open the folder metin2_map_c1 / a1 / b1 etc.. and delete files. : (Example: pack/OutdoorC1/metin2_map_c1)

-monsterareainfo.txt

-monsterarrange.txt

File and replaces it:

regen.txt137 B
This is the hidden content, please
!C8OrC3inLD46kJdkf1qYyU5-e58h40bryYpfszZ12Wo

 

1017 23:48:59422 ::   File "game.py", line 1292, in OnKeyUp

1017 23:48:59423 :: TypeError
1017 23:48:59423 :: : 
1017 23:48:59423 :: 'NoneType' object has no attribute '__getitem__'
1017 23:48:59423 :: 

Open the file and search function game.py (OnKeyUp) and replace it with :

	def OnKeyUp(self, key):
		try:
			self.onClickKeyDict[key]()
		except KeyError:
			pass
		except:
			raise

		return TRUE

 

1017 23:41:06096 :: Unknown Server Command QuestGetMapIndex 65 | QuestGetMapIndex
1017 23:41:06096 :: Unknown Server Command gm_login | gm_login
1017 23:41:06155 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage
1017 23:41:06214 :: Unknown Server Command QuestGetQID 48 | QuestGetQID
1017 23:45:51181 :: Unknown Server Command QuestGetMapIndex 66 | QuestGetMapIndex
1017 23:45:51181 :: Unknown Server Command gm_login | gm_login
1017 23:45:51202 :: Unknown Server Command QuestMessage TheGuildHouseisunderconstruction.Pleasetryitlater. | QuestMessage
1017 23:45:51246 :: Unknown Server Command QuestGetQID 48 | QuestGetQID etc..

The server sends a custom that does not recognize and is not implemented at all or wrong in the client, use the search tool WinSCP / filezila etc. and search phrases that start with cmdchat or getcurrentquestindex ()) in quest folder / object and delete those quests that you do not use. I guess it's not your serverfiles and other customer-different etc, or do not have good systems implemented or what you wanted better.

https://www.youtube.com/watch?v=S9RVS8cjNN0

0 syserr.txt :D <3 Thank you @VegaS

  • Metin2 Dev 2
  • Love 2
Link to comment
Share on other sites

  • Premium

1018 14:31:13089 :: CInstanceBase::AttachTextTail - VID [47112] ALREADY EXIST
1018 14:43:58975 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 796
1018 14:43:58975 :: CPythonCharacterManager::CreateInstance VID[47161] Race[796]
1018 14:43:20859 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 796
1018 14:43:20859 :: CPythonCharacterManager::CreateInstance VID[47161] Race[796]

 

 

More one... :( 

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.