Quote:
0619 23:54:17285 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
0619 23:54:19010 ::
uiCharacter.py(line:522) __LoadWindow
uiCharacter.py(line:160) __BindObject
uiCharacter.py(line:534) Refreshing
ui.py(line:915) SetPercentage
CharacterWindow.__LoadWindow - <type 'exceptions.ZeroDivisionError'>:float division by zero
0619 23:54:19010 :: ================================================== ================================================== ========
0619 23:54:19010 :: Abort!!!!
|
Ein tipp hier max lvl = 0 exp habe ich / 0 exp brauche ich
fix wäre vieleicht exp need +1? damit das nicht null ist?
Fix für float:
Quote:
nextEXP = player.GetStatus(player.NEXT_EXP) suchen und
nextEXP = player.GetStatus(player.NEXT_EXP+1) drausmachen
|
-Geht nicht neuer ist :
Nach nextEXP = player.GetStatus(player.NEXT_EXP) suchen
und danach das hier adden
Quote:
if nextEXP == 0:
nextEXP = 1
|
Fix für :
0714 09:26:35778 :: ValueError
0714 09:26:35778 :: :
0714 09:26:35778 :: unsupported format character ',' (0x2c) at index 31
0714 09:26:35778 ::
index 26 27 28 29 30 skills sind nicht bewegbar:
locale_game öffnen :
+%, durch +%. Ersetzen fertig
Mfg FireFox