Bug - Fixed Maximizer fails to fulfill string with several equip-commands in r13647

ereinion

Member
I'm running the modifier-maximizer with the string "item, equip pantsgiving, equip snow suit, equip crown of thrones" in r13647, but the maximizer fails to fulfill all the equip-commands (and recognizes this). In r13641 the same string gives a successful result. I see there's been added a bit of support for the CoT between the two releases, could that have something to do with it? Anyway, here are the results I get in the two versions:

r13641:
Code:
1432368 combinations checked, best score 460.00

[LIST]
[*]equip hat Crown of Thrones (-20)
[*][COLOR=gray]keep weapon: bottle-rocket crossbow[/COLOR]
[*][COLOR=gray]keep off-hand: hypnodisk[/COLOR]
[*][COLOR=gray]keep back: Camp Scout backpack[/COLOR]
[*][COLOR=gray]keep shirt: flaming pink shirt[/COLOR]
[*][COLOR=gray]keep pants: Pantsgiving[/COLOR]
[*][COLOR=gray]keep acc1: Jekyllin hide belt[/COLOR]
[*][COLOR=gray]keep acc2: Jekyllin hide belt[/COLOR]
[*][COLOR=gray]keep acc3: Jekyllin hide belt[/COLOR]
[*]equip familiar Snow Suit (-13)
[/LIST]
r13647:
Code:
1153068 combinations checked, best score 510.00 (FAIL)

[LIST]
[*][COLOR=gray]keep hat: bounty-hunting helmet[/COLOR]
[*][COLOR=gray]keep weapon: bottle-rocket crossbow[/COLOR]
[*][COLOR=gray]keep off-hand: hypnodisk[/COLOR]
[*][COLOR=gray]keep back: Camp Scout backpack[/COLOR]
[*][COLOR=gray]keep shirt: flaming pink shirt[/COLOR]
[*]equip pants plexiglass pants (+5)
[*][COLOR=gray]keep acc1: Jekyllin hide belt[/COLOR]
[*][COLOR=gray]keep acc2: Jekyllin hide belt[/COLOR]
[*][COLOR=gray]keep acc3: Jekyllin hide belt[/COLOR]
[*]equip familiar miniature gravy-covered maypole (+12)
[/LIST]

Oh, and maximizerCombinationLimit is 0, so it isn't that I run out of combinations to try :)
 

ereinion

Member
Ah, I'd missed that, I just scanned this sub-forum before making the thread. But it does look like what they're talking about there resembles the bug I described here. I'll download the latest build, and keep a lookout for it reappearing :)
 

Veracity

Developer
Staff member
I fixed the Gear Changer. I can't imagine that my changes there would have any effect on the maximizer.
 

Theraze

Active member
Ah, I thought that the part you'd fixed was due to Darzil's changing the maximizer to include both of the items and it only picking one of them irregularly. :( Apparently this is still bugged, though probably a similar issue - just on the maximizer computations rather than the visible gear-changer side.
 
Top