A forum for reporting bugs NOT related to custom plugins.
Moderator: MacroQuest Developers
-
acidburn
- orc pawn

- Posts: 21
- Joined: Fri Dec 19, 2003 9:56 pm
Post
by acidburn » Wed Oct 27, 2004 12:01 pm
I dont know if this is a bug that hurts anything just simi anoying happens to me every time i unmem a spell it will spam a error on the MQ2 Window andwont ever stop spamming it untill i mem a spell.
-
fearless
- Not a Psychic
- Posts: 2684
- Joined: Wed Mar 10, 2004 3:52 pm
Post
by fearless » Wed Oct 27, 2004 12:04 pm
Could you be a bit more specific . . . like, i don't know, list the macro or plugin that you are using. I have the feeling this is not a MQ bug, but your macro or plugin.
Reading . . . it's not just for me.
[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]
-
acidburn
- orc pawn

- Posts: 21
- Joined: Fri Dec 19, 2003 9:56 pm
Post
by acidburn » Wed Oct 27, 2004 12:09 pm
not using any macro or plugin all i am using is the last update MQ2 and open before game then once in game it will do that righ toff the bat if u unmem or have a unmemed spell gem.
-
Chill
- Contributing Member

- Posts: 435
- Joined: Fri May 07, 2004 5:06 pm
- Location: Erie, PA
Post
by Chill » Wed Oct 27, 2004 12:13 pm
acidburn wrote:every time i unmem a spell it will spam a error on the MQ2 Window andwont ever stop spamming it untill i mem a spell.
The easy solution to this would be to check to see if your spell is ready before trying to cast it. If its not memmed, it will never be ready, and your macro will stop trying to cast it:
Code: Select all
/if (${Me.SpellReady["SomeSpell"]}) /cast "SomeSpell"
or if youre using SpellCast.inc or Spell_Routines.inc (which would be a good idea) then:
Code: Select all
/if (${Me.SpellReady["SomeSpell"]}) /call cast "SomeSpell"
-
Chill
- Contributing Member

- Posts: 435
- Joined: Fri May 07, 2004 5:06 pm
- Location: Erie, PA
Post
by Chill » Wed Oct 27, 2004 12:16 pm
acidburn wrote:not using any macro or plugin
Hmm that seems very strange then.
I would try a clean build man. New directory, fresh code from the zip.
Last edited by
Chill on Wed Oct 27, 2004 12:17 pm, edited 1 time in total.
-
fearless
- Not a Psychic
- Posts: 2684
- Joined: Wed Mar 10, 2004 3:52 pm
Post
by fearless » Wed Oct 27, 2004 12:16 pm
Just to confirm, your process is:
Start MQ
Start EQ, login, etc
Your toon is sitting in whatever zone and you do nothing except right click a spell gem to forget it.
That produces error spam?
O.o
Reading . . . it's not just for me.
[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]
-
acidburn
- orc pawn

- Posts: 21
- Joined: Fri Dec 19, 2003 9:56 pm
Post
by acidburn » Wed Oct 27, 2004 12:17 pm
ok i just checked somethign and it does not happen when i am on a diff toon its weird only happeneds on one of them i am using Frequencys UI though i think that might be the cause of the prob but its cant be a runnign macro cuz im not running any.
-
acidburn
- orc pawn

- Posts: 21
- Joined: Fri Dec 19, 2003 9:56 pm
Post
by acidburn » Wed Oct 27, 2004 12:29 pm
Yes fearless that is what happend and it will keep spamming non stop untill i mem a spell and if it is still spamming and i do a /who what evr it will spam it right outta the screen.
-
fearless
- Not a Psychic
- Posts: 2684
- Joined: Wed Mar 10, 2004 3:52 pm
Post
by fearless » Wed Oct 27, 2004 12:33 pm
Then I would do as Chill suggested and start with a fresh copy of mq.
Reading . . . it's not just for me.
[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]
-
Chill
- Contributing Member

- Posts: 435
- Joined: Fri May 07, 2004 5:06 pm
- Location: Erie, PA
Post
by Chill » Wed Oct 27, 2004 12:34 pm
Time for a new UI, imo!
I like
VMA personally if you want to check it out.
-
Night Hawk
- a grimling bloodguard

- Posts: 590
- Joined: Fri Aug 13, 2004 4:56 pm
Post
by Night Hawk » Wed Oct 27, 2004 1:32 pm
I can bet he's get the divide by zero error, cause he's using some old UI code.
-
Cr4zyb4rd
- Plugins Czar
- Posts: 1449
- Joined: Tue Jul 20, 2004 11:46 am
Post
by Cr4zyb4rd » Wed Oct 27, 2004 2:27 pm
That makes sense.