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

Skill Learning.

Status
Not open for further replies.
Level 2
Joined
Jun 27, 2008
Messages
8
It's probably rather basic.. still I've got some HUGE problems with making it.

I want to be able to sell Spells in Shop. Like for ex. buy Wind Walk.

  • Wind Walk
    • Events
      • Unit - A unit owned by Player 1 (Red) Sells an item (from shop)
    • Conditions
      • (Item-type of (Picked item)) Equal to Wind Walk
    • Actions
      • Unit - Add Wind Walk to Hero[1]
      • Item - Remove (Item carried by (Triggering unit) in slot 1)
That's the way I thought it would work. Couldn't think of any other.
I've also tried different combos with event and condition but is hasn't worked.

Help is needed :)
 
Level 11
Joined
Dec 11, 2007
Messages
888
  • Wind Walk
    • Events
      • Unit - A unit acquires an item
    • Conditions
      • (Item-type of (item being manipulated)) Equal to Wind Walk
    • Actions
      • Unit - Add Wind Walk to Triggering Unit
      • Item - Remove (Item being manipulated from triggering unit
your trigger was wrong. try this one.
 
Status
Not open for further replies.
Top