item combining

ZypHeRx™

New Member
Reaction score
17
hey guys .. i need a system in which .. combines 2 items which are the same into the other item .. like desolator in DotA .. i do not know how .. and i have already checked the free trigger section .. pls hlp me :(
 

waaaks!

Zinctified
Reaction score
256
i have red a trigger like that already in here, but i didnt remember, i think its in the index...
 

AceHart

Your Friendly Neighborhood Admin
Reaction score
1,495
Must be somewhere in there... but, well, whatever. Fortunately, that part has been reordered so it's easier to find stuff... (no comment).


Anyway, something like this:

Code:
Combine Identical Items
    Events
        Unit - A unit Acquires an item
    Conditions
        ((Hero manipulating item) has an item of type Cheese) Equal to True
    Actions
        Set TempInteger = 0
        For each (Integer A) from 1 to 6, do (Actions)
            Loop - Actions
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        (Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Cheese
                    Then - Actions
                        Set TempInteger = (TempInteger + 1)
                    Else - Actions
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                TempInteger Greater than or equal to 2
            Then - Actions
                Item - Remove (Item carried by (Hero manipulating item) of type Cheese)
                Item - Remove (Item carried by (Hero manipulating item) of type Cheese)
                Hero - Create Mogrin's Report and give it to (Hero manipulating item)
            Else - Actions
 
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