|
fateit Newbie
Joined: 18 Apr 2006 Posts: 8
|
Posted: Mon Oct 24, 2011 7:43 am
Status Bar Help |
So I"ve been going over the posts on setting up a bar graph status bar.
I had one set up years ago but I lost all of my settings in a crash and
I haven't been playing as much. I'm using latest Version of Zmud, I guess
I missed the boat on free upgrades for Zmud users to CMud as I bought
it long long long long ago. a bit Irksome, but I'll try and get zmud to work
on windows 7 anyhow.
If anyone can help me set this up it would be great, below is my prompt
I'd like the status graphs to show HP Mana and Move denoted by H: M: and V:
Thanks!
[H:1275/1312 M:80/80 V:378/459 G:701018]---S-->32/28
<-1000 Pos: standing TL:4286965 T:none C:none]32/28 |
|
|
|
fateit Newbie
Joined: 18 Apr 2006 Posts: 8
|
Posted: Mon Oct 24, 2011 12:33 pm |
I've got the gauges up, but it's not pulling the stats from my prompt, anyone? anyone? Bueller?
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Oct 24, 2011 8:16 pm |
Gauges are just buttons. You need triggers to capture data.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
fateit Newbie
Joined: 18 Apr 2006 Posts: 8
|
Posted: Tue Oct 25, 2011 1:25 am |
test on the trigger seems to work, but still nothing outputting to the gauges
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue Oct 25, 2011 2:35 am |
Does your trigger assign values to variables? Are those variables currently containing correct values? Do your gauges reference these variables?
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
fateit Newbie
Joined: 18 Apr 2006 Posts: 8
|
Posted: Tue Oct 25, 2011 11:08 am |
pattern
[H:(%d)?(%d) M:(%d)?(%d) V:(%d)?(%d)?$
value
hp = %1
hpmax = %2
mana = %3
manamax = %4
mv = %5
mvmax = %6 |
|
|
|
fateit Newbie
Joined: 18 Apr 2006 Posts: 8
|
Posted: Tue Oct 25, 2011 11:33 am |
when I look at my variables they have the Value of whatever is on my prompt for that stat
but when I have it output to the status bar it just shows %1 %2 etc :( man I wish cloud drives
had existed back when I had all this stuff setup already. |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue Oct 25, 2011 8:20 pm |
%1...%99 don't exist for status bars or buttons, use the variable names themselves, such as @hp or @mvmax.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
fateit Newbie
Joined: 18 Apr 2006 Posts: 8
|
Posted: Sat Oct 29, 2011 11:27 am |
keep trying to get it working, but it's just not, kinda giving up.
|
|
|
|
|
|