Page 15 of 28
Re: Crashing
Posted: Thu Oct 13, 2005 10:39 am
by gimp
Quizara wrote:I am crashing any time I try and load Krust's UI. I was also crashing alot of zoning even before the patch. I just came back to EQ withing the last month and started to use this UI. It rocks and hard to play EQ without it. BUT, is there a stable version somewhere for the lastest patch? Also Krust's website is down as well

yea krust is stable, your compile of MQ isnt.
the bugs in MQ that made krust crash was fixed a month ago or something now and that has been pointed out by me and others several times in this thread already if you cared to read.
and krust webpage is not down, see first post of thread for url, it was moved several days ago. also pointed out in this thread already, if you cared to read some.
Posted: Thu Oct 13, 2005 10:41 am
by Quizara
kk
Posted: Thu Oct 13, 2005 10:47 am
by gimp
Quizara wrote:I just got a fresh compile that just rocks :) should not be a MQ2 issue
since a updated MQ2 is not released yet, please dont fucking post "MQ is crashing" when you are obviously using precompiled shit you found elsewhere
Posted: Thu Oct 13, 2005 12:31 pm
by maces
is it up to 21 Buffslots or 20 ?
Posted: Thu Oct 13, 2005 12:49 pm
by gimp
maces wrote:is it up to 21 Buffslots or 20 ?
If you have DoN buff slot AA + maxed OOW buff slot AA's it should display xx/21 free buff slots, does it not?
Posted: Thu Oct 13, 2005 12:53 pm
by maces
was only a question. i am trying to modify my ui with some items from you.
Posted: Mon Oct 17, 2005 6:24 pm
by eclipsed
actually gimp i have the don aa + slot aa's for 21 buffs, but it still only shows xx/15. /shrug i dont mind cause the the (xx) portion still counts up to 21 buffs. great work as always man
Posted: Tue Oct 18, 2005 12:37 pm
by gimp
eclipsed wrote:actually gimp i have the don aa + slot aa's for 21 buffs, but it still only shows xx/15. /shrug i dont mind cause the the (xx) portion still counts up to 21 buffs. great work as always man
what (xx) potion is it you refer to?
hm thats strange, this feature "works for me" (the slots: xx/yy in krust data window). it shows 14/20 right now (i have all aa's maxed but missing the don extra slot aa)
and last i heard, the don extra slot aa was correctly counted for aswell if present
you are using a compile of the latest source of mq2 from this site right?
Posted: Tue Oct 18, 2005 10:46 pm
by Harden
I have the DoN AA, and all the buff slots show fine for me.
I do have a question about gimp_clickies though, it dosent seem to want to refresh my click resist. I double checked the ini file for "UseClickyResists=1", and when krust loads up, it see's my clicky, but never refreshes, it, no matter what zone I've been in so far.
My compile, and krust files are current with the most current releases, so I'm at a loss for what to do, it used to work fine for me in most zones. Any Ideas?
Posted: Tue Oct 18, 2005 10:49 pm
by gimp
Harden wrote:I do have a question about gimp_clickies though, it dosent seem to want to refresh my click resist. I double checked the ini file for "UseClickyResists=1", and when krust loads up, it see's my clicky, but never refreshes, it, no matter what zone I've been in so far.
Which clicky is this? Sounds like a bug i caused for once :p
Simler thing
Posted: Tue Oct 18, 2005 11:59 pm
by Moe
My clickeys where like that for about a 3 days & then started to work, but there working in & out, can be the same zone just a difrent day it strange, i have just been doign um manuly at them times. i did not mention it befor becouse i figgered it had to be something on my end.
my clickeys:
Fearsome Shield
Fabled Journeyman's Boots
Fabled Shrunken Goblin Skull Earring
Bracer of the Hidden
All work when thay want to, except the "Bracer of the Hidden" i all way have to do it manuly. If there's any info i can get to you to help out let me know.
Thanks for all your hard work Gimp & i bet you get it 100% up in no time.
Re: Simler thing
Posted: Wed Oct 19, 2005 8:21 am
by gimp
Moe wrote:My clickeys where like that for about a 3 days & then started to work, but there working in & out, can be the same zone just a difrent day it strange, i have just been doign um manuly at them times. i did not mention it befor becouse i figgered it had to be something on my end.
my clickeys:
Fearsome Shield
Fabled Journeyman's Boots
Fabled Shrunken Goblin Skull Earring
Bracer of the Hidden
All work when thay want to, except the "Bracer of the Hidden" i all way have to do it manuly. If there's any info i can get to you to help out let me know
how does your ini settings for the clickies look? leave out character name :)
Posted: Wed Oct 19, 2005 1:19 pm
by Harden
gimp wrote:Which clicky is this? Sounds like a bug i caused for once :p
Prismatic Ring of Resistance, has a +15 to all resists plus some AC click, Eternal Ward.
Posted: Wed Oct 19, 2005 1:30 pm
by gimp
Harden wrote:gimp wrote:Which clicky is this? Sounds like a bug i caused for once :p
Prismatic Ring of Resistance, has a +15 to all resists plus some AC click, Eternal Ward.
Resist clickies are disabled if you are in raid currently, i'll remove that.
If this is your problem, find this line in gimp_clickies.inc:
Code: Select all
/if ([b]!${Raid.Members}[/b] && ${useClickyResists} && ${mcHUDResistClicky.Length}) {
change it to
Code: Select all
/if (${useClickyResists} && ${mcHUDResistClicky.Length}) {
Posted: Thu Oct 20, 2005 12:38 pm
by Harden
thats prolly what it was, me being in raids. Thanks for the info, I'll try it tonight