• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

GUI Item Combine Triggers

Status
Not open for further replies.
Level 1
Joined
Aug 14, 2008
Messages
2
Made by Ablac

Combine Unlimited items Instantly Setup to turn 2 items into 1

Features:
-Easy To setup
-Add Combinable items in seconds
-No Difficult Trigger editing
-It Works!
-No Difficult Jass
-Only 2 Small triggers

Info: V.02
Added new settings
Display TXT to All Players - On/Off
Display Item Names - On/Off
TXT Colors - Color Code
All Items Combinable - On/Off
Fixed a couple things
Items do not need to be in Order to be combined anymore
Will be adding more slots if people like V.02

  • Settings
    • Events
      • Map initialization
    • Conditions
    • Actions
      • -------- Quest Entry --------
      • Quest - Create a Required quest titled Combine Items with the description Combine Item System..., using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
      • -------- Text Settings --------
      • Set DisplayTXTtoAllPlayers = False
      • Set DisplayItemNames = True
      • Set TXTColor = |CFF0042FF
      • -------- Item Combinability Settings --------
      • Set AllItemsCombinable = False
      • -------- Item Settings. --------
      • Set NumberOfCombinableItems = 2
      • Set CombinableItems[1] = Claws of Attack +15
      • Set CombinableItems[2] = Crown of Kings +5
      • -------- Combined Items --------
      • -------- For Combined Items, Add the numbers of the 2 Items you want to be combined +1000 --------
      • -------- Combined items need to be on the map, Hide them if you dont want them to be seen. --------
      • -------- Warning you cannot combine an Item more than once!!!, For example you can combine numbers 1 and 2 and than combine 1 and 3 --------
      • Set CombinedItem[1003] = Mask of Death 0040 <gen>
Just to clear some things up, The settings tab above is set up for 2 items right now the one below is set up for 12 Its the Same Exact Trigger
  • Settings
    • Events
      • Map initialization
    • Conditions
    • Actions
      • -------- Quest Entry --------
      • Quest - Create a Required quest titled Combine Items with the description Combine Item System..., using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
      • -------- Text Settings --------
      • Set DisplayTXTtoAllPlayers = False
      • Set DisplayItemNames = True
      • Set TXTColor = |CFF0042FF
      • -------- Item Combinability Settings --------
      • Set AllItemsCombinable = False
      • -------- Item Settings. --------
      • Set NumberOfCombinableItems = 12
      • Set CombinableItems[1] = Claws of Attack +15
      • Set CombinableItems[2] = Crown of Kings +5
      • Set CombinableItems[3] = Orb of Frost
      • Set CombinableItems[4] = Ring of Protection +5
      • Set CombinableItems[5] = Heart of Aszune
      • Set CombinableItems[6] = Horn of Cenarius
      • Set CombinableItems[7] = Wirt's Leg
      • Set CombinableItems[8] = Wirt's Other Leg
      • Set CombinableItems[9] = Wand of Neutralization
      • Set CombinableItems[10] = Wand of Negation
      • Set CombinableItems[11] = Tiny Great Hall
      • Set CombinableItems[12] = Tiny Castle
      • -------- Combined Items --------
      • -------- For Combined Items, Add the numbers of the 2 Items you want to be combined +1000 --------
      • -------- Combined items need to be on the map, Hide them if you dont want them to be seen. --------
      • -------- Warning you cannot combine an Item more than once!!!, For example you can combine numbers 1 and 2 and than combine 1 and 3 --------
      • Set CombinedItem[1003] = Mask of Death 0040 <gen>
      • Set CombinedItem[1007] = Cheese 0004 <gen>
      • Set CombinedItem[1011] = Ankh of Reincarnation 0012 <gen>
      • Set CombinedItem[1015] = Stone Token 0013 <gen>
      • Set CombinedItem[1019] = Vampiric Potion 0018 <gen>
      • Set CombinedItem[1023] = Staff of Sanctuary 0019 <gen>
V.03 will be released by Popular Demand.

Fully supports multiplayer haven't updated the Loading Screen.
 

Attachments

  • Combine Items V.02.w3x
    16.5 KB · Views: 60
Level 1
Joined
Aug 14, 2008
Messages
2
They only have to be there at the Start of the game so it can get the Specific item and its only the Combined Items not the Combinable Items.
 
Status
Not open for further replies.
Top