• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

(GUI) Need item drop system

Status
Not open for further replies.
Level 10
Joined
Nov 24, 2010
Messages
546
Hello everyone

We are needing a GUI item drop system for our map

It should be separated like this

-Bosses (2 random drops from droplist (each boss have specific droplist)) Done
-Mini bosses (1 random drop (each mini boss have specific droplist)) Done
-Creeps (chance for drop (each type of creep has specific drops)) Still need

it dont know what else to say :p

I really prefer GUI so i understand it and can learn from it.
 
Last edited:
Level 13
Joined
Oct 25, 2009
Messages
995
  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
      • (Random integer number between 1 and 100) Less than or equal to 25
    • Then - Actions
      • Your Actions here
    • Else - Actions
Maybe you can use that,the dropping chance is 25%
 

Deleted member 177737

D

Deleted member 177737

You can easily do this without any triggers at all... Just use the item drop tables built into the game.
 
Status
Not open for further replies.
Top