Page 1 of 28
OLD THREAD: krust (UI, macro & plugin)
Posted: Wed Apr 20, 2005 9:30 pm
by gimp
Harden is currently maintaining krust, please visit his thread:
http://macroquest2.com/phpBB2/viewtopic.php?t=13016
I (gimp) are no longer maintaining krust. I dont have time to keep it up to date and I hardly play EQ anymore.
I might return to EQ and regain motivation to work with krust but right now I'm not so sure. After new years I got a job, after beeing unemployed for like 2 years. Job is going well and its alot of work (I build websites, communities, ad campaigns, fucking scammer implementations etc, much work..)
I also started another project some months ago that I have put much of my free time in, it is a subscription service & website to use with Adblock Plus (Firefox extension), you can read more about it over here:
http://aasted.org/adblock/viewtopic.php?p=15010 (i use the nick deadprez on that forum).
So I have asked Harden to help out to make sure the macro doesnt end up outdated and unsupported.
Thanks for all your support over the last year! I think krust has come a long place from where it was when I first uploaded it on the web.
If you want to drop a line I'm on MSN voorhees406 at hotmail.com
Posted: Thu Apr 21, 2005 7:30 am
by theseans
your macro zip is corrupt. reupload it, first one you posted works but this new one doesnt.
Posted: Thu Apr 21, 2005 10:23 am
by gimp
how lame, thanks for pointing that out. re-uploaded
Posted: Thu Apr 21, 2005 9:00 pm
by ra5en
Very nice. Thanks
Posted: Thu Apr 21, 2005 11:43 pm
by MoMom
Yes Gimp this is a very nice UI package.

Posted: Fri Apr 22, 2005 4:32 am
by gimp
* Macros update *
See download link in first post
Changes:
gimp_clickies.inc:
* Put ClickyCrownOfDeceit=1 under [Playername] section in INI to auto refresh wood elf illusion, off in raid mode
* Now recognizes and automatically refreshes all mana pool clickies in game as of 2005.04.22
* Now recognizes and automatically refreshes all mana regen clickies in the game as of 2005.04.22
gimp_buffrequests.inc:
* Checks that the spell names in the INI are valid spells & that you have them in your spell book
* Now also handles AA abilities. Example: rc=Resplendent Cure
* Added DontAutoBuff option to INI under [PlayerName], to disable the module
* Added DontBuffIfSpellNotMemorized option to INI under [PlayerName], guess what it does!
gimp_buffstatus.inc:
* Raid Buff Mode: Now only list DMF as missing resist buff in zones that allows levitation
gimp_busy.inc:
* New module that just checks if you are currently busy doing something, returns 1 if so. Used by gimp_clickies.inc & gimp_buffrequests.inc
gimp_modrod.inc:
* Shows time left before rod is useable in this format: 4m32s
krust.mac:
* Fixed recognition of Embrace of the Keepers
* Auto "installs" the /ma och /assistlast commands
Special thanks MoMom for many suggestions & help testing
Posted: Tue May 03, 2005 4:49 am
by pullman
Really love this macro, keeps track of most things u use in a raid situation, great work mr Gimp ...
Posted: Tue May 03, 2005 8:42 am
by nytemyst
that assist idea is the shit.
Posted: Wed May 04, 2005 5:51 pm
by Night Hawk
nytemyst wrote:that assist idea is the shit.
Here's what I do:
server_CharacteNamer.cfg
Code: Select all
/declare RaidMA string global NULL
MacroQuest2.ini (the [Alias] part):
Code: Select all
/assistma=/assist ${RaidMA}
/ma=/varset RaidMA ${Target.CleanName}
Works great.
Posted: Thu May 05, 2005 11:52 pm
by ChrisCim
I have a question about certain icons for newer items. With my old solaria UI, all the OoW items had a pearl necklace as an icon, when I updated my UI, it fixed this. Anyway to pinpoint exactly where the problem lies?
But other then that, I switched to this UI from the one I've been using for the last 3 years, so that's saying a lot for your UI :)
Posted: Fri May 06, 2005 5:24 am
by htw
I have a question about certain icons for newer items. With my old solaria UI, all the OoW items had a pearl necklace as an icon, when I updated my UI, it fixed this. Anyway to pinpoint exactly where the problem lies?
But other then that, I switched to this UI from the one I've been using for the last 3 years, so that's saying a lot for your UI :)
That's in EQUI_Animations.xml in the custom UI folder you are using.
Missing entries for additional dragitemXX.tga's.
htw
Posted: Fri May 06, 2005 11:55 am
by ChrisCim
Ah cool, thanks htw.
Posted: Wed May 11, 2005 6:03 pm
by ChrisCim
Problem preventing the UI from loading. EQUI_Animations was changed to show labels for tor the new address book I guess and screwed everything up.
If you copy this into your EQUI_Animations file after any "</Ui2DAnimation>" tag, it should fix it.
Code: Select all
<!-- ADDRESS BOOK BUTTON -->
<Ui2DAnimation item = "A_AddressBookBtnNormal">
<Frames>
<Texture>window_pieces05.tga</Texture>
<Location>
<X>60</X>
<Y>0</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_AddressBookBtnFlyby">
<Frames>
<Texture>window_pieces05.tga</Texture>
<Location>
<X>86</X>
<Y>0</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_AddressBookBtnPressed">
<Frames>
<Texture>window_pieces05.tga</Texture>
<Location>
<X>112</X>
<Y>0</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_AddressBookBtnPressedFlyby">
<Frames>
<Texture>window_pieces05.tga</Texture>
<Location>
<X>138</X>
<Y>0</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<!-- ADDRESS BOOK SYNC BUTTON -->
<Ui2DAnimation item = "A_AddressBookSyncBtnNormal">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>218</X>
<Y>152</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_AddressBookSyncBtnFlyby">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>218</X>
<Y>178</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_AddressBookSyncBtnPressed">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>192</X>
<Y>204</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item = "A_AddressBookSyncBtnPressedFlyby">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>218</X>
<Y>204</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
It's not formatted for easy reading at all, I just copied it in there and it worked again.
Posted: Thu May 12, 2005 12:37 am
by krag0th
Formatted Source with foldin :) For all you nit-picky people with anal tabbing disorders.
Code: Select all
<!-- Address Book Fix v1.0 {{{ -->
<!-- A_AddressBookSyncBtnNormal {{{ -->
<Ui2DAnimation item = "A_AddressBookSyncBtnNormal">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>218</X>
<Y>152</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<!-- }}} --->
<!-- A_AddressBookSyncBtnFlyby {{{ -->
<Ui2DAnimation item = "A_AddressBookSyncBtnFlyby">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>218</X>
<Y>178</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<!-- }}} -->
<!-- A_AddressBookSyncBtnPressed {{{ -->
<Ui2DAnimation item = "A_AddressBookSyncBtnPressed">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>192</X>
<Y>204</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<!-- }}} -->
<!-- A_AddressBookSyncBtnPressedFlyby {{{ -->
<Ui2DAnimation item = "A_AddressBookSyncBtnPressedFlyby">
<Frames>
<Texture>window_pieces04.tga</Texture>
<Location>
<X>218</X>
<Y>204</Y>
</Location>
<Size>
<CX>26</CX>
<CY>26</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
</Frames>
</Ui2DAnimation>
<!-- }}} -->
<!-- }}} Ending AddressBook Block-->
Posted: Sat May 14, 2005 11:29 am
by eclipsed
works great thanks man