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...
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. |...
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...
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...
${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.).
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 ...
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...
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".
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...
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...