You last visited: Today at 09:40
Advertisement
Problem mit Bündel
Discussion on Problem mit Bündel within the Metin2 Private Server forum part of the Metin2 category.
11/24/2016, 10:50
#1
elite*gold: 0
Join Date: Jul 2012
Posts: 5,520
Received Thanks: 1,350
Problem mit Bündel
Sobald ich versuche mit einem Bündel, ein Laden aufzumachen, kack der Client ab und es kommt folgende Fehlermeldung in der Client syserr.txt .
Woran könnte das Problem liegen ?
Code:
1124 10:22:47013 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
1124 10:22:50776 :: Unknown Server Command loadquest1 14 | loadquest1
1124 10:24:30468 :: CInstanceBase::AttachTextTail - VID [27175] ALREADY EXIST
1124 10:27:10900 :: GRANNY: r:/granny/rt/granny_tri_topology.cpp(268): Illegal value for FromBytesPerIndex (0)
1124 10:28:28915 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
1124 10:44:38156 :: Traceback (most recent call last):
1124 10:44:38156 :: File "game.py", line 1964, in BINARY_PrivateShop_Disappear
1124 10:44:38156 :: File "interfaceModule.py", line 1067, in DisappearPrivateShop
1124 10:44:38156 :: AttributeError
1124 10:44:38156 :: :
1124 10:44:38156 :: 'module' object has no attribute 'DeleteADBoard'
1124 10:44:38156 ::
11/24/2016, 11:36
#2
elite*gold: 0
Join Date: Jul 2015
Posts: 1,385
Received Thanks: 566
PHP Code:
def DeleteADBoard ( vid ): if not g_privateShopAdvertisementBoardDict . has_key ( vid ): return del g_privateShopAdvertisementBoardDict [ vid ]
In uiprivateshopbuilder.py eintragen unter
PHP Code:
def UpdateADBoard (): for key in g_privateShopAdvertisementBoardDict . keys (): g_privateShopAdvertisementBoardDict [ key ]. Show ()
11/24/2016, 11:43
#3
elite*gold: 0
Join Date: Jul 2012
Posts: 5,520
Received Thanks: 1,350
Quote:
Originally Posted by
»DeneX«
PHP Code:
def DeleteADBoard ( vid ): if not g_privateShopAdvertisementBoardDict . has_key ( vid ): return del g_privateShopAdvertisementBoardDict [ vid ]
In uiprivateshopbuilder.py eintragen unter
PHP Code:
def UpdateADBoard (): for key in g_privateShopAdvertisementBoardDict . keys (): g_privateShopAdvertisementBoardDict [ key ]. Show ()
Gibt es nicht
Virustotal:
Attached Files
uiprivateshopbuilder.zip
(2.3 KB, 2 views)
11/24/2016, 11:50
#4
elite*gold: 0
Join Date: Jun 2011
Posts: 3,382
Received Thanks: 1,792
teste
Attached Files
uiprivateshopbuilder.zip
(2.3 KB, 2 views)
11/24/2016, 11:51
#5
elite*gold: 0
Join Date: Jul 2015
Posts: 1,385
Received Thanks: 566
Versuch es so
Attached Files
uiprivateshopbuilder_new.rar
(2.3 KB, 1 views)
11/24/2016, 11:53
#6
elite*gold: 0
Join Date: Jun 2011
Posts: 3,382
Received Thanks: 1,792
Quote:
Originally Posted by
»DeneX«
Versuch es so
Ich hab die beiden Funktionen hinzugefügt in meinem Anhang weil sie ihm gefehlt haben.
11/24/2016, 11:54
#7
elite*gold: 0
Join Date: Jul 2015
Posts: 1,385
Received Thanks: 566
Quote:
Originally Posted by
.UnknownUser™
Ich hab die beiden Funktionen hinzugefügt in meinem Anhang weil sie ihm gefehlt haben.
Ich auch
11/24/2016, 12:05
#8
elite*gold: 0
Join Date: Jul 2012
Posts: 5,520
Received Thanks: 1,350
Quote:
Originally Posted by
.UnknownUser™
teste
Quote:
Originally Posted by
»DeneX«
Versuch es so
Dankeschön es funktioniert jetzt, aber die syserr.txt gibt weitere Fehler raus.
Code:
1124 12:02:13974 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
1124 12:02:28678 :: Unknown Server Command loadquest1 14 | loadquest1
1124 12:03:45076 :: Traceback (most recent call last):
1124 12:03:45077 :: File "game.py", line 1964, in BINARY_PrivateShop_Disappear
1124 12:03:45077 :: File "interfaceModule.py", line 1067, in DisappearPrivateShop
1124 12:03:45077 :: File "uiPrivateShopBuilder.py", line 53, in DeleteADBoard
1124 12:03:45077 :: NameError
1124 12:03:45077 :: :
1124 12:03:45077 :: global name 'g_privateShopAdvertisementBoardDict' is not defined
1124 12:03:45077 ::
1124 12:03:48424 :: Traceback (most recent call last):
1124 12:03:48424 :: File "game.py", line 1964, in BINARY_PrivateShop_Disappear
1124 12:03:48424 :: File "interfaceModule.py", line 1067, in DisappearPrivateShop
1124 12:03:48424 :: File "uiPrivateShopBuilder.py", line 53, in DeleteADBoard
1124 12:03:48424 :: NameError
1124 12:03:48424 :: :
1124 12:03:48424 :: global name 'g_privateShopAdvertisementBoardDict' is not defined
1124 12:03:48424 ::
11/24/2016, 12:27
#9
elite*gold: 0
Join Date: Jul 2015
Posts: 1,385
Received Thanks: 566
Mach mal ganz oben unter den imports
PHP Code:
g_privateShopAdvertisementBoardDict ={}
11/24/2016, 12:30
#10
elite*gold: 0
Join Date: Jun 2011
Posts: 3,382
Received Thanks: 1,792
anhang.
Attached Files
uiprivateshopbuilder.zip
(2.5 KB, 2 views)
11/24/2016, 12:47
#11
elite*gold: 0
Join Date: Jul 2012
Posts: 5,520
Received Thanks: 1,350
Quote:
Originally Posted by
.UnknownUser™
anhang.
Quote:
Originally Posted by
»DeneX«
Mach mal ganz oben unter den imports
PHP Code:
g_privateShopAdvertisementBoardDict ={}
Danke jetzt kommt nur noch eine Sache. Was bedeutet es und wie kann ich es beheben?
Code:
1124 12:45:16387 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
1124 12:45:30534 :: Unknown Server Command loadquest1 14 | loadquest1
11/24/2016, 12:50
#12
elite*gold: 0
Join Date: Jun 2011
Posts: 3,382
Received Thanks: 1,792
Code:
CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
Kannst du "ignorieren"
Code:
Unknown Server Command loadquest1 14 | loadquest1
Eine Quest auf dem Server schickt den command loadquest1 aber der Client "kennt" den Befehl nicht.
Such die Quest die den cmdchat mit loadquest1 schickt und nehm sie aus der quest list wenn du sie nicht benötigst.
11/24/2016, 14:05
#13
elite*gold: 0
Join Date: Jul 2015
Posts: 1,385
Received Thanks: 566
Hab
PHP Code:
CMapOutdoor :: Load - LoadMonsterAreaInfo ERROR
Gestern auch behoben weil mich der Fehler einfach nervt
GameLib/MapOutdoorLoad.cpp
PHP Code:
bool CMapOutdoor :: LoadMonsterAreaInfo ()
Funktion mit dieser hier ersetzen:
PHP Code:
bool CMapOutdoor :: LoadMonsterAreaInfo () { RemoveAllMonsterAreaInfo (); // Remove All Monster Info char szFileName [ 256 ]; _snprintf ( szFileName , sizeof ( szFileName ), "%s\\monsterareainfo.txt" , GetMapDataDirectory (). c_str ()); LPCVOID pModelData ; CMappedFile File ; if (! CEterPackManager :: Instance (). Get ( File , szFileName , & pModelData )) return false ; CMemoryTextFileLoader textFileLoader ; CTokenVector stTokenVector ; textFileLoader . Bind ( File . Size (), pModelData ); for ( DWORD i = 0 ; i < textFileLoader . GetLineCount (); ++ i ) { if (! textFileLoader . SplitLine ( i , & stTokenVector )) continue; stl_lowers ( stTokenVector [ 0 ]); // Start to read MonsterAreaInfo.txt if ( 0 == stTokenVector [ 0 ]. compare ( "m" ) || 0 == stTokenVector [ 0 ]. compare ( "g" )) { if ( stTokenVector . size () < 11 ) { TraceError ( "CMapOutdoorAccessor::LoadMonsterAreaInfo Get MonsterInfo File Format ERROR! continue...." ); continue; } CMonsterAreaInfo :: EMonsterAreaInfoType eMonsterAreaInfoType ; if ( 0 == stTokenVector [ 0 ]. compare ( "m" )) { eMonsterAreaInfoType = CMonsterAreaInfo :: MONSTERAREAINFOTYPE_MONSTER ; } else if ( 0 == stTokenVector [ 0 ]. compare ( "g" )) { eMonsterAreaInfoType = CMonsterAreaInfo :: MONSTERAREAINFOTYPE_GROUP ; } else { TraceError ( "CMapOutdoorAccessor::LoadMonsterAreaInfo Get MonsterInfo Data ERROR! continue...." ); continue; } const std :: string & c_rstrOriginX = stTokenVector [ 1 ]. c_str (); const std :: string & c_rstrOriginY = stTokenVector [ 2 ]. c_str (); const std :: string & c_rstrSizeX = stTokenVector [ 3 ]. c_str (); const std :: string & c_rstrSizeY = stTokenVector [ 4 ]. c_str (); const std :: string & c_rstrZ = stTokenVector [ 5 ]. c_str (); const std :: string & c_rstrDir = stTokenVector [ 6 ]. c_str (); const std :: string & c_rstrTime = stTokenVector [ 7 ]. c_str (); const std :: string & c_rstrPercent = stTokenVector [ 8 ]. c_str (); const std :: string & c_rstrCount = stTokenVector [ 9 ]. c_str (); const std :: string & c_rstrVID = stTokenVector [ 10 ]. c_str (); long lOriginX , lOriginY , lSizeX , lSizeY , lZ , lTime , lPercent ; CMonsterAreaInfo :: EMonsterDir eMonsterDir ; DWORD dwMonsterCount ; DWORD dwMonsterVID ; lOriginX = atol ( c_rstrOriginX . c_str ()); lOriginY = atol ( c_rstrOriginY . c_str ()); lSizeX = atol ( c_rstrSizeX . c_str ()); lSizeY = atol ( c_rstrSizeY . c_str ()); lZ = atol ( c_rstrZ . c_str ()); eMonsterDir = ( CMonsterAreaInfo :: EMonsterDir ) atoi ( c_rstrDir . c_str ()); lTime = atol ( c_rstrTime . c_str ()); lPercent = atol ( c_rstrPercent . c_str ()); dwMonsterCount = ( DWORD ) atoi ( c_rstrCount . c_str ()); dwMonsterVID = ( DWORD ) atoi ( c_rstrVID . c_str ()); CMonsterAreaInfo * pMonsterAreaInfo = AddMonsterAreaInfo ( lOriginX , lOriginY , lSizeX , lSizeY ); pMonsterAreaInfo -> SetMonsterAreaInfoType ( eMonsterAreaInfoType ); if ( CMonsterAreaInfo :: MONSTERAREAINFOTYPE_MONSTER == eMonsterAreaInfoType ) pMonsterAreaInfo -> SetMonsterVID ( dwMonsterVID ); else if ( CMonsterAreaInfo :: MONSTERAREAINFOTYPE_GROUP == eMonsterAreaInfoType ) pMonsterAreaInfo -> SetMonsterGroupID ( dwMonsterVID ); pMonsterAreaInfo -> SetMonsterCount ( dwMonsterCount ); pMonsterAreaInfo -> SetMonsterDirection ( eMonsterDir ); } } return true ; }
Similar Threads
2011 Client für 1678 Files Bündel-Problem!
07/07/2012 - Metin2 Private Server - 13 Replies
Hey Com,
ich habe mir mal den 1678 Client mit den dazugehörigen Files von Daroo runtergeladen und habe leider bemerkt das das Bündel nicht funktioniert. Das selbe Problem ist leider auch beim Seidenbündel vorhanden!
Wenn man die Rüstung an hat und man versucht ein Bündel zu benutzen steht da das dies nicht geht weil man eine Rüstung trägt jedoch wenn man keine an hat funktioniert es trotzdem nichts. Es passiert einfach nichts wenn man das Bündel anklickt. In der Datenbank habe ich schon...
[Problem]Bündel kommt kein Shop
05/09/2011 - Metin2 Private Server - 10 Replies
Huhu epvpers
wir hab bei dem Server wo ich helfe das folgende Problem,
Wenn ich ein Bündel anklicke passiert nix, bzw. wenn ich es anklicke und ne rüssi
anhab kommt die meldung, wenn ich diese aber Ausziehe passiert dann nix bei einem Rechtsklick.
Ich hoffe ihr könnt mir helfen.
Danke im Voraus
Mfg
Ghould
[Problem]Bündel kommt kein Shop
05/09/2011 - Metin2 Private Server - 3 Replies
Huhu epvpers
Ich hab bei meinem Server das folgende Problem,
Wenn ich ein Bündel anklicke passiert nix, bzw. wenn ich es anklicke und ne rüssi
anhab kommt die meldung, wenn ich diese aber Ausziehe passiert dann nix bei einem Rechtsklick.
Ich denke es ist eine Quest, die fehlt habe aber keine solche Quest bei nem neuen Server gefunden.
Ich hoffe ihr könnt mir helfen.
Danke im Voraus
ID Für Bündel!!!
02/27/2010 - Metin2 Private Server - 3 Replies
Suche die ID Für bündel! Habe schon bei den Commands und Values durchgesucht und hab nichts gefunden!!
Mfg :D :bandit:
All times are GMT +1. The time now is 09:41 .