Item Combination

Paladin

New Member
Reaction score
8
Hey, I just have a quick question...

Ok...I need help to write the GUI for combining two or three items. I've tried it but it doesn't work.

For Ex. Cheese - Slot 1 + Orb Of Frost - Slot 2 = Frosty Cheese or
for an already existant item...an orb of fire...lol.



Thank you!
 

Hatebreeder

So many apples
Reaction score
381
Why is this in the Jass Forums?
I assume you want a System?
Orc Tamer has a VERY good Item Recipie System, which also combines 2 or more Items of your choice...
Just search in the Forums, it's definatly in there :p
 

AceHart

Your Friendly Neighborhood Admin
Reaction score
1,495
Code:
CombineItems
    Events
        Unit - A unit Acquires an item
    Conditions
        ((Hero manipulating item) has an item of type Cheese) Equal to True
        ((Hero manipulating item) has an item of type Blood Key) Equal to True
        ((Hero manipulating item) has an item of type Gem Fragment) Equal to True
    Actions
        Item - Remove (Item carried by (Hero manipulating item) of type Cheese)
        Item - Remove (Item carried by (Hero manipulating item) of type Blood Key)
        Item - Remove (Item carried by (Hero manipulating item) of type Gem Fragment)
        Hero - Create Mogrin's Report and give it to (Hero manipulating item)
 

Paladin

New Member
Reaction score
8
Code:
CombineItems
    Events
        Unit - A unit Acquires an item
    Conditions
        ((Hero manipulating item) has an item of type Cheese) Equal to True
        ((Hero manipulating item) has an item of type Blood Key) Equal to True
        ((Hero manipulating item) has an item of type Gem Fragment) Equal to True
    Actions
        Item - Remove (Item carried by (Hero manipulating item) of type Cheese)
        Item - Remove (Item carried by (Hero manipulating item) of type Blood Key)
        Item - Remove (Item carried by (Hero manipulating item) of type Gem Fragment)
        Hero - Create Mogrin's Report and give it to (Hero manipulating item)

Can I just copy and paste that all into the trigger comment and have it work??
 

Paladin

New Member
Reaction score
8
also, is there a way to make it so that the items are in general, for example, not a certain cheese ( cheese 0004 ) but just any cheese? so that you dont have to place the items somewhere. i was thinking you could buy them, or get them from doing quests, lvling up etc.

also, so that you dont have to make so many triggers for specific items...
 
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