XP Counter
Create a Trigger
Pattern: ^You killed
Command: get coins from monster corpses;score brief
type: "monitor off"
**This will turn off you hp bar so you will not be able to see what your hp is during combat unless you type sheet
Create new variables
(value and default can be left blank)
Variable: expd
Variable: expt
Create a trigger
Pattern: Xp: (%d)
Command: #math expd (%1-@expt);#if @expd<>0 {#alarm +0:0:01 {#SHOW Gained: <@expd> experience.}};expt=%1
This does math and tells you how much xp you get after each kill. If you type score in the middle of combat it will screw it up a little. The first time it goes off it is a little screwy but from then on it works fine.Â