Hi guys, i need your help

Status
Not open for further replies.
Level 1
Joined
Aug 11, 2009
Messages
1
I want to make the items that
takes the conditions of hero units' major stats(i think i cant say this in English, but i guess you will understand this. :) sry)
and this condition makes the items un-eqipped to the hero unit

sorry for my poor english


*major stats
-Paladin's major stat is power
-Arch-mage's major stat is intelligence
 
Level 6
Joined
Jan 27, 2007
Messages
208
I think he want to detect, when some hero take an item, if the hero who take the item is Strength Hero, the equip will drop (somekind like that) CMIIW

  • Take an Item
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to YourItem
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Unit-type of (Hero manipulating item)) Equal to Paladin
        • Then - Actions
          • Hero - Drop (Item being manipulated) from (Hero manipulating item)
        • Else - Actions
Its just a simple trigger, you can make it better.
 
Status
Not open for further replies.
Top