Winning the verbosity mini

Bale

Minion
Here's a cute little script that puts on your most verbose gear. It doesn't work real well about the proper gear for your familiar, but heck with it. It still saves me a lot of time.

It'll pull stuff from Hangks or your closet if you enable those mafia preferences.

In case you want to know which gear has the most characters so you can acquire it, RoyalTonberry has made this list.
 

Attachments

  • PvP Verbosity.ash
    934 bytes · Views: 128
Last edited:

Ferdawoon

Member
I keep getting an error as soon as I try to run this.

Removing the empty row at the top of the script I get this (git it before as well =P )

Code:
> call F:\KoLMafia\scripts\PvP Verbosity.ash

Variable 'null' cannot be indexed (PvP Verbosity.ash, line 29)
 

lostcalpolydude

Developer
Staff member
Line 30 should be
Code:
item fam = gear[$slot[familiar]][0];
There was a missing ]. What's weird is that the script worked before without it.
 
Top