Bug - Fixed Dwarven War Outfit and Macros

Darzil

Developer
Dwarven War outfit totals up the occurrances of 'really' on the page, rather than the round, when used with a macro.

Ideal would be for it to total after each round when used on macro results, I guess. Fortunately this is how it displays in the Graphical CLI.
 

Darzil

Developer
I think this is not quite 100% fixed.

CLI log from using seal tooth by hand :
Code:
[1465] Hey Deze Arena
Encounter: serialbus
Round 0: Samuel Spade wins initiative!
Round 1: serialbus shows dwarvish war mattock health estimate of 63
Round 1: serialbus shows dwarvish war helmet attack rating of 61
Round 1: serialbus shows dwarvish war kilt defense rating of 54
Round 1: Samuel Spade uses the seal tooth!
Round 2: serialbus takes 1 damage.
Round 2: serialbus shows dwarvish war mattock health estimate of 63
Round 2: Samuel Spade uses the seal tooth!
Round 3: serialbus takes 1 damage.
Round 3: serialbus shows dwarvish war mattock health estimate of 63
Round 3: Samuel Spade uses the seal tooth!
Round 4: serialbus takes 1 damage.
Round 4: serialbus shows dwarvish war mattock health estimate of 63
Round 4: Samuel Spade uses the seal tooth!
Round 5: serialbus takes 1 damage.
Round 5: serialbus shows dwarvish war mattock health estimate of 63
Round 5: Samuel Spade uses the seal tooth!
Round 6: serialbus takes 1 damage.
Round 6: serialbus shows dwarvish war mattock health estimate of 63
Round 6: Samuel Spade uses the seal tooth!
Round 7: serialbus takes 1 damage.
Round 7: serialbus shows dwarvish war mattock health estimate of 56
Round 7: Samuel Spade attacks!
Round 8: serialbus takes 75 damage.
Round 8: Samuel Spade wins the fight!
You gain 49 Meat
After Battle: Tort does a little fairy dance.
You acquire an item: bus pass
You gain 4 Muscleboundness
You gain 10 Magicalness
You gain 2 Cheek

CLI from same thing using Macro :
Code:
[1466] Hey Deze Arena
Encounter: inkubus
Round 0: Samuel Spade wins initiative!
Round 1: inkubus shows dwarvish war mattock health estimate of 63
Round 1: inkubus shows dwarvish war helmet attack rating of 56
Round 1: inkubus shows dwarvish war kilt defense rating of 394
Round 1: Samuel Spade executes a macro!
Round 1: Samuel Spade uses the seal tooth!
Round 2: inkubus takes 1 damage.
Round 2: Samuel Spade uses the seal tooth!
Round 3: inkubus takes 1 damage.
Round 3: inkubus shows dwarvish war mattock health estimate of 63
Round 3: Samuel Spade uses the seal tooth!
Round 4: inkubus takes 1 damage.
Round 4: inkubus shows dwarvish war mattock health estimate of 56
Round 4: Samuel Spade uses the seal tooth!
Round 5: inkubus takes 1 damage.
Round 5: inkubus shows dwarvish war mattock health estimate of 56
Round 5: Samuel Spade uses the seal tooth!
Round 6: inkubus takes 1 damage.
Round 6: inkubus shows dwarvish war mattock health estimate of 56
Round 6: Samuel Spade uses the seal tooth!
Round 7: inkubus takes 1 damage.
Round 7: inkubus shows dwarvish war mattock health estimate of 56
Round 7: Samuel Spade attacks!
Round 8: inkubus takes 122 damage.
Round 8: Samuel Spade wins the fight!
You gain 76 Meat
After Battle: Tort does a little fairy dance.
You acquire an item: bus pass
You gain 5 Strengthliness
You gain 8 Mysteriousness
You gain 1 Smarm
After Battle: inkubus shows dwarvish war mattock health estimate of 56

Looks like the war mattock report is coming in one round later than it should, so there isn't a report in round 2, and is one after battle.
 
Top