• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] Trigger Number item slots

Status
Not open for further replies.
Level 12
Joined
Apr 27, 2008
Messages
1,228
Yes items are like:
1 2
3 4
5 6
Not tested/proven or backable by any means.
P.s. you can test such simple stuff yourself for like 2-3 minutes.
 
  • Like
Reactions: TKF
Ok I just checked and the item slots go like this

1 2
3 4
5 6

Unless you did something to change what number the slots are I promise you these are numbers.

I made a map that checks
for loop integer 1 to 6
check if item is in slot 'loop integer'
display "Item is in slot:" + 'loop integer'

Those were the results.

----

Btw is it possible to change item slot numbers? I dont think it is...
 
  • Like
Reactions: TKF
Level 12
Joined
Apr 27, 2008
Messages
1,228
Nope, it is not possible.
When you say item in slot 4 to the game, it will always refer to the same item.
But if you have commands like "-destroyitem 4" you can make it so that it destroys some other item.
 
Last edited:
Status
Not open for further replies.
Top