-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
LAST EVENT: [01/06/2012 @ 14:35:47] TOTAL OCCURENCES: [0001]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Traceback (most recent call last):
File "../eventscripts/es.py", line 279, in tick
x()
File "../eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "../eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "../eventscripts/gungame51/core/cfg/manager.py", line 106, in _execute_cfg_files
es.mexec('gungame51' + cfg.cfgpath.rsplit('gungame51', 1)[1])
IndexError: list index out of range
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
LAST EVENT: [01/06/2012 @ 14:37:29] TOTAL OCCURENCES: [0016]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Traceback (most recent call last):
File "../eventscripts/es.py", line 279, in tick
x()
File "../eventscripts/_libs/python/gamethread.py", line 173, in tick
_executenode(first)
File "../eventscripts/_libs/python/gamethread.py", line 155, in _executenode
function(*a, **kw)
File "../eventscripts/gungame51/core/players/weapons.py", line 252, in strip
if ((self.weapon == weapon[7:] and not levelStrip) or
File "../eventscripts/gungame51/core/players/weapons.py", line 44, in weapon
return self.get_weapon()
File "../eventscripts/gungame51/core/players/weapons.py", line 47, in get_weapon
return _level_weapon(self.level)
File "../eventscripts/gungame51/core/weapons/shortcuts.py", line 58, in get_level_weapon
return get_weapon_order(weaponOrderName).get_weapon(level)
AttributeError: 'NoneType' object has no attribute 'get_weapon'