Search found 6 matches

by Zoydburg
Tue Mar 14, 2006 7:36 pm
Forum: MQ2::Macros::Requests
Topic: chanter 2 boxed just to slow and cripple
Replies: 11
Views: 4213

Also change Sub Cripple /call cast "Synapsis Spasm" gem1 /if (${Macro.Return.Equal[CAST_SUCCESS]} || ${Macro.Return.Equal[CAST_IMMUNE]}) /varset Slowed TRUE /return to Sub Cripple /call cast "Synapsis Spasm" gem1 /if (${Macro.Return.Equal[CAST_SUCCESS]} || ${Macro.Return.Equal[CA...
by Zoydburg
Fri Oct 01, 2004 5:02 pm
Forum: MQ2::Bug Reports
Topic: CTD using GetSpellNameByID
Replies: 9
Views: 2006

I was trying to update Digitalxero's MQ2SpellSet when I found this BUG. Though it looks like he updated it lastnight at the same time I was playing with it.
by Zoydburg
Fri Oct 01, 2004 4:49 pm
Forum: MQ2::Bug Reports
Topic: CTD using GetSpellNameByID
Replies: 9
Views: 2006

Yes DKAA I did that, but it still should not CTD if someone does not do that it should return Unknown Spell or NULL or something.
by Zoydburg
Fri Oct 01, 2004 4:38 pm
Forum: MQ2::Bug Reports
Topic: CTD using GetSpellNameByID
Replies: 9
Views: 2006

Not a macro its a plugin and anytime I use either the GetSpellByID() or GetSpellNameByID() and the spell slot I am searching is blank it CTD's GetCharInfo()->MemorizedSpells[i-1] Returns a -1 if the spell slot it is searching is empty I tried VOID MemSpellSet(PSPAWNINFO pChar, PCHAR szLine) { for (i...
by Zoydburg
Fri Oct 01, 2004 4:19 am
Forum: MQ2::Bug Reports
Topic: CTD using GetSpellNameByID
Replies: 9
Views: 2006

Also get a CTD using GetSpellByID() and a blank spell slot First-chance exception at 0x0340121c in eqgame.exe: 0xC0000005: Access violation reading location 0x00000210. > MQ2SpellSet.dll!0340121c() 03401218 jmp 0340121C 0340121A xor eax,eax >0340121C mov edx,dword ptr [eax+210h] 03401222 push esi 03...
by Zoydburg
Fri Oct 01, 2004 3:53 am
Forum: MQ2::Bug Reports
Topic: CTD using GetSpellNameByID
Replies: 9
Views: 2006

CTD using GetSpellNameByID

This happens when you try to use GetSpellNameByID() with an epmty spell Gem First-chance exception at 0x01717cb7 (MQ2Main.dll) in eqgame.exe: 0xC0000005: Access violation reading location 0x4152a7d4. > MQ2Main.dll!GetSpellNameByID(unsigned long dwSpellID=4294967295) Line 866 C++ dwSpellID 4294967295...