Search found 17 matches

by cww256
Fri Sep 19, 2003 8:52 pm
Forum: Outdated Macros::Macro Help
Topic: Another targetting question
Replies: 5
Views: 9583

/target id
by cww256
Sun Sep 14, 2003 12:51 am
Forum: MacroQuest::Help (Outdated)
Topic: Enabling Debugspew??
Replies: 2
Views: 1090

Enabling Debugspew??

I found this post once after looking for about 5 hours through searches that talked about UNCOMMENTING some lines in the source to ENABLE the DEBUGSPEW. I have looked and can not find this post again. Currently /debugspew on gives a message that a spewfile is being created but nothing gets dumped to...
by cww256
Sat Sep 13, 2003 11:48 pm
Forum: Outdated Macros::Macro Help
Topic: /cast "Embracing Darkness" problem
Replies: 1
Views: 7502

/cast "Embracing Darkness" problem

#Event CastStart "You begin casting" #Event CastFizzle "Your spell fizzles!" #Event CastInterrupt "Your spell is interrupted." #Event CastNoMana "Insufficient Mana to cast this spell" #Event CastTooFar "Your target is out of range, get closer!" #Eve...
by cww256
Sat Aug 30, 2003 4:53 pm
Forum: MQ2::Development::Feature Discussion
Topic: My Struct submissions for 8/26 patch (6 structs so far)
Replies: 15
Views: 4008

Im assuming you can not just patch this info into the current MQ.h and expect it to work - I got tons of errors...
by cww256
Wed Aug 13, 2003 1:32 pm
Forum: Outdated Macros::Macro Help
Topic: Need help with this loot code
Replies: 9
Views: 2478

so... set $target(id) to a var when you start fighting it, and when you lose target, check $spawn($vWhatever,state)... how hard is that?
If you would have actually bothered reading the whole thread you would have realized I already did that and posted that it worked.
by cww256
Wed Aug 13, 2003 4:53 am
Forum: Outdated Macros::Macro Help
Topic: Need help with this loot code
Replies: 9
Views: 2478

if the mob I was beating on has less than %6 hp left and I am no longer targeting that mob Yes thats exactly what I was checking. The live mob and the dead mob have the same id, I believe. Yes they have the same id but when the mob dies you loose target of it. So if you have something targeted and ...
by cww256
Tue Aug 12, 2003 11:48 pm
Forum: Outdated Macros::Macro Help
Topic: Need help with this loot code
Replies: 9
Views: 2478

But this works fine... Sub Main /if (n $char(id)==1560 && n $target(id)==1577) { /echo CharacterAndPet } else /echo NotCharacterAndPet /return Assuming that your character id is 1560 and your pet id is 1577 and you have your pet targeted it returns CharacterAndPet I like the "$spawn($Mo...
by cww256
Tue Aug 12, 2003 5:26 am
Forum: Outdated Macros::Macro Help
Topic: Need help with this loot code
Replies: 9
Views: 2478

Need help with this loot code

Sub Main /varset Pulled 0 /varset Pet 0 /varset Mob 0 /varset Dark 0 /varset Doted 0 /varset MobDead 0 /varset LootSlot 0 :Start /target id $Mob /if (n $spawn($Mob,hp,pct)<6 && $target(id)!=$Mob) /call TargetCorpse /if n $MobDead==1 /call Loot /goto :Start /return Sub TargetCorpse /echo Tar...
by cww256
Thu Jul 17, 2003 5:20 am
Forum: MQ2::General
Topic: /ini and $ini functionality + source code change
Replies: 29
Views: 7471

Downloads page zip > CVS?
by cww256
Thu Jul 17, 2003 12:24 am
Forum: MQ2::General
Topic: /ini and $ini functionality + source code change
Replies: 29
Views: 7471

I thought this was in CVS?!?! But obivously my version does not have it. Any eta on a CVS for this?

BTW my last clean CVS was 7-11-03

:?
by cww256
Sat Jul 12, 2003 10:26 pm
Forum: MQ2::General
Topic: Updated: What do you want working?
Replies: 20
Views: 5967

A little off subject - but is there a way to get full ingame maps like the ones for newbie zones/cities for all the other zones?

Is there some way to use our SEQ maps?

Sorry if this has been covered just link it please.
by cww256
Thu Jul 10, 2003 3:48 am
Forum: Outdated Macros::Macro Help
Topic: Need help with "target - goto - kill - not if being att
Replies: 1
Views: 857

Need help with "target - goto - kill - not if being att

This is not my orignal code. #define MyXLOC v40 #define MyYLOC v41 #define KSRadius v42 #define NotSee v43 #define TooFar v44 #define MyTarget v45 #define TargetDead v46 #define HasTarget v47 #define MobToHunt v48 #define ObstCount v49 #define LootSlot v50 #define CheckLoot v51 #define LootTotal v52...
by cww256
Tue Jun 24, 2003 5:27 pm
Forum: Outdated Macros::Macro Help
Topic: Looking for help with a goto location code.
Replies: 2
Views: 1191

Looking for help with a goto location code.

Trying to make my own goto script... #define gotoloc 0,0 #define Loc1 -1585,-908 #define Loc2 -1581,-971 #define Loc3 -1119,-832 #define Loc4 -1111,-893 sub main /face loc Loc3 /sendkey down W :loop3 /face loc Loc3 /if n $distance(Loc3)>3 /goto :loop3 :loop1 /face loc Loc1 /if n $distance(Loc1)>3 /g...
by cww256
Mon Jun 23, 2003 10:46 pm
Forum: MQ2::Development::Feature Discussion
Topic: Bug: $char(buff,"Buff Name")
Replies: 45
Views: 9113

Ok - :D First thanks to Amadeus for the quick replies that got me in the right direction. I totally cleared away my CVS - got a new CVS - edited MQ.h as shown above - recompiled - no errors :P I think the problem occoured when I tried to compile the first time and got an error because of PATHs being...
by cww256
Mon Jun 23, 2003 10:33 pm
Forum: MQ2::Development::Feature Discussion
Topic: Bug: $char(buff,"Buff Name")
Replies: 45
Views: 9113

Plain default install of Visual Studio .NET Architect if it helps any.