D
DSG
Guest
Im havin trouble figuring out to make items, such as a tome, that you can buy, that gives you a Hero Ability. This is making me very constipated :banghead:
Burn!!!
Burn!!!
Events
Unit - A unit Acquires an item
Conditions
(Item-type of (Item being manipulated)) Equal to Critical Strike [item]
Actions
Unit - Add Critical Strike [ability] to (Hero manipulating item)
Item - Remove (Item being manipulated)
Special Effect - Create a special effect attached to the origin of (Hero manipulating item) using Objects\InventoryItems\Rune\Rune.mdl
NoxMortus said:Code:Events Unit - A unit Acquires an item Conditions (Item-type of (Item being manipulated)) Equal to Critical Strike [item] Actions Unit - Add Critical Strike [ability] to (Hero manipulating item) Item - Remove (Item being manipulated) Special Effect - Create a special effect attached to the origin of (Hero manipulating item) using Objects\InventoryItems\Rune\Rune.mdl