Warcraft III resources & community, 2003–2006 · archived

Random Item Drop System

not rated
Submitted by LineraSystems384 downloads42 KB
Screenshot
Screenshot
This is a great random item drop system.



Each item has a chance to drop like 45.76%



Also randomly chooses how many items drop each time you kill a creep.
File Name
random item drop system.w3x
Author
Linera
Download

Comments

6
Vex said that item tables actually leak a trigger action and that it would be better to just put your items into an array and have them drop whenever a unit is killed. Anyways great system other than this thing, and don't take it offensive, i thought the tables were better too at first.
thanks, i may add that
Such a great systm i think !!
4.5/5 and u could have 5/5 if u had a trigger (or an event, i'm not a Jass's god) to make disapear the loot bag when it's empty

gj
you can make any item you want drop through this system, all you do is add it to a drop table.

use this function on the table

call randDistAddItem('I001', 25.20)

Item tables are found in the custom map script.
nice but for those who dont understand JASS how do u add what items can drop and perecent other than that wicked
I hope everyone likes this system.
This is meant for RPGs but can be used in any map the needs random item drops.

Enjoy.
Please give me credit for this system.