Scaring` & others who might be interested:
Since harden took over krust I havent worked much on it myself, since i didnt run it much over the last year or so while i played. Instead i started working on scripts doing alot of automation, since i found multiboxing funny.
Anyway, i continued working on the krust plugin (the DLL file) because at some times i needed some features speeded up.
One of those features was the buff status.
The buff status is also updated with the latest buff spells.
With the newer plugin loaded, you can expose your buff status directly in the HUD without having any macro running (
this is very useful!).
I just uploaded this updated krust DLL if you want to give ut a try.
Download it here:
http://rapidshare.com/files/37959372/mq ... 8.zip.html
Contained are the source code to compile it yourself, and a compiled DLL. The DLL is compiled against MQ2-20070617 using VS 2005.
To use the new buff status, first load the plugin and then make use of the following HUD:
Code: Select all
MeleeBuffs=3,812, 0,255,234,8,Melee: ${Krust.MeleeBuffs}
CasterBuffs=3,808,10,255,234,8,Caster: ${Krust.CasterBuffs}
ResistBuffs=3,804,20,255,234,8,Resists: ${Krust.ResistBuffs}
I'm sorry this didnt get posted before. My intentions was to write alot more of the krust functionality as a plugin, to speed it up alot. But i never got around to it and i'm again not playing EQ (currently enjoying lotro) I am not sure if my other mq "project" would reach a state worthy of a release.
Anyway I decided to share this piece at least, as it's a pretty neat buff status checker & i havent seen one before implemented in a plugin.
Hope anyone have use of it.