Search found 34 matches

by Me.Name
Wed May 31, 2006 12:03 pm
Forum: ISXEQ::Help
Topic: ISXEQMap
Replies: 9
Views: 4064

But if he "sees" the spawn moving (especialy if interacting with PCs) in the game world, doesn't that mean the server is sending the spawn info to the client? The map and the game world should match whether it is stale data or newely refreshed. I've noticed that no-update-distance in EQ se...
by Me.Name
Sat May 13, 2006 1:18 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Med to full, then camp
Replies: 15
Views: 3371

eqsolro wrote:.. sorry im a old lady maybe im wrong and im most time wrong ;)
If a man speaks and no women hear him, is he still wrong? :D

I'm gonna get punched for that one.
Eh, pain lets me know I'm still alive. :wink:
by Me.Name
Sat May 13, 2006 7:37 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Med to full, then camp
Replies: 15
Views: 3371

That doesn't take into account if toon is still on a mount. I didn't take the time to put in mount detection and cancellation code.
by Me.Name
Sat May 13, 2006 5:34 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Med to full, then camp
Replies: 15
Views: 3371

Med to full, then camp

I realize most people here probably could come up with this on their own, but I thought I'd share anyhow. I hate putting away toons for the night without full mana so I threw this together and use it all the time. This macro simply waits until you are full mana then camp you all the way out of EQ. |...
by Me.Name
Thu Nov 17, 2005 1:12 am
Forum: MQ2::General
Topic: Welcome our newest addition to the MQ2 dev team
Replies: 20
Views: 19133

Yay!
Gratz, rswiders!

..now what's this 'incorrect client version' crap about?

/em runs while ducking
by Me.Name
Tue Sep 20, 2005 2:43 am
Forum: MQ2::Custom UI
Topic: OLD THREAD: krust (UI, macro & plugin)
Replies: 407
Views: 129866

Yay! Thanks gimp! Nice work.
(Uh, maybe I should try the update first. :wink: )
by Me.Name
Sat Sep 17, 2005 3:14 pm
Forum: MQ2::Help
Topic: Getting Incorrect version
Replies: 78
Views: 10308

Yes, there has been a new eqgame.exe, several in fact. A new MQ download will probably not be available for several days since Sony, in their wonderful beta testing methods, will probably be doing patches left and right due to the recent new expantion release. It just isn't worth the time to ready a...
by Me.Name
Fri Jul 08, 2005 6:08 pm
Forum: MQ2::Macros::Requests
Topic: Insult Macro!
Replies: 42
Views: 4644

Here is some EQ variations on oldies... "Your momma is so fat, she needs a Rallic Pack to carry her own ass." "Your momma is so ugly, she makes Trolls cry." "Your momma's breath is nastier than Naggy's fear AoE." "You hit like a sleepy decaying skeleton." &quo...
by Me.Name
Mon Aug 23, 2004 3:27 pm
Forum: MQ2::Macros::Help
Topic: Walking or Running
Replies: 14
Views: 3990

${Me.Speed} returns a float. I guess you'd need to find the values for your character run and walk speed in-game first. Might be a pain if you need to account for other speed effects though (SoW, low HP, etc.).

Just a thought.
by Me.Name
Wed Aug 18, 2004 2:39 am
Forum: MQ2::Macros::Help
Topic: FD Forage macro
Replies: 9
Views: 2731

who gets forage and FD? Iksar Monks do. btw - you can't forage while FD. Are you trying to FD, then stand/forage, then FD again? How about this: Sub Main :loop /if (${Me.AbilityReady["Feign Death"]}) /doability "Feign Death" /if (${Me.AbilityReady["Mend"]}) /doability ...
by Me.Name
Sun Jul 18, 2004 4:57 pm
Forum: Macro Help (MQ1)
Topic: Replacement for AltAbilityReady?
Replies: 3
Views: 4109

Just as a temporary fix. Here is a quick idea, assuming your ability timer is constant. I'm just using pseudocode here: Sub Main set abilityTimer = current time + refresh delay for ability :loop if (current time > abilityTimer) { do ability set abilityTimer = current time + refresh delay for ability...
by Me.Name
Sat Jul 17, 2004 9:30 pm
Forum: MQ2::General
Topic: where did my macro window go ???
Replies: 2
Views: 1126

I have had my MQ2 window vanish from time to time (it hides when loading a different skin). It has always reapeared just producing some MQ2 output like typing "/echo blahblah".

Sonething to try.
by Me.Name
Thu Jul 15, 2004 9:42 am
Forum: MQ2::Help
Topic: What happened to ZEM?
Replies: 1
Views: 906

Re: What happened to ZEM?

Synndic wrote:Is this now defunct data, not being sent down to the client?
Yep. No longer sent to client.
by Me.Name
Thu Jul 15, 2004 9:01 am
Forum: MQ2::General
Topic: Wondering how MQ2 works.
Replies: 12
Views: 3954

1) Yes, you are going to get flamed - at least if you didn't try searching first. 2) Speaking specificaly about the MQ2Map - It is displaying information already being sent to you anyhow. It does not "request" it from the server. So to answer your question: SoE knows and they are comming t...
by Me.Name
Mon Jul 05, 2004 12:39 pm
Forum: MQ2::Help
Topic: { and } symbols
Replies: 5
Views: 1850

This isn't a satisfactory permanent solution but... How about creating a new notepad (or whatever program you use to edit macros) file, copy and paste from this site "| {}" at the top and save it as read-only. Then everytime you want to write a macro use that file to start (the read-only m...