Trigger doesn't work

skyblader

You're living only because it's illegal killing.
Reaction score
159
Trigger:
  • Magic Touch
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
    • Actions
      • -------- Lightning Touch --------
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Ability being cast) Equal to Lightning Touch
        • Then - Actions
          • Set MagicTouchChance = (Random integer number between 1 and 100)
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • MagicTouchChance Less than or equal to (((Level of Lightning Touch for (Triggering unit)) x 5) + 5)
            • Then - Actions
              • Set TempPoint = (Position of (Triggering unit))
              • Unit - Create 1 dummy unit for (Owner of (Triggering unit)) at TempPoint facing Default building facing degrees
              • Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
              • Unit - Add Stun to (Last created unit)
              • Unit - Set level of Stun for (Last created unit) to (Level of Lightning Touch for (Triggering unit))
              • Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Target unit of ability being cast)
            • Else - Actions
        • Else - Actions
      • Custom script: call RemoveLocation (udg_TempPoint)


The stun ability is a unit ability, 99999 cast range, 0 cooldown, 0 mana cost.

Anything wrong in there?
Its supposed to have a percentage chance to stun every time the spell is casted. The spell is an autocast spell with no cooldown and I've tried casting a lot of times and nothing was stunned.

Edit: Targets allowed air, ground, enemy, neutral.
 

HydraRancher

Truth begins in lies
Reaction score
197
Notes:
Move the custom script into the If/Else
Use Starts the effect of an Ability


What is Lightning touch based off? How have you modified "Stun"?
 

canons200

New Member
Reaction score
50
this is what you should do, see below
right after you create the dummy, make new variance , unit variance
eg. Set DummyMagicTouch = Last Created Unit
then replace all the Last created unit with DummyMagicTouch, your trigger should 100% work.
 

SuperSoldier

New Member
Reaction score
10
Autocasted spells won't trigger that event, you'llhave to make it so that the unit is added to a group when he issues the order (the autocast order). Then make the trigger event a unit is attacked and check if the attackeris in the group and do the rest.

On phone, so I can't make the triggers
 

tooltiperror

Super Moderator
Reaction score
231
Use [ljass]BJDebugMsg[/ljass] or just [ljass]DisplayTextToForce[/ljass] (I forget the GUI equiv., I think it`s just Display Message.) so you know what each value is throughout the trigger.

That will help narrow it down.
 

SuperSoldier

New Member
Reaction score
10
Trigger:
  • Add to group
    • Events
      • Unit - A unit Is issued an order with no target
    • Conditions
      • (Issued order) Equal to (Order(flamingarrows))
    • Actions
      • Unit Group - Add (Ordered unit) to Magic_Touch_Group


Trigger:
  • Remove from group
    • Events
      • Unit - A unit Is issued an order with no target
    • Conditions
      • (Issued order) Equal to (Order(unflamingarrows))
    • Actions
      • Unit Group - Remove (Ordered unit) from Magic_Touch_Group


Trigger:
  • Magic Touch
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Animate Dead
      • ((Casting unit) is in Magic_Touch_Group) Equal to True
    • Actions
      • -------- Actions --------
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
Yeah. You're right. Autocast spells don't trigger it. Nut what I don't understand from your trigger is that, isn't it the same? Only just narrowing down from a smaller group? Because I think the problem here is with the event. I've inserted a text to display after the chance, but nothing cameo out.
 

SuperSoldier

New Member
Reaction score
10
Woah fail, why did I post that third trigger?

Trigger:
  • Untitled Trigger 001
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • ((Attacking unit) is in Magic_Touch_Group) Equal to True
    • Actions
      • -------- Actions based on Attacking Unit ---------
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
As for the order, I have no idea what string to type in. The skill I based it off is poison arrows, and I made another spell which is similar to this. So I also need the string part, I based it off searing arrows.

Ok I need the string for 4 spells.

Black arrow
Poison arrows
Searing arrows
Cold Arrows (Not frost arrows)
 

jig7c

Stop reading me...-statement
Reaction score
123
the strings are also called base order ID... its usually a drop down menu thing in the ability editor for each ability!

it'll say On and Off order strings!
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top