Item Desc overhaul and OCD Inv helper

Winterbay

Active member
There appear to be some kind of error in the pulverize-detection.

Mafia gives the following result:
Code:
> sr Bandolier of the Spaghetti Elemental

Bandolier of the Spaghetti Elemental
Tier: 1W
Elements:
*twinkly: 1.0
Expected Yields:
*twinkly nuggets: 0.8
*twinkly wad: 0.2
Returned: void

While the script claims "Item can not be Pulverised"
 

getfresh

New member
Received error.

Begin index -1 out of bounds (desc_item.ash, line 49)

Item desc's are not showing any changes either.

Apparently I somehow fixed this, although I do not understand why it works now. I turned off the kolmafia settings/browser tab/cache images... option to off. After a reload it added the edit link and pulverize reloaded.
 
Last edited:

Winterbay

Active member
Cool. You could take a look at the smashlib script if problems still occur. I think that should be detecting the same things as Mafia at least (since it uses proxy-records of the items in question) or if it isn't I'd like to know since I did the latest change to that :)
 

Winterbay

Active member
The latest version of OCD appears to break the script. There is no longer anything called "item_disposal" so the script fails to load.
 
Top