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

How to make quest give experience to all heroes?

Status
Not open for further replies.
Level 3
Joined
Jun 29, 2011
Messages
19
Hi, how to make the quest will give exprience to all heroes ?
In editor is only option to add to single hero ;/:vw_sad: Help me.
 

Bannar

Code Reviewer
Level 26
Joined
Mar 19, 2008
Messages
3,140
Just pick all heroes around as group:
  • init
    • Events
    • Conditions
    • Actions
      • Custom script: set bj_wantDestroyGroup = true
      • Unit Group - Pick every unit in (Units within 512.00 of (Center of (Playable map area)) matching (((Matching unit) is Bohater) Equal to True)) and do (Actions)
        • Loop - actions
          • Hero - Set (Picked unit) experience to ((Hero experience of (Picked unit)) + 1000), Hide level-up graphics
Customize location (area around in which you pick heroes) and amount of experience.
 
Status
Not open for further replies.
Top