• 🏆 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!

Random Item & Add it to Shop...

Status
Not open for further replies.
Level 8
Joined
Jun 26, 2019
Messages
318
Hello all. I tried this, but nothing happening. Dont worry about the activing this trigger. So. Did I msis something?

  • Set Same Random Weapon
    • Events
    • Conditions
    • Actions
      • Set VariableSet WeaponTypeArray[1] = Claws of Attack +15
      • Set VariableSet WeaponTypeArray[2] = Crown of Kings +5
      • Set VariableSet WeaponTypeArray[3] = Inferno Stone
      • Set VariableSet WeaponTypeArray[4] = Kelen's Dagger of Escape
      • Set VariableSet tempintB = (Random integer number between 1 and 4)
      • Neutral Building - Add WeaponTypeArray[tempintB] to Goblin Laboratory 0000 <gen> with 5 in stock and a max stock of 5
 
Status
Not open for further replies.
Top