cut trees ability with axe

Frozen Solid

New Member
Reaction score
0
I'm creating a map that you can buy a axe and I'm wanting to lnow how to create a trigger when you pick up the axe you get the harvest lumber ability and when you drop it the ability is removed can someone help me.
 

Dirac

22710180
Reaction score
147
Well you pretty much explained it to yourself didnt you?

Events
Unit adquires an item
Condtion
Item type equal to axe
Actions
Add Harvest (Ghouls Lumber) to triggering unit
 

Frozen Solid

New Member
Reaction score
0
I'm also wanting to know when you drop the axe the ability goes away now how do you create a trigger that does that?
 

xAnaMorphine

Active Member
Reaction score
43
I'm also wanting to know when you drop the axe the ability goes away now how do you create a trigger that does that?

Simply edit the provided Trigger by Dirac:

Gain Skill:
HTML:
Events
Unit adquires an item
Condtion
Item type equal to axe
Actions
Add Harvest (Ghouls Lumber) to triggering unit

Loose Skill:
HTML:
Events
Unit looses an item
Condtion
Item type equal to axe
Actions
Remove Harvest (Ghouls Lumber) from triggering unit

P.S: The functions might be spelled different, this is just a scratch.
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
For picking up:
Trigger:
  • Acquire
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Axe
    • Actions
      • Unit - Add Harvest (Ghouls Lumber) to (Triggering unit)


For dropping:
Trigger:
  • Drop
    • Events
      • Unit - A unit Loses an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Axe
    • Actions
      • Unit - Remove Harvest (Ghouls Lumber) from (Triggering unit)

I'm not sure, but doesn't adding the ability to the item Axe work?
 
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