Item of the Month forms

Ethelred

Member
Is there a way to derive the used form of an Item of the Month from its form as purchased from Mr. Store in an ASH script? Or vice versa? I'm hoping to save myself a little work with a checker script for items of the month. Or does such a script already exsist? That would save even more work.

Thanks, in advance.
 

ckb

Minion
Staff member
This does not work for everything, but for the recent items you can take advantage of the tendencies of the game:

Code:
to_item(to_int($item[kramco sausage-matic])-1)
 

Crowther

Active member
This does not work for everything, but for the recent items you can take advantage of the tendencies of the game:

Code:
to_item(to_int($item[kramco sausage-matic])-1)
That's actually a pretty cool idea.
 

Saklad5

Member
I recommend using Zarqon’s Map Manager with the “use_for_items” map. That way, only one person has to add changes when new content comes out.
 
Top