Non-threaded

Forums » Feature Wishing Well » Read Thread

Suggestions for improvements and additions to the site.
This feature was rejected 7/18/2006: Can be donewith Item Drops and will be doable with scripting

Regenerating Items

19 years ago
Say there is an item that can only be used one time, but you want the player to be able to eventually go back and get another copy of the item from the same place. Would it be possible to make it so that the item will reappear on the page where you obtained it as long as the item is not in your inventory?

Regenerating Items

19 years ago
Use Item dropps.  The little yellow bag by the links.  Items go to where they started I think.

Regenerating Items

19 years ago
Oh. I didn't know that.

Regenerating Items

19 years ago
You're not the only one, I didn't know that either! I learn something new today.

Regenerating Items

19 years ago
well glad I could help.

Regenerating Items

19 years ago

this is a good idea. Note that once "Scripting" comes around, you would be able to do this with a simple Action Script when a link is clicked:

"SET ITEM_USES(23) = ITEM_USES(23) + 5"

That will recharge Item #23 by 5 uses.

Regenerating Items

19 years ago
What about item dropps?