Drop item percent trigger

kasilopana

New Member
Reaction score
1
Hello everybody =)

How do I make a trigger that does a certain percent of an item drop.

Example..

Event - Unit Dies

Condition - Unit-Type of dying unit equal to Murloc Tiderunner

Action - ??5 % chance of an specific item drop??

I rather want to trigger it. How is that done?
 

dead-manakin

New Member
Reaction score
5
:)

One easy way is to do this because Percent "%" means (of 100)...


EVENTS-------
Unit - A unit dies.
CONDITIONS-------
Unit - Unit type is equal to "murlock tide runner"
ACTIONS-------
Set variable "Percentage" to random integer between 1 and 100.
IF---
If Percentage is equal to 1 spawn "Book of Death" at point of dying unit.
If Percentage is equal to 2 spawn "Book of Death" at point of dying unit.
If Percentage is equal to 3 spawn "Book of Death" at point of dying unit.
If Percentage is equal to 4 spawn "Book of Death" at point of dying unit.
If Percentage is equal to 5 spawn "Book of Death" at point of dying unit.


This gives a 5% chance of dropping "book of death"

Hope this helps your troubles :) :)
 

kasilopana

New Member
Reaction score
1
One easy way is to do this because Percent "%" means (of 100)...


EVENTS-------
Unit - A unit dies.
CONDITIONS-------
Unit - Unit type is equal to "murlock tide runner"
ACTIONS-------
Set variable "Percentage" to random integer between 1 and 100.
IF---
If Percentage is equal to 1 spawn "Book of Death" at point of dying unit.
If Percentage is equal to 2 spawn "Book of Death" at point of dying unit.
If Percentage is equal to 3 spawn "Book of Death" at point of dying unit.
If Percentage is equal to 4 spawn "Book of Death" at point of dying unit.
If Percentage is equal to 5 spawn "Book of Death" at point of dying unit.


This gives a 5% chance of dropping "book of death"

Hope this helps your troubles :) :)

Ah, thanks ;) + rep!
 

Sim

Forum Administrator
Staff member
Reaction score
534
Well, to simplify this...

If Percentage is Less than or equal to 5, spawn book of death at point
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top