• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

(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