Winterbay
Active member
Or are you saying that mafia doesn't track deleveling and damage done to monsters of unknown stats?
That would appear to be the case.
Code:
[414] Itznotyerzitz Mine
Encounter: mountain man
Round 0: Winterbay wins initiative!
> ash monster_attack()
Returned: 0
Round 1: Winterbay casts INTIMIDATING BELLOW!
Round 2: mountain man drops 27 attack power.
Round 2: mountain man drops 27 defense.
> ash monster_attack()
Returned: 0
Round 2: Winterbay casts MIGHTY AXING!
Round 3: mountain man takes 79 damage.
> ash monster_hp()
Returned: -79
Round 3: Winterbay casts MIGHTY AXING!
Round 4: mountain man takes 74 damage.
Round 4: Winterbay casts MIGHTY AXING!
Round 5: mountain man takes 69 damage.
> ash monster_hp()
Returned: -222
Round 5: Winterbay casts MIGHTY AXING!
Round 6: mountain man takes 72 damage.
> ash monster_hp()
Returned: -294
Round 6: Winterbay casts MIGHTY AXING!
Round 7: mountain man takes 79 damage.
Round 7: Winterbay wins the fight!
You acquire an item: asbestos ore
You acquire an item: linoleum ore
You acquire an item: chrome ore
You gain 16 Strongness
You gain 4 Enchantedness
You gain 5 Roguishness
It does track the HP as can be seen but the monster_attack stays at 0 no matter my delevelling. I'm not sure if this is an error with Intimidating Bellow (the only delevelling I had available) or a more general problem. I guess I should go and report that in the bug-forum...