Harvest lumber with axe

Tothumn

New Member
Reaction score
4
Hi!
i want to make this:
if a unit (settler,troll etc.) carry an AXE he get ability to harvest lumber.
here is my trigger:
Code:
Axe pick
    Events
        Unit - A unit Acquires an item
    Conditions
        Or - Any (Conditions) are true
            Conditions
                (Unit-type of (Triggering unit)) Equal to Troll
                (Unit-type of (Triggering unit)) Equal to Settler
                (Unit-type of (Triggering unit)) Equal to Engineer
                (Unit-type of (Triggering unit)) Equal to Gnoll
    Actions
        Unit - Add Harvest (Gold and Lumber) to (Triggering unit)
it works, but the problem is :
i have other items on my map (round shield for example) and if a settler pick up a round shield then it can harvest lumber with that too.:D:confused:

please fix my trigger or make a new one for me
 

Leazy

You can change this now in User CP.
Reaction score
50
You need to add an condition that checks if the unit is picking up the axe :p
 
1

131ackout

Guest
Yet, your trigger actually helped me. +rep :)

EDIT: Welcome to TH! :thup:
 

Leazy

You can change this now in User CP.
Reaction score
50
boolean conditions, hero has item or something wait ill edit when I did the trigger for you

Edit:

Code:
Axe pick
    Events
        Unit - A unit Acquires an item
    Conditions
        Or - Any (Conditions) are true
            Conditions
                (Unit-type of (Triggering unit)) Equal to Troll
                (Unit-type of (Triggering unit)) Equal to Settler
                (Unit-type of (Triggering unit)) Equal to Engineer
                (Unit-type of (Triggering unit)) Equal to Gnoll
             [COLOR="Red"]((Triggering unit) has an item of type Axe) Equal to True[/COLOR]
         Actions
        Unit - Add Harvest (Gold and Lumber) to (Triggering unit)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      • Ghan
        Administrator - Servers are fun

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top