Page 2 of 2

Posted: Sun Oct 31, 2004 12:39 pm
by Cr4zyb4rd
I've done a bit more than that. I have an entirely new plugin with functionality built around it almost ready for prime-time.

Posted: Sun Oct 31, 2004 12:44 pm
by Night Hawk
Ah well last I used it. It only moved one line of the hud at a time, and not actual whole blocks as I hoped.

Posted: Sun Oct 31, 2004 1:29 pm
by Cr4zyb4rd
Yeah, the posted version is a little odd. I think it was written more as a "proof of concept" kind of thing, or maybe in hopes some loser like me would pick up the ball and flush it out.

Posted: Sun Oct 31, 2004 1:44 pm
by Night Hawk
Haha :)

Posted: Fri Nov 05, 2004 11:12 am
by botofall
fasterfind Posted:

If a UI plugged into Macroquest can put a manabar on a HUD, then I think MQ must be able to monitor changes in mana. One would simply have to develop a script that watched the pulses.
i tried this in boredome,,, its not smart to do it via hud with "if" statements thats alota text and it cuts down on fps.......

trying ot do it in about 5 lines atm but havent figured it out =/

but to do it line by line you could go like this target hp thing i made and dont use ,,,, yea i accually wrote 103 lines of this crap

Code: Select all

targrthps001=3,5,300,50,50,250,${If[Target.ID},${If[{Target.PctHPs}<13,${If[{Target.PctHPs}>11,====+====+= ${Target.PctHPs},]},]},]}