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

2 questions :X {increasing hero maximum level / limiting an item to unit-type}

Status
Not open for further replies.
Level 4
Joined
Aug 4, 2008
Messages
76
1st) How can I place the level cap from 10 levels to 80 for example??(Sry for noob question).

2nd) How can I make an item worn by only a specific hero??It needs trigger or can be done from the Items menu?

Thx in advance!
 
1) Look at gameplay constants a field called Hero Max Level

2)Make this trigger:
  • Events
  • Unit - A unit acquires an item.
  • Conditions
  • And, All conditions are true
  • - Unit type of hero manipulating item equal to (Your Hero)
  • Or, Any Conditions are true
  • - Item type of item begin manipulated not equal to (Item 1 for that hero only)
  • - Item type of item begin manipulated not equal to (Item 2 for that hero only)
  • - Item type of item begin manipulated not equal to (Item etc...
  • Actions:
  • Item - Drop item begin manipuled by hero manipuling item
  • Gamme - Display to player (event response - owner of hero manipulating item): You cant carry this item)
 
Status
Not open for further replies.
Top