• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Did something change in the last patch or few?

Status
Not open for further replies.
Level 7
Joined
Jul 30, 2004
Messages
451
Code:
LEVEL Effects of STR
    Events
    Conditions
    Actions
        Item - Create Permenant Damage Bonus +2 at (Position of PLAYER_unitHero_A[LEVELUP_nTempPlayer])
        Hero - Give (Last created item) to PLAYER_unitHero_A[LEVELUP_nTempPlayer]
        Hero - Order PLAYER_unitHero_A[LEVELUP_nTempPlayer] to use (Last created item)
        Set PLAYER_nDamage_A[LEVELUP_nTempPlayer] = (PLAYER_nDamage_A[LEVELUP_nTempPlayer] + 2)
        Trigger - Run CLASSES Class Specified Level <gen> (ignoring conditions)

this trigger used to work when i started working on this map, now after coming back from a long break all it does is it creates the book underneath the unit but the unit doesn't use it/aquire it... whats up with that?
 
Status
Not open for further replies.
Top