Display Case Script an autosell script

asturia

Minion
Hi All,

I have this script that puts all of the items I get from the McPhee's Grimoire of Hilarious Object Summoning in my displaycase.
Since the latest update that changed stuff in the fuzzy match searching, the script doesn't do anything.

Anyone has an idea how I can change it so that it works again?
And here is another script of mine that stopped working. It does everything what it needs to do untill it needs to start pulverizing stuff.

Thanks.
 

Attachments

  • displaycase.ash
    1.3 KB · Views: 90
  • autosell.ash
    2 KB · Views: 83

dangerpin

Member
Well, I can only assume displaycase.ash is failing because of a lack of matching so I would change

Code:
"* wheel, " +

to

Code:
"* toy wheel, " +

This ran without error for me, of course, I'm in HC so it wasn't much of a test. I have none of these items in my inventory.



If you put the correct full names of
Code:
"* pet rock snooty disguise, " +
and
Code:
"* pet rock Groucho disguise, " +
You will have problems because the quotes around snooty and groucho will break the script. If either of those are the culprit, it may be time to rewrite this in ash with put_display instead of using CLI.
 
Top