bumcheekcity
Active member
Are you using 1.3? I re-ran it both with and without Inventory Images enabled. It was fine WITH them, but didn't pick them up WITHOUT inventory images.
You have no store.
You have a display case with at least one item in it.
This is bumcheekcity's snapshot maker! This script takes a snapshot of your character and uploads it to my server at bumcheekcity.com
Updating map files...
Checking skills...
Checking tattoos...
Requesting store inventory...
Store inventory request complete.
Checking trophies...
Checking familiars...
Checking hobopolis loot and hobo codes...
Checking Slime Tube loot...
Checking War Medals...
Checking for Telescope
Checking for Ascension Rewards
Checking for Discoveries [Cocktail]
Checking for Discoveries [Food]
Checking for Discoveries [Jewelery]
Checking for Discoveries [Meat Pasting]
Checking for Discoveries [Meatsmithing]
Checking for Discoveries [Misc]
Checking for Mr. Items
Successfully done. Visit the following URL to see your snapshot!
http://bumcheekcity.com/kol/profile.php?u=halfvoid
Setup your snapshot profile here:
http://bumcheekcity.com/kol/profilesetup.php?u=halfvoid
Oddly enough i don't have a display case either.
//Check for a display case.
if (index_of(visit_url("/displaycollection.php?who=" + my_id()), "This player doesn't have a display case...") == -1) {
//Then they have a display case. But I have to check if there's anything in there.
if (index_of(visit_url("/displaycollection.php?who=" + my_id()), "This display case is currently empty.") == -1)
{
//Then they have at least one item in there.
hasdisplay = true;
debug("You have a store with at least one item in it.");
} else {
debug("You have a store, but no items in it.");
}
} else {
debug("You have no store.");
}
//Check for a store.
if (index_of(visit_url("charsheet.php"), "in the Mall of Loathing") > 0)
{
if (index_of(visit_url("mallstore.php?whichstore="+my_id()), "This store's inventory is currently empty. Try again later.") == -1)
{
hasstore = true;
debug("You have a display case with at least one item in it.");
} else {
debug("You have a display case, but no items in it.");
}
} else {
debug("You have no display case.");
}
//Check for a display case.
if (index_of(visit_url("/displaycollection.php?who=" + my_id()), "This player doesn't have a display case...") == -1) {
//Then they have a display case. But I have to check if there's anything in there.
if (index_of(visit_url("/displaycollection.php?who=" + my_id()), "This display case is currently empty.") == -1)
{
//Then they have at least one item in there.
hasdisplay = true;
debug("You have a Display case with at least one item in it.");
} else {
debug("You have a Display case, but no items in it.");
}
} else {
debug("You have no Display case.");
}
//Check for a store.
if (index_of(visit_url("charsheet.php"), "in the Mall of Loathing") > 0)
{
if (index_of(visit_url("mallstore.php?whichstore="+my_id()), "This store's inventory is currently empty. Try again later.") == -1)
{
hasstore = true;
debug("You have a Store with at least one item in it.");
} else {
debug("You have a Store, but no items in it.");
}
} else {
debug("You have no Store.");
}
I am literally the biggest idiot in the world
Indeed. The Hobopolis checking will stay as it is for now.....
Not to be a pain in the ass, but is there a way to add a "New" Message to everything?
Something like this