- Joined
- Sep 11, 2006
- Messages
- 172
-
Destroy UnLond
-
Events
-
Destructible - A destructible within Region 346 <gen> dies
-
-
Conditions
-
(Destructible-type of (Dying destructible)) Equal to |cff7fffd4Uncommon Londsdale|r
-
-
Actions
-
Game - Display to (All players) the text: This is a test mess...
-
Set LondsdaleDrop = (Position of (Dying destructible))
-
Set Dice[1] = (Random integer number between 1 and 5)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Dice[1] Equal to 1
-
-
Then - Actions
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
-
Else - Actions
-
Do nothing
-
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Dice[1] Equal to 2
-
-
Then - Actions
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
-
Else - Actions
-
Do nothing
-
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Dice[1] Equal to 3
-
-
Then - Actions
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
-
Else - Actions
-
Do nothing
-
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Dice[1] Equal to 4
-
-
Then - Actions
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
-
Else - Actions
-
Do nothing
-
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Dice[1] Equal to 5
-
-
Then - Actions
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
Item - Create Uncommon Londsdale Compound at LondsdaleDrop
-
-
Else - Actions
-
Do nothing
-
-
-
Custom script: call RemoveLocation(udg_LondsdaleDrop)
-
Wait 3600.00 seconds
-
Destructible - Resurrect (Dying destructible) with (Max life of (Dying destructible)) life and Show birth animation
-
-
Thanks for any help.