• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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