View Single Post
  #6  
Old 10-18-2002, 05:56 AM
Wiz
Dragon
 
Join Date: Feb 2002
Posts: 583
Default

Forgot to document one effect:

CUMULATIVE_FLAG - This adds one to flag 50.

TRIGGER_FLAGS 50 amt - This will check 50 for a certain amount. This is for multis of the same item, say you want 3 bone chips to result in a reward.

TRIGGER_ITEM:bonechip:{
CUMULATIVE_FLAG
}
TRIGGER_FLAGS 50 3{
Reward here
}
Reply With Quote