Search found 5 matches

by oddball
Tue Sep 20, 2005 9:10 am
Forum: MQ2::Help
Topic: You must be standing to cast a spell - /cast item broken
Replies: 44
Views: 5949

horseshoecrabs wrote:Is there a recommended patch program for this diff file? I only know the one for MAME...
The program you want is patch.

You can find it here
You can find some guidance for how to use patch here, about halfway down the page.
by oddball
Mon Jun 07, 2004 6:32 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot.mac 12.38 -- Updated 6/4/2004
Replies: 91
Views: 36902

Could one of you let me know the rationale behind SelfBuffInt array? It seems to basically create a countdown for the buffs to be checked? I'm thinking replacing it with the 5 second timer, and then checking all buffs each time, since I don't think the processor time to check all buffs will be that...
by oddball
Sun May 30, 2004 5:19 pm
Forum: MQ2::Macros::Snippets
Topic: spellcast.inc - generic casting include file.
Replies: 41
Views: 21115

I added the code and a return value for mobs that are immune to root/snare. CAST_IMMUNEROOT is the new return value. Here's the whole thing. It's based on the code in the first post | | SpellCast.inc | | Last Modified: 5/14/2004 9:30pm | Modified by oddball: 5/29/2004 to detect root immunity | This ...
by oddball
Sat May 29, 2004 7:03 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot.mac 12.38 -- Updated 6/4/2004
Replies: 91
Views: 36902

I made some fixes to the code... For this event sub, in botspell.inc Change this: Sub Event_ImmuneSlow /varset SpellFail 1 /call ChatOut 3 ${MasterName} "Can't Root or Snare this Target!" /varset CTimer 0 /return To: Sub Event_ImmuneSlow /varset SpellFail 1 /call ChatOut 3 ${MasterName} &q...
by oddball
Sat May 29, 2004 6:46 pm
Forum: Snippets (MQ1)
Topic: spellcast.inc --- This will cast a spell reliably for you.
Replies: 28
Views: 18222

I added the code and a return value for mobs that are immune to root/snare. CAST_IMMUNEROOT is the new return value. Here's the whole thing. It's based on the code in the first post | | SpellCast.inc | | Last Modified: 5/14/2004 9:30pm | Modified by oddball: 5/29/2004 to detect root immunity | This ...