Can anyone help me with this? has anyone noticed that if you try to use /g $target(hp,max) it only returns a percent value unless you're targeting yourself? is there any way to let my group know what my targets max HP is?
Here's my hotkey that Im trying to make it work on....
Code: Select all
/echo >>scanning $target(name,clean)
/echo >>$target(name,clean): LEVEL- $target(level) HP- $target(hp,max) CLASS- $target(class)
/g >>$target(name,clean): LEVEL- $target(level) HP- $target(hp,max) CLASS- $target(class)
Groups seem to like the level / class thing cos it lets them know if the creature is a caser and about what level it is....now if only i could get the HP thing to work.... any help would be much appreciated.