PDA

View Full Version : Auto bar



reggiefl
12-08-2004, 02:05 PM
is there a way to put the rejuv potions on the autobar instead of the healthstone? or maybe another slot for it?

reggiefl
12-09-2004, 01:30 PM
Anyone?

Tivoli
12-09-2004, 03:42 PM
I could, but haven't.

Ygrane
12-09-2004, 06:03 PM
In Interface/AddOns/AutoBar/AutoBar.lua:

HealthStone = {
"Minor Healthstone",
"Lesser Healthstone",
"Healthstone",
"Greater Healthstone",
"Major Healthstone"
};

Add whatever you want to the list. Make sure you put quotes around it, and commas after every entry except the last one.

reggiefl
12-10-2004, 04:29 PM
Outstanding, Thanks =)

a67rhf7823jn8747==