Search found 16 matches

by Hannibal
Thu Oct 07, 2004 9:17 am
Forum: MQ2::Bug Reports
Topic: MQ2Map not showing some spawns
Replies: 14
Views: 4202

Some of the new Epic mobs are un-trackable via normal track. They physically just don't show up on the list.
by Hannibal
Thu Oct 07, 2004 8:59 am
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95090

The fix for the unable to cast 9th slot by name, is to edit MQ2Commands.cpp Look for the following code block - it should be line 2958: for (Index=0;Index<8;Index++) { if (pCharInfo->MemorizedSpells[Index]!=0xFFFFFFFF) { PCHAR SpellName = GetSpellNameByID(pCharInfo->MemorizedSpells[Index]); if (!str...
by Hannibal
Wed Oct 06, 2004 10:16 pm
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95090

NOTE: If this is crashing for you - a temp fix until the next MQ2 zip, is to change: /for i 1 to 9 /declare spellRecastTime${i} timer outer /if ( ${Me.SpellReady[${i}]} ) { /varset spellRecastTime${i} 0 } else { /varcalc spellRecastTime${i} 10*${Me.Gem[${i}].RecastTime} } /next i to /for i 1 to 8 /d...
by Hannibal
Mon Oct 04, 2004 10:11 am
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95090

I'm having an issue with /call Cast "Item Name" item and the 'auto-swap' of items. If the item is in a BAG slot, instead of an ITEM slot in a BAG - it won't swap, instead it tries to cast it from inventory. /if ( ${FindItem[${spellName}].InvSlot}>29 ) { /varset swapItemBack true /if ( ${Fi...
by Hannibal
Thu Sep 16, 2004 7:00 pm
Forum: MQ2::Help
Topic: Not related to mq2 question
Replies: 5
Views: 1428

by Hannibal
Thu Sep 16, 2004 9:42 am
Forum: MQ2::Macros::Help
Topic: ManaCheck
Replies: 6
Views: 1672

MaxMana & PctMana Fix

This will go into the next zip, I assume.
by Hannibal
Wed Sep 15, 2004 1:17 am
Forum: MQ2::Bug Reports
Topic: MQ2Map Oddities
Replies: 10
Views: 3508

MQ2Map Oddities

On MQ2MAP, I'm seeing little square boxes randomly appear, as well as extra a lot of extra 'me' - I look like I'm all over the zone. When I click one of the extra 'me's' - it generates a CTD
by Hannibal
Thu Sep 09, 2004 7:08 pm
Forum: MQ2::Help
Topic: Dumped to Server Selection.
Replies: 13
Views: 4570

MQ2user999 -

For EQPlayNice integration in WinEQ, make sure it's set to ALL EQ Sessions, having it set to WinEQ sessions only will cause this to happen.
by Hannibal
Mon Sep 06, 2004 3:04 am
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95090

Not sure about this one - but I think in the older release, it used to return the swapped item to the original bag slot.

It appears to auto-inventory it now.

Bad thing being, before - I could /arrows 100, and it would only drop arrows on the ground. Now, it will actually drop the Tolan's.
by Hannibal
Thu Sep 02, 2004 7:43 pm
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95090

ok.... casting items that summon other items should now work. i tested it with fisherman's companion as it's only item i had that did that.
Works well, my tolan's macro is back to working as intended.
by Hannibal
Thu Aug 26, 2004 7:20 am
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95090

That appears to fix the autoinventory issue, but I typically do not have my Tolan's equipped - so it swaps it in, casts, then swaps back.

What happens is that it will get 'stuck' and I'll have the Tolan's AND the arrows on my cursor. I have to /mqpause to correct it, and then unpause the macro again.
by Hannibal
Wed Aug 25, 2004 9:48 pm
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95090

Rusty~ I recently upgraded to your latest spell_routines.inc. Below, is my summon arrow subroutine: Sub event_SummonArrow(line,int arrows) /declare a int local /echo Summoning ${arrows} stack(s) of arrows. /for a 1 to ${arrows} /call cast "Tolan's Darkwood Bracer" item /autoinventory /next...
by Hannibal
Sat Jul 17, 2004 2:32 pm
Forum: MQ2::General
Topic: Enable/Disable the /goto function
Replies: 31
Views: 9344

Sounds like you need a refund on your warp plugin.
by Hannibal
Fri Jul 09, 2004 11:15 am
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 95090

/call Cast "spellname|itemname|AAname|AA#" [item|alt|gem#] [give up time][s|m] [custom subroutine name] If I wish to use custom subroutine name, is it necessary to also use the item/alt/gem & give up time params also? Or can I just use: /call Cast "${Complete Heal}" CheckHP
by Hannibal
Tue Jul 06, 2004 1:02 am
Forum: MQ2::General
Topic: stupid request but i'll ask it
Replies: 11
Views: 3646

To the best of my knowledge, the website links are hardcoded into the main MacroQuest2.exe file. This file is pre-compiled, and the source code not distributed for it.

With the above statement being accurate, there is no way currently to change those links.