Made by Black-Hole
Spoiler for 2 Slot Version:
GUI Item Combine V.02
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
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
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
Code: Select all
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>
Code: Select all
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>
Combine Items V.02.w3x
V.03 will be released by Popular Demand.Spoiler for 4 Slot Version:
GUI Item Combine 4 Slot Version V.01
Combine Unlimited items Instantly Setup to turn 2 or 4 items into 1
Features:
-Easy To setup
-Add Combinable items in seconds
-No Difficult Trigger editing
-It Works!
-No Difficult Jass
-Only 2 triggers
Info: V.01
Only 1 trigger that people need to edit.
Items need to be in the order there listed in order to be combined.
Combines 2 or 4 items
I recommend you try V.02 Before you use this one.
Settings tab is the same except for the 4 items, you add item numbers 1 - 4 and than add 1000 so for the first Combinable item the number would be 1010
Combine Unlimited items Instantly Setup to turn 2 or 4 items into 1
Features:
-Easy To setup
-Add Combinable items in seconds
-No Difficult Trigger editing
-It Works!
-No Difficult Jass
-Only 2 triggers
Info: V.01
Only 1 trigger that people need to edit.
Items need to be in the order there listed in order to be combined.
Combines 2 or 4 items
I recommend you try V.02 Before you use this one.
Settings tab is the same except for the 4 items, you add item numbers 1 - 4 and than add 1000 so for the first Combinable item the number would be 1010
Code: Select all
Settings
Events
Map initialization
Conditions
Actions
Set Enable4SlotCombine = True
Quest - Create a Required quest titled Combine Items with the description Combine Item System..., using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
-------- Number of Total Items that can be Combined --------
Set NumberOfCombinableItems = 4
-------- Items that can be combined, add as many as you want. --------
Set CombinableItems[1] = Claws of Attack +15
Set CombinableItems[2] = Crown of Kings +5
Set CombinableItems[3] = Kelen's Dagger of Escape
Set CombinableItems[4] = Orb of Frost
-------- 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[1010] = Mask of Death 0040 <gen>
Combine Items 4 Slot V.01.w3x
Spoiler for 6 Slot Version:
GUI Item Combine 6 Slot Version V.01
Combine Unlimited items Instantly Setup to turn 2 or 6 items into 1
Features:
-Easy To setup
-Add Combinable items in seconds
-No Difficult Trigger editing
-It Works!
-No Difficult Jass
-Only 2 triggers
Info: V.01
Only 1 trigger that people need to edit.
Items need to be in the order there listed in order to be combined.
Combines 2 or 6 items
This versions is the Hardest to use of the 3 I recommend you try V.02 Before you use this one.
Settings tab is the same except for the 6 items, you add item numbers 1 - 6 and than add 1000 so for the first Combinable item the number would be 1021
Combine Unlimited items Instantly Setup to turn 2 or 6 items into 1
Features:
-Easy To setup
-Add Combinable items in seconds
-No Difficult Trigger editing
-It Works!
-No Difficult Jass
-Only 2 triggers
Info: V.01
Only 1 trigger that people need to edit.
Items need to be in the order there listed in order to be combined.
Combines 2 or 6 items
This versions is the Hardest to use of the 3 I recommend you try V.02 Before you use this one.
Settings tab is the same except for the 6 items, you add item numbers 1 - 6 and than add 1000 so for the first Combinable item the number would be 1021
Code: Select all
Settings
Events
Map initialization
Conditions
Actions
Set EnableAllSlotCombine = True
Quest - Create a Required quest titled Combine Items with the description Combine Item System..., using icon path ReplaceableTextures\CommandButtons\BTNAmbush.blp
-------- Number of Total Items that can be Combined --------
Set NumberOfCombinableItems = 6
-------- Items that can be combined, add as many as you want. --------
Set CombinableItems[1] = Claws of Attack +15
Set CombinableItems[2] = Crown of Kings +5
Set CombinableItems[3] = Kelen's Dagger of Escape
Set CombinableItems[4] = Orb of Frost
Set CombinableItems[5] = Ring of Protection +5
Set CombinableItems[6] = Cheese
-------- 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[1021] = Mask of Death 0040 <gen>
Combine Items 6 Slot V.01.w3x
Spoiler for Whats to Come:
Everything you see below is by Popular Demand if you like my system post a Comment and i will continue to make more/prefect them.
GUI Item Combine V.03 (2 slot version)
-Add more Features
GUI Item Combine V.02 (4 Slot Version)
-Add all the features that are in V.02 of the 2 slot version
Gui Item Combine V.02 (6 Slot Version)
-Add all the features that are in V.02 of the 2 slot version
GUI Item Combine Complete V.01
-No designated slots
-All the features of all the Ones above.
I will only release this version if people request it.
GUI Item Combine V.03 (2 slot version)
-Add more Features
GUI Item Combine V.02 (4 Slot Version)
-Add all the features that are in V.02 of the 2 slot version
Gui Item Combine V.02 (6 Slot Version)
-Add all the features that are in V.02 of the 2 slot version
GUI Item Combine Complete V.01
-No designated slots
-All the features of all the Ones above.
I will only release this version if people request it.