GG knife pro
Posted: Mon Jul 19, 2010 11:48 pm
I noticed that when someone is on knife (final level) and someone else that is on nade knifes the knifer, the knifer does not level down. This seemed to work before the OB update but I wanted to post here before I submitted it as a bug.
I took a peek at the gg_knife_pro.py code and noticed what looks like a bug in the code but I'm not familiar with python sythax:
(Notice the "\" in the conditional statement line# 122 of gg_knife_pro.py)
# If the level difference is higher than the limit, stop here
if (attackerLevel - ggVictim.level) > int(gg_knife_pro_limit) and \
int(gg_knife_pro_limit) != 0:
msg(attacker, 'LevelDifferenceLimit',
{'limit': int(gg_knife_pro_limit)}, prefix=True)
return
I took a peek at the gg_knife_pro.py code and noticed what looks like a bug in the code but I'm not familiar with python sythax:
(Notice the "\" in the conditional statement line# 122 of gg_knife_pro.py)
# If the level difference is higher than the limit, stop here
if (attackerLevel - ggVictim.level) > int(gg_knife_pro_limit) and \
int(gg_knife_pro_limit) != 0:
msg(attacker, 'LevelDifferenceLimit',
{'limit': int(gg_knife_pro_limit)}, prefix=True)
return