Search found 5 matches

by blacrain
Mon Feb 09, 2004 8:19 pm
Forum: MQ2::Bug Reports
Topic: MQ2ItemDisplay - Pushback
Replies: 1
Views: 763

MQ2ItemDisplay - Pushback

Some spells (Bard Mez in peticular) have a negative pushback (pull)... so

~Line 139
old:

Code: Select all

if (pSpell->PushBack > 0.0f) {
new:

Code: Select all

if (pSpell->PushBack != 0.0f) {
Was hard as hell swimming through to figure out why I had range and resist type smashed together. :D
by blacrain
Sat Oct 25, 2003 9:32 am
Forum: MQ2::General
Topic: Status of MQ (WORKING) [Updated: Wed Nov 03]
Replies: 47
Views: 15758

latest.zip -> Not compiling on 10/25/03... Compiling... exts2.cpp exts2.cpp(551) : error C2039: 'Unknown0x258' : is not a member of '_ZONEINFO' e:\macroquest\IRC-latest\mqext\../EQLib\MQ.h(809) : see declaration of '_ZONEINFO' exts2.cpp(551) : error C2039: 'Unknown0x258' : is not a member of '_ZONEI...
by blacrain
Mon Oct 06, 2003 11:14 am
Forum: Macro Help (MQ1)
Topic: Moving behind a mob w/ strafing - not quite working
Replies: 19
Views: 5645

Re: Moving behind a mob w/ strafing - not quite working

I haven't installed the new stuff yet, waiting for tradeskills (the only thing i use it fer. /shrug... but anyways. item #1: :moveloop /if @Combatstatus=="1" { This /if has no /else... If you don't have attack on, it's gonna start making you run in circles! Item #2: :moveloop |--update our...
by blacrain
Mon Oct 06, 2003 10:49 am
Forum: MacroQuest::Help (Outdated)
Topic: location of code with latest changes.
Replies: 4
Views: 2018

I've noticed.. sometimes the compile configuration is set to "Debug"... and if you run from the "Release" folder... it hasn't updated! So, check your project settings, and confirm it's set to build a release exec...
by blacrain
Tue Jul 29, 2003 11:35 pm
Forum: Outdated Macros::Macro Depot
Topic: cleric.mac New Basic Cleric bot.
Replies: 23
Views: 20175

Wanna point out the obvious :D, the original follow command doesn't make sure you're standing..

Code: Select all

Sub Do-follow 
   /target $MasterName 
   /stand
   /face 
   /follow 
   /tell $MasterName Autofollow on %t. 
/return
might make it a little more believable than your cleric spinning on his buttox.