Jump to content

Tiered Item Pickup

Overview
Creator: Shoshon the Elegant Added: 30 Jun 2019 Tags: Item Downloads: 19
Rating[?]: No rating
View Script Download Example
(859.73 KB)
Information

Description Setup Reviews Comments

std.zh is required. You only need std.zh once.
If you already have it included in your scripts, delete it from this one.

The setup is simple. Also, you DO NOT have to use up all D0-D7 arguments.
You can use any number of items you wish.


D0: The item ID of the first item (lowest tier item)
D1: The item ID of the second item (next lowest tier item)
D2:
The item ID of the third item (next lowest tier item)
D3: The item ID of the fourth item (next lowest tier item)
D4: The item ID of the fifth item (next lowest tier item)
D5: The item ID of the sixth item (next lowest tier item)
D6: The item ID of the final item (highest tier item)
D7: The message string to play when you pickup the item.

Currently this only supports each item having the same pickup string. Coders will know how to get around the string limitation.