|
Nickman Beginner
Joined: 26 Feb 2003 Posts: 15
|
Posted: Tue Jun 15, 2004 12:15 pm
need help with triggers |
The mud output is
You receive 84+9 experience points.
and im using the following trigger to make a skin when mob dies.
#tr {You receive *.$(*)} {skin %item( @skinns, %random( 1, 6)) corpse}
But this trigger is completely messed with other mud outputs like
You receive 13 roots from blergh.
Anyone knows how can i ignore the whole number (84+9)?
(i tried to use as You receive %b experience points. but is not working.)
Thanks for the help. |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Tue Jun 15, 2004 12:22 pm |
Why not Reduce the amount it can match on
#tr {You receive * experience points.$(*)} {skin %item( @skinns, %random( 1, 6)) corpse} |
|
|
|
Nickman Beginner
Joined: 26 Feb 2003 Posts: 15
|
Posted: Tue Jun 15, 2004 12:39 pm |
Ahh i didnt know the * ... but is working great .. Thanks much :)
|
|
|
|
|
|