- Joined
- May 4, 2008
- Messages
- 1,111
i need an anti itemstacking trigger... but the one i use will destroy the item he picks up... and if i make that he drops it then it scans inventory then Warcraft just crash...
-
antiduplicate
-
Events
- Unit - A unit Acquires an item
-
Conditions
- (Item-class of (Item being manipulated)) Equal to Artifact
-
Actions
-
For each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to (Item-type of (Item being manipulated))
-
Then - Actions
- Item - Remove (Item being manipulated)
-
Else - Actions
- Hero - Give (Item being manipulated) to (Hero manipulating item)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
-
For each (Integer A) from 1 to 6, do (Actions)
-
Events