Search found 160 matches

by Lane
Thu Nov 25, 2004 12:53 pm
Forum: MQ2::Custom UI
Topic: Drakah - Integrated - Steel Version - Nov. 26 - Ver. 1.5
Replies: 1
Views: 2389

Drakah - Integrated - Steel Version - Nov. 26 - Ver. 1.5

Just started working on it. Link to the original UI is below. It's entierly possible that these files will work with other Drakah UIs if he just changed the colors. I'll change screenshots as I make changes to the UI. Credits: I stole code from everyone over time for this. I create nothing myself. T...
by Lane
Fri Nov 19, 2004 1:44 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: necrokite.mac
Replies: 17
Views: 9643

I actually had someone ask me why I was always turning in circles. I got interupted spells so much when I first started that after I learned this trick I do it all the time before I cast out of habit.

-Lane
by Lane
Fri Nov 19, 2004 1:29 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shambot v1.0c
Replies: 87
Views: 83806

Still doesn't respond to tells, but is working in channels (I added that) and group. I still have no idea what's wrong with tells.

-Lane
by Lane
Thu Nov 18, 2004 8:26 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shambot v1.0c
Replies: 87
Views: 83806

I'm at a complete loss here. While running this macro it loads the spells, cannis if I'm LOM, but will not respond to any tells. Where exactly does it call the events_chat? Is that a "well known" event so it doesn't have to be identified in the begining of the macro? Any help would be appr...
by Lane
Tue Nov 16, 2004 1:04 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: necrokite.mac
Replies: 17
Views: 9643

Thank Shenlon. I'll be changing my macro when I get home. :)

BTW, nice spell choice. ;)

-Lane
by Lane
Mon Nov 15, 2004 1:56 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: necrokite.mac
Replies: 17
Views: 9643

I had issues with this in a kite macro I was working on. I think I had to eventually just put a pause in just before I cast. I'm sure there must be a better way, but I don't know what it is. When I play my toon I start to turn in place before I cast. Maybe you could modify it to do something like th...
by Lane
Sat Sep 25, 2004 11:13 pm
Forum: MQ2::General
Topic: Newbie recompile blunder?
Replies: 11
Views: 3110

In a stroke of newbie "genius"
This is totally funny. :) Sorry to take up another 10 seconds of your life.

-Lane
by Lane
Thu Sep 23, 2004 6:09 pm
Forum: MQ2::Macros::Snippets
Topic: AcquireTarget - Makes Pulling Macros Possible
Replies: 7
Views: 6121

This looks really great, and was something I was trying to do maually, so thank you. If I were going to add a list of mob names to check that I didn't want to pull (in an ini file maybe) where do you as the author think the best place for that would be? I was thinking the top of the /for Counter loo...
by Lane
Thu Sep 23, 2004 9:41 am
Forum: MQ2::Custom UI
Topic: Looking to hire a UI modder for his time.
Replies: 4
Views: 2225

What UI are you wanting modified, and how modified are you looking to have it?

-Lane
by Lane
Tue Sep 14, 2004 9:18 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shaman Macro - v0.7.2 - Hubba (2004-11-09)
Replies: 74
Views: 34023

Ah. That's it then. Never have updated my UI to include pet buffs.

Thank you.

-Lane
by Lane
Tue Sep 14, 2004 12:41 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shaman Macro - v0.7.2 - Hubba (2004-11-09)
Replies: 74
Views: 34023

Any reason I would be continually buffing my pet? It almost looks like it's by design, but that can't be right.

I changed some of the spells, but the cast just fine. Over and over....

-Lane
by Lane
Wed Sep 08, 2004 3:08 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Wait4rez.mac: consent, accept rez then loot (Update 4/17/05)
Replies: 67
Views: 46195

Nevermind, I figured out what is up, for some reason my "ConfirmationDialogBox" window, dissapeared, out of no where. Who knows. I'm betting you changed the resolution of your screen or something. I had this happen once and the box was actually popping up off the visable screen. I think I...
by Lane
Thu Sep 02, 2004 6:56 pm
Forum: MQ2::Macros::Help
Topic: Help with spell recasting
Replies: 10
Views: 2444

Yes. Flushing the events worked. I made the mistake of thinking that they would get dumped once I did a /doevents. Doing it on exact match would be better, I agree, and now I'm wondering why it doesn't keep casting because it's not. Oh, I know why. I call the cast, then flush the events (in the macr...
by Lane
Wed Sep 01, 2004 7:46 pm
Forum: MQ2::Macros::Help
Topic: Help with spell recasting
Replies: 10
Views: 2444

/doevents flush
Wow, simple command makes things work much better.... Thanks aC1.

-Lane
by Lane
Wed Sep 01, 2004 7:02 pm
Forum: MQ2::Macros::Help
Topic: Help with spell recasting
Replies: 10
Views: 2444

Actually, Blood is cast before the macro start. So I set the variable at 1 when I start, then I need this event to see when it drops because I want to cast it again. Saryrn's almost never runs out before the mob is dead so I never bother to set it back to 0 so that I will cast it again. They both ha...