Hey
ich habe mir das IngameWiki in meinen Client eingefügt und ja ... schaut selbst
Info's:
Client: Saniis Client
Serverfiles: Daroo (sollte nix zu Sache haben, aber egal)
EnPacker/Packer: Der von DaJubi
syserr:
1103 17:32:05748 :: invalid idx 0
1103 17:32:11840 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
1103 17:32:16308 :: Traceback (most recent call last):
1103 17:32:16308 :: File "networkModule.py", line 233, in SetGamePhase
1103 17:32:16309 :: File "game.py", line 85, in __init__
1103 17:32:16309 :: File "uiwiki.py", line 225, in __init__
1103 17:32:16309 :: File "uiwiki.py", line 1154, in __Load
1103 17:32:16309 :: File "uiwiki.py", line 1409, in UpdateFileList
1103 17:32:16309 :: ValueError
1103 17:32:16309 :: :
1103 17:32:16309 :: invalid literal for int(): 35290WEAPON
1103 17:32:16309 ::
oder wenn ich localeInfo as locale schreib
1103 17:37:05634 :: invalid idx 0
1103 17:37:12167 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
1103 17:38:16377 :: Traceback (most recent call last):
1103 17:38:16377 :: File "networkModule.py", line 231, in SetGamePhase
1103 17:38:16377 :: File "system.py", line 130, in __pack_import
1103 17:38:16377 :: File "system.py", line 110, in _process_result
1103 17:38:16377 :: File "game.py", line 37, in ?
1103 17:38:16377 :: File "system.py", line 130, in __pack_import
1103 17:38:16377 :: File "system.py", line 110, in _process_result
1103 17:38:16377 :: File "uiwiki.py", line 17, in ?
1103 17:38:16377 :: File "system.py", line 137, in __pack_import
1103 17:38:16377 :: ImportError
1103 17:38:16377 :: :
1103 17:38:16377 :: No module named localeInfo
1103 17:38:16377 ::
Import Befehl:
Code:
import uiTarget
import uiwiki
# PRIVATE_SHOP_PRICE_LIST
import uiPrivateShopBuilder
# END_OF_PRIVATE_SHOP_PRICE_LIST
import mouseModule
import consoleModule
import localeInfo as locale
GameWindow:
Code:
class GameWindow(ui.ScriptWindow):
def __init__(self, stream):
ui.ScriptWindow.__init__(self, "GAME")
self.SetWindowName("game")
net.SetPhaseWindow(net.PHASE_WINDOW_GAME, self)
player.SetGameWindow(self)
self.wiki = uiwiki.AgeofPlatonWiki()
self.quickSlotPageIndex = 0
self.lastPKModeSendedTime = 0
self.pressNumber = None
KeyBindings:
Code:
onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7)
onPressKeyDict[app.DIK_F5] = lambda : self.__toggleSwitchbot()
onPressKeyDict[app.DIK_F8] = lambda : self.__afk()
onPressKeyDict[app.DIK_F9] = lambda : self.__OnWiki()
onPressKeyDict[app.DIK_LALT] = lambda : self.ShowName()
Function
Code:
def __OnWiki(self):
if self.wiki.IsShow():
self.wiki.Hide()
else:
self.wiki.Show()
Sysser ( wenn ich in der uiwiki.py alle localeInfo durch locale ersetz):
Code:
1103 17:56:06634 :: invalid idx 0
1103 17:56:13214 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
1103 17:56:17787 :: Traceback (most recent call last):
1103 17:56:17787 :: File "networkModule.py", line 233, in SetGamePhase
1103 17:56:17787 :: File "game.py", line 85, in __init__
1103 17:56:17787 :: File "uiwiki.py", line 225, in __init__
1103 17:56:17788 :: File "uiwiki.py", line 1154, in __Load
1103 17:56:17788 :: File "uiwiki.py", line 1409, in UpdateFileList
1103 17:56:17788 :: ValueError
1103 17:56:17788 :: :
1103 17:56:17788 :: invalid literal for int(): 35290WEAPON
1103 17:56:17788 ::
Ich hab echt keine Ahnung was ich jetzt da machen soll
Danke im Voraus
Passt auf euch auf die Welt ist Böse