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

Spell Help

Status
Not open for further replies.
Axes:
Model "Dummy.mdx" is not Imported (The invisible Grafic holder, it has to be an Model supporting such behaviour).

Beast AttacK:
You need to create the Group and Hashtable before usage.
Create this Trigger.
  • Beast Attack init
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Custom script: set udg_Beast_Attack_KB_Group=CreateGroup()
      • Hashtabelle - Create a hashtable
      • Set Beast_Attack_Table = (Last created hashtable)
that should solves this problems.
 
Level 39
Joined
Feb 27, 2007
Messages
5,013
untitled-png.255275


This trigger prints "yes"
  • GUI Copy
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Unit Group - Add Mountain King 0013 <gen> to wtf
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Mountain King 0013 <gen> is in wtf) Equal to True
        • Then - Actions
          • Game - Display to (All players) the text: yes
        • Else - Actions
 

Attachments

  • Untitled.png
    Untitled.png
    13.8 KB · Views: 93
Status
Not open for further replies.
Top