Combining Item (question)

Marrusian

New Member
Reaction score
2
Ok the trigger is this :

Code:
Conditions -
Actions -
    If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        If - Conditions
            And - All (Conditions) are true
                Conditions
                    (Item-type of (Item carried by (Triggering unit) in slot 1)) Equal to Band of Jin
                    (Item-type of (Item carried by (Triggering unit) in slot 2)) Equal to Seal of Jin
        Then - Actions
            Item - Remove (Item carried by (Triggering unit) in slot 1)
            Item - Remove (Item carried by (Triggering unit) in slot 2)
            Hero - Create Major Mojo Infusion Ring and give it to (Triggering unit)
        Else - Actions
            Do nothing

It works but how I can put to combine item whatever slot it is ? I mean to be slot 3 or 4 (all slots) not only 1 and 2.

P.S I can put colored name at the item ?
 

Tinki3

Special Member
Reaction score
418
It works but how I can put to combine item whatever slot it is ?

Like this:

Code:
    Events
        Unit - A unit Acquires an item
    Conditions
        ((Triggering unit) has an item of type Quaterstaff) Equal to True
        ((Triggering unit) has an item of type Demon Edge) Equal to True
        ((Triggering unit) has an item of type Blade of the Troll King ) Equal to True
    Actions
        Item - Remove (Item carried by (Triggering unit) of type Quaterstaff)
        Item - Remove (Item carried by (Triggering unit) of type Demon Edge)
        Item - Remove (Item carried by (Triggering unit) of type Blade of the Troll King )
        Hero - Create Blade of the Troll King  and give it to (Triggering unit)
        Special Effect - Create a special effect at (Position of (Triggering unit)) using Abilities\Spells\Items\AIam\AIamTarget.mdl

I found that trigger by searching :rolleyes:
 
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