Bug - Fixed Maximizing specific slot also adjusts Edpiece

The maximizer suggests changing the statue on the Crown of Ed The Undying even if you have specified for it only to maximize a specific slot.

Code:
> edpiece

Current decoration on EdPiece is a golden weasel

> maximize item, acc1

Maximizing...
7 combinations checked, best score 280.00
Crown of Ed decorated with golden mouse.
 

Bale

Minion
I believe that doesn't actually work as you suggest unless you put a plus sign in front of acc1. Try maximize item +acc1 and let us know.
 

heeheehee

Developer
Staff member
> maximize item +acc1

Maximizing...
9 combinations checked, best score 226.99
Putting on Mayor Ghost's sash...
Equipment changed.

> edpiece

Current decoration on EdPiece is a golden fish
Seems okay for me (I don't think I've modified Maximizer's behavior in the build I'm running).
 
That's interesting. I wasn't aware that a preceding "+" changed how any maximizer argument was parsed (other than meaning it doesn't require a comma). There's no difference in functionality documented in the help file either.
 
That seems a bit hasty...

Code:
> edpiece

Current decoration on EdPiece is a golden weasel

> maximize item +acc3

Maximizing...
8 combinations checked, best score 260.00
Crown of Ed decorated with golden mouse.
Putting on barrel hoop earring...
Equipment changed.

As far as I can tell "+slot" and "slot" are interchangeable (they appear to act the same, and the documentation would indicate they should act the same).

I'm not sure why Heeheehee's test didn't replicate the same results. Were you not wearing the Crown at the time?
 
Still having the same problem with r16818

Code:
> edpiece weasel

Crown of Ed decorated with golden weasel.

> maximize item, acc3

Maximizing...
8 combinations checked, best score 225.01
Crown of Ed decorated with golden mouse.
Putting on Mr. Accessory Jr....
Equipment changed.
 

Darzil

Developer
Well, turns out r16818 broke EdPiece (and Snowsuit) changes being suggested by Maximizer, as I got that code exactly wrong.

r16824 fixes this.
 
Top