Search found 31 matches

by Tuffy
Wed Apr 28, 2004 9:02 am
Forum: Macro Depot (MQ1)
Topic: NecroFarm Update with Medding capabilities
Replies: 34
Views: 18635

Everything is already out there for people to use. You just have to search for it.

FYI: I converted my form of this macro in about 30 minutes. The new language is a lot easier for me to understand.
by Tuffy
Mon Apr 19, 2004 6:05 pm
Forum: Macro Depot (MQ1)
Topic: My Version of ShamBot
Replies: 5
Views: 3074

Thanks for the comments Lane, this was one of my first atempts at right mq2 code.


To the hater. /shrug use genbot.
by Tuffy
Fri Apr 16, 2004 10:10 am
Forum: MQ2::Help
Topic: Keyboard problems
Replies: 10
Views: 3183

Lol, thanks lax I came looking for another problem and found out what I was doing on a couple.
by Tuffy
Tue Mar 23, 2004 11:48 am
Forum: Macro Help (MQ1)
Topic: Help with movement code for Raid Bot
Replies: 2
Views: 838

Help with movement code for Raid Bot

Hello, Can someone help with my movement code? It works fine until after I get done with a fight and try to follow to another mob. I have to hit the up key to get it to start following. Target Stuff :MAloop /assist @MA :loopMove /face /if n $target(distance)>60 { /sendkey down up /goto :loopMove } /...
by Tuffy
Mon Mar 08, 2004 8:57 am
Forum: Macro Requests (MQ1)
Topic: Shaman Auto heal and Buff Necro and pet
Replies: 1
Views: 996

I found this macro in the depot. I would suggest to use search before posting.
by Tuffy
Thu Mar 04, 2004 12:03 pm
Forum: Macro Help (MQ1)
Topic: Speed Question
Replies: 3
Views: 955

GoD is why I did what I did. I tested it last night when I got home. It worked for my purpose.

Thanks for the suggestion,
by Tuffy
Wed Mar 03, 2004 5:25 pm
Forum: Macro Help (MQ1)
Topic: Speed Question
Replies: 3
Views: 955

Speed Question

I'm trying to tell if a mob has been snared without using events. Will this work? Sub main /delcare MobSpd global /declare spell global /varset spell "Put Spell Here" /call Speed /return Sub Speed /varset @MobSpd $target(speed) :SpdLoop /if n @MobSpd==$target(speed){ /cast "@spell&quo...
by Tuffy
Mon Feb 23, 2004 11:17 am
Forum: Macro Help (MQ1)
Topic: Bazaarupdate help plz
Replies: 2
Views: 1047

I have to flame a little. This is a very easy fix. I would suggest to click the home link than manual link and read up on what some commands do in mq. After looking at the code the line you need to copy paste is already there for you. So sorry I'm not going to tell you how to get something to run ev...
by Tuffy
Tue Feb 17, 2004 10:33 am
Forum: Macro Help (MQ1)
Topic: 2 issues
Replies: 6
Views: 1570

I put this in the Sub CastSpells at the start. |Keep me Healthy /if $target()=="TRUE" { /if n $char(hp,pct)<70 { /if DEBUG /echo Trying to cast "LifeTap". /call NoFizzleCast "LifeTap" /if DEBUG /echo Delay time is: $int($calc($spell("LifeTap",casttime)*10+5)) ...
by Tuffy
Thu Jan 22, 2004 2:38 pm
Forum: Macro Depot (MQ1)
Topic: My Version of ShamBot
Replies: 5
Views: 3074

My Version of ShamBot

Yep it's a hack, chop, past, or what ever else you can think of. But it does the job. I didn't use spell names because I use my shaman with toons of different levels. Just mem the spell sit of the toon I'm followind and a way I go. |Sham.mac | To start type /macro Sham mastername | I take no credit ...
by Tuffy
Wed Jan 21, 2004 1:14 pm
Forum: Macro Requests (MQ1)
Topic: Please Convert: necrofarm.mac by Scrime
Replies: 5
Views: 1416

This post was from Oct of last year.

Thanks for the suggestion but its about 3 months late.
by Tuffy
Wed Jan 21, 2004 1:10 pm
Forum: Macro Requests (MQ1)
Topic: Good necrobot
Replies: 3
Views: 1223

Look on the last page of depot. Very nice Necrobot.
by Tuffy
Thu Dec 11, 2003 9:21 am
Forum: Macro Help (MQ1)
Topic: ))
Replies: 2
Views: 862

GAH

This post goest with this thread : http://macroquest2.com/phpBB2/viewtopic.php?t=4495

Someone please delete this thread.
by Tuffy
Thu Dec 11, 2003 8:56 am
Forum: Macro Help (MQ1)
Topic: ))
Replies: 2
Views: 862

))

Yeah you guest it. It's for my little shaman partner. If your wondering why I used /cast 1 instead of the new /cast "Name_of_Spell". I use the shaman with high and low level toons. It was just simpler for me to do it this way. If anyone would like I'll post it. But I borrowed alot of code ...
by Tuffy
Wed Dec 10, 2003 10:48 am
Forum: Macro Help (MQ1)
Topic: Need a little help with this Macro
Replies: 4
Views: 1256

Need a little help with this Macro

For some reason this joker will not stop. What am I doing wronge?

Code: Select all

Sub Do_dance
:Do_a_Little_Dance     
      /if n $char(mana,pct)>=50 /if n $char(hp,pct)<=75 { /cast 1
     /goto :Do_a_Little_danceloop
}else{
/return