Search found 224 matches

by fryfrog
Tue Apr 05, 2005 4:02 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 421
Views: 181723

Maybe your copy/paste didn't go well?
by fryfrog
Mon Apr 04, 2005 4:23 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 421
Views: 181723

This is probably a really dumb question, and I am still exploring it on my own... but can I use afcleric with mq2irc? I'd simply like to make the channel an irc channel instead. Its probably totally obvious and I'll figure it out about 10min after I post :)
by fryfrog
Wed Mar 30, 2005 7:47 pm
Forum: MQ2::General
Topic: Busted! When GMs appear....
Replies: 59
Views: 33311

They may not read them, but nothing stops them from being IN a channel and seeing what you are saying. What I mean is, I am pretty sure a GM can allow his client to see your tells and /gu, but perhaps not see all the chat channel traffic... but I bet he can find out what channels you are on and simp...
by fryfrog
Wed Oct 20, 2004 12:28 am
Forum: MQ2::Custom UI
Topic: Solaria UI MQ Mods (v0.3 Apr 2004)
Replies: 78
Views: 33656

I don't know how up to date "my" version is that is posted. In fact, its been a few weeks since I've really logged in :/
by fryfrog
Thu Sep 23, 2004 12:20 pm
Forum: MQ2::Custom UI
Topic: Looking to hire a UI modder for his time.
Replies: 4
Views: 2488

Is this the UI you are refering to? http://www.eqinterface.com/forums/showthread.php?t=3308

I was looking at it, and its pretty crammed together. I don't even really see a place where you could put much useful info.

Mana, HP and Endurance are valid eq things, so you don't even need MQ for that.
by fryfrog
Tue Sep 21, 2004 5:00 pm
Forum: MQ2::Custom UI
Topic: Solaria UI MQ Mods (v0.3 Apr 2004)
Replies: 78
Views: 33656

I've modified the spell cast bar (9 gems) as well as the buff bar (20 buffs). If anyone would like them and/or can provide some space for em... i'd appreciate it. I used the code for the bar found on eqinterfaces.com as a basis, but they neglected to add the simple "9" image to the bar so ...
by fryfrog
Thu Aug 19, 2004 1:01 am
Forum: MQ2::General
Topic: Will MQ work with Omens beta?
Replies: 7
Views: 3055

I seriously doubt that the eqgame.exe and testeqgame.exe are very simliar at all. I have been using ShowEQ for almost the entire time I have been playing EQ and it RARELY works on live and test at the same time. And showeq only deals with packets, which tend to not change as much or as frequently as...
by fryfrog
Thu Aug 19, 2004 12:41 am
Forum: MQ2::General
Topic: mySEQ goes subscription
Replies: 9
Views: 3633

I am not saying that I could fork it (or any of the other projects that have done the same thing) or that it is neccessarily a BAD thing that it happens. I just mean its a shame, in different ways. That people can't contribute enough to cover their costs, that the developers couldn't find someplace ...
by fryfrog
Wed Aug 18, 2004 9:31 pm
Forum: MQ2::General
Topic: mySEQ goes subscription
Replies: 9
Views: 3633

Thats a shame, it seems to be a growing trend of many of the open source projects I have been using or watching for a long time. I'm proud of ShowEQ and Gallery for remaining free and totally opensource.
by fryfrog
Thu Aug 12, 2004 4:11 pm
Forum: MQ2::Help
Topic: Help with code
Replies: 10
Views: 4260

Is this going into a HUD or a UI? I think doing it in HUD is easy, but if you figure it out in UI please tell me :)
by fryfrog
Sun Jul 18, 2004 1:10 pm
Forum: MQ2::Custom UI
Topic: Solaria UI MQ Mods (v0.3 Apr 2004)
Replies: 78
Views: 33656

This is absolutly nothing special, just very slightly modified default UI ToT window. If anyone can tell me the MQ code to see level / class / etc about ToT I could include that :) EQUI_TargetOfTargetWindow.xml <?xml version = "1.0"?> <XML ID = "EQInterfaceDefinitionLanguage"> <S...
by fryfrog
Sun Jul 18, 2004 1:07 pm
Forum: MQ2::Custom UI
Topic: Solaria UI MQ Mods (v0.3 Apr 2004)
Replies: 78
Views: 33656

If you open the Inventory xml file, you can see the EQType for endurance... and if you like you can modify this and either replace mana with endurance OR add it in between the two. Maybe later I will add it between them. I might suggest including only CURRENT endurance, because max endurance is not ...
by fryfrog
Sun Jul 18, 2004 1:05 pm
Forum: MQ2::Custom UI
Topic: Solaria UI MQ Mods (v0.3 Apr 2004)
Replies: 78
Views: 33656

Do you like where the mana, endurance and hp are on the updated Solaria? It is in the blank space on the hotbutton window, lower right. I altered my player window to have HP on the lower left and Mana on the lower right... but I don't play anything that uses endurance so I had left it out. As for Ho...
by fryfrog
Tue Jun 22, 2004 11:24 am
Forum: MQ2::Custom UI
Topic: Fix: Divide by Zero Errors, and Casting Range notifier
Replies: 14
Views: 4860

If the result is NULL, MQ2 hides it anyway... so a simple "hide it if there is nothing in the gem slot" doesn't change anything except add more code to process. The divide by 0 bug would be better address by an ${If[!Me.Gem[X]<=0,${True Stuff Here},${False Stuff Here}]} or something along ...
by fryfrog
Mon Jun 21, 2004 6:04 pm
Forum: MQ2::Custom UI
Topic: Solaria UI MQ Mods (v0.3 Apr 2004)
Replies: 78
Views: 33656

What specifically? I currently USE the Solaria that I posted a bit back... well, someone else is hosting it, but you know what i mean.