(wouldn't know about Robe of G/N/E Archmagi - Robe of Vecna FTW
)
Thanks for the fix - yay, 3 more AC for my Kensai xD If you don't mind me
being a bother pressing some more questions: I know that "not all reagents taken" is a known bug, but how common is it supposed (for lack of better term) to be? So far I had that happen to me with:
-Sorcerian Ring (Metaspell Amulet was left)
-Improved Ankheg Plate (blue scroll was left)
-Gridle of Glory (*everything* was left - yes, Cromwell took nothing except gold)
That's 3 out of 4 items I upgraded, hence the question. Also some additional stuff noticed:
-Shield of Harmony upgrades without brine potions/mind flayer control circlet as I mentioned in my second post
-Both Gridle of Glory and Sorcerian Ring played no animation, while I believe other two did
Also, bonus question - I took a peek at the codes in hotfixes and noticed something like this:
TakePartyItemNum("misc20",1)
DestroyItem("misc20")
TakePartyItemNum("misc20",1)
DestroyItem("misc20")
TakePartyItemNum("misc20",1)
DestroyItem("misc20")
Any particular reason to do it like this instead of:
TakePartyItemNum("misc20",3)
DestroyItem("misc20")
or even:
TakePartyItemNum("misc20",3)
DestroyItem("misc20")
DestroyItem("misc20")
DestroyItem("misc20")
If DestroyItem works once per item? Honestly curious