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

Hero Refuses to Levelup

Status
Not open for further replies.
Level 23
Joined
Oct 12, 2008
Messages
1,783
What level is the hero? Is exp gain enabled?

Maybe post a test map.

Solved it, though thanks for offering help anyway.

Curious though, it seems that the cause was a disabled script that was somehow still running. Thus I guess the question is; under what circumstance can a disabled trigger run? and by that I mean actually disabling it in-editor, not call_DisableTrigger ()
 
Level 12
Joined
May 22, 2015
Messages
1,051
I think if you disable a trigger in the editor, but it is in JASS, and you delete that line:
call DisableTrigger(...)

It will not actually disable the trigger. I'm pretty sure that disable thing is just there for people using GUI.
 
Status
Not open for further replies.
Top