Hobo drops-(Request)

icon315

Member
Automatically Collecting Display Case (AC DC)

OK i want a script that puts every item that drops in Hobopolis into your display case/closet......These include:

  1. Hobo Boss Drops
  2. Choice Adventure Drops
  3. Regular/Elemental Hobo Drops
I am willing to pay up to 100k (maybe even more) for this script
If you make this please include any features you can come up with
 
Last edited:

Bazaaretw

Member
You do know that the kol exchange rate is 594,000 Meat = $1 US
(as of 02 Feb 2010 at 03:30 PST)

And I know that it takes quite a bit of time to create a script from scratch, less then a dollar for a few hours at least of work seems insulting, you may want to up the anti especially for a script that is so limited for users.
 

Sputnik1

Member
500k to Sputnik1 please

Now this will put every item from Hobopolis into your DC including sewer items, and all Boss Drops including outfits and equipment. This also includes any hobo nickels, the hobo code binder. If you want something specifically left out, you will have to tell me or change it.
 

Attachments

  • HoboDisplay.ash
    1.5 KB · Views: 48

Bazaaretw

Member
500k to Sputnik1 please

Now this will put every item from Hobopolis into your DC including sewer items, and all Boss Drops including outfits and equipment. This also includes any hobo nickels, the hobo code binder. If you want something specifically left out, you will have to tell me or change it.

:D So kind
 

icon315

Member
Thanks....expect the cash very soon

Hopefully 500k also pays for any edits i need
 
Last edited:

icon315

Member
Is there a way to make it check and exclude any items i use in any of my custom outfits?
Also can you add SLimetube items?
 
Last edited:

Bale

Minion
Well Sputnik1 did ask for 5 times the original bounty and offered to make modifications like leaving out specific items, so... :shrug: It's his own fault that icon315 believes he's paid for support and upgrades to the script.
 

slyz

Developer
Is there a way to make it check and exclude any items i use in any of my custom outfits?
Also can you add SLimetube items?

Here you go, it was fun to script.

One little problem was that I have no idea of how to count how many of a given item is in a given outfit in the custom outfit management page (I only know how to check if the item is on the page, not how many times). I used the following (conservative) logic:

1) check if the item appears on the custom outfits page
2a) if it's a weapon and you have DFSS and you can equip 2, keep 2
2b) if it's an accessory and you can equip more than one, keep 3
2c) in all other cases, keep 1

I think even regex couldn't help with counting how many times a string appears in another string, would it ? Or maybe by playing with index_of() ?
 

Attachments

  • HoboDisplay_slyz.ash
    3.1 KB · Views: 36

icon315

Member
Well i have added some things to my script....

I tried to make it so that it shows which groups are being put in....i tried using print ("group", "green") but that just made it show me a list at the very beginning of the script

Code:
[COLOR="DarkOrange"]> call scripts\Item Handlers\AC-DC.ash[/COLOR]

[COLOR="SeaGreen"]Disco Bandit Drinks
Chow Meins & Stir Fry
Hot and Lo Meins
Mr. Klaw Items
Deluxe Mr. Klaw
Hodgman Items, Hobo Drops
Sewer Items
Hobo Books and Old Scratch 
Frosty, Oscus, Zombo, Chester 
Remaining Chum Items and Frosty's Sack 
Instruments, Basic Hobo Drops 
Hobo Marketplace Items, Hobo Consumables 
Hobo AT Songs, Chester, Ol'Scratch, Zombo, Hodgman 
Slime skills 
Slime covered items 
Slime drops 
Slime Hates it gear 
Slime drops 
Slime drops 
Slime haloween candy[/COLOR]
 

Attachments

  • AC-DC.ash
    4.6 KB · Views: 31

heeheehee

Developer
Staff member
The problem that I see is that your print(string)'s are located in the wrong place. I gave the script a makeover... see attachment.
 

Attachments

  • AC-DC.ash
    3.4 KB · Views: 27

icon315

Member
ok i took an item out of my DC to test it out....the stuff was in the correct place
Code:
> call scripts\Item Handlers\AC-DC.ash
[COLOR="HotPink"]
Disco Bandit Drinks
Chow Meins & Stir Fry
Hot and Lo Meins
Mr. Klaw Items
Deluxe Mr. Klaw
Hodgman Items, Hobo Drops
Sewer Items
Hobo Books and Ol' Scratch 
Frosty, Oscus, Zombo, Chester [/COLOR]
moving 1 Chester's bag of candy to display case
Placing items in display case...
[COLOR="HotPink"]Remaining Chum Items and Frosty's snowball sack 
Instruments, Basic Hobo Drops 
Hobo Marketplace Items, Hobo Consumables 
Hobo AT Songs, Chester, Ol' Scratch, Zombo, Hodgman 
Slime skills 
Slime covered items 
Slime drops 
Slime Hates it gear 
More slime drops 
Slime drops 
Slime halloween candy [/COLOR]
Requests complete.

But is there a possible way to make it so that the groups which have no items to pu in don't show uop...so it would look like this

Code:
> call scripts\Item Handlers\AC-DC.ash
[COLOR="HotPink"]Frosty, Oscus, Zombo, Chester [/COLOR]
moving 1 Chester's bag of candy to display case
Placing items in display case...
Requests complete.
 

heeheehee

Developer
Staff member
Sure. Gimme a moment...

Edit: Here we go. Should work.
 

Attachments

  • AC-DC.ash
    3.6 KB · Views: 32
Last edited:

Mr Purple

Member
At this point, I'm going to engage in an act of completely shameless self-promotion and point to my scripts here:
http://kolmafia.us/showthread.php?3627-Hobopolis-Slime-Tube-and-Sea-collection-checker
They provide information in a table saying how many of an item you have in your DC, and how many you have out of your DC. They also give you the option of moving all, or just one, of each item into your display case. While it is not quite as specifically tailored to your requests as the scripts above, they may be pretty useful!
 
Last edited:
Top