Guten Morgen, ich versuche das System zu erweitern um neue Taus hinzuzufügen. Beim Client Part habe ich noch Probleme.
Syserr:
Code:
0920 10:42:03139 ::
networkModule.py(line:208) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:23) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
uiAffectShower.py(line:370) <module>
uiAffectShower.py(line:442) AffectShower
networkModule.SetSelectCharacterPhase - <type 'exceptions.IndexError'>:list index out of range
Das ist die Zeile aus der uiAffectShower.py
PHP Code:
if app.ENABLE_NEW_AFFECT_POTION:
for i in xrange(len(mainAffectPotion["affect"])):
AFFECT_DATA_DICT[mainAffectPotion["affect"][i]] = (mainAffectPotion["desc"][i], mainAffectPotion["image"][i])
Kann mir jemand weiterhelfen? Danke!