Search found 13 matches

by inthrall
Sun Jul 10, 2005 11:06 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 162717

it is not a matter of being lazy.. it is preferrence. People still use apple computers becuse it is their preferrence. Sure you might think they are too simplistic, underpowered, whatever.. but not to the people that are buying and using them everyday.. they just do what little task they are designe...
by inthrall
Sun Mar 13, 2005 12:33 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: genbot - bothealer - group fix
Replies: 21
Views: 4134

probably not posted in the right section either, just trying to help though
by inthrall
Sun Mar 13, 2005 12:04 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: genbot - bothealer - group fix
Replies: 21
Views: 4134

genbot - bothealer - group fix

After updating MQ2 bothealer in the last version of genbot is slightly broken. I have hopefully fixed this. |bothealer.inc |Bot healer module. |Version 13.3.5 |Date:08/29/2004 | ||** [bothealer] version=13.3.5 **|| Sub Init-Healer /declare cmds-HEALER string outer Healer: |For each command |/call Ad...
by inthrall
Sun Sep 12, 2004 9:25 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot v13.3.7 [Updated 04/19/05]
Replies: 272
Views: 162717

? NameS ?

Looking over the genbotdoc I saw this: [Shortcuts] sowon=buff spirit of wolf on NameS I looked at all the code and NameS is not a variable, telling the bot /t Bot sowon the macro recognizes the command, but doesnt cast on anyone. I then tried to /t Bot setvar NameS <insert name here> and it reports ...
by inthrall
Sat May 22, 2004 2:40 pm
Forum: MQ2::Macros::Help
Topic: String comparison
Replies: 4
Views: 1194

Ty.. and no offense, but ive been reading TFM but in my experinece it has not been updated as often as the project is so it becomes futile
by inthrall
Sat May 22, 2004 2:27 pm
Forum: MQ2::Macros::Help
Topic: String comparison
Replies: 4
Views: 1194

String comparison

This used to work just fine:

Code: Select all


   /varset Questgiver ${Target.CleanName}
   /if (${String[Lita Hegeway].Equal[Questgiver]}) {
      /say "whatever"
   }

But now I have not been able to figure out how to do this comparison, someone please help me, thank you
by inthrall
Thu May 06, 2004 12:48 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: advchant.mac
Replies: 56
Views: 28336

Hunt by name mod

I'm trying to learn the new language and Im very confused. :oops: Can someone please mod this to only target a single type of mob :?: For example instead of hunting by level only hunting mobs by name. I tried my hand at getting it to attack only skellies in kurns tower against the back wall (since t...
by inthrall
Fri Apr 16, 2004 11:01 pm
Forum: Macro Depot (MQ1)
Topic: GoD Tradeskill Skill Up Quest
Replies: 8
Views: 2389

| ts.mac (Coded by Kaitain Edited by Hades0721)
Using "my" version of his code and I dont even get credit for it :shock:
by inthrall
Sun Mar 21, 2004 6:14 pm
Forum: Macro Depot (MQ1)
Topic: New generic tradeskill combiner -- uses new TS interface
Replies: 7
Views: 3075

I expaned on this code to fit my needs and fix a few problems, sharing changes with community. for example: /if @ENDONTRIV==1 { /echo Item is now trivial; aborting. /call EndMacro } /if [color=red]n[/color] @ENDONTRIV==1 { /echo Item is now trivial; aborting. /call EndMacro } most numerical comparis...
by inthrall
Mon Mar 15, 2004 12:29 am
Forum: Macro Depot (MQ1)
Topic: hunter.mac simple hunt macro with loot capability.
Replies: 98
Views: 36267

ok $spawn and $spawnsearch if you want to get technical about it :oops: If you are trying to respond with a snappy come-back and pointing out the correct information... at least make sure you have it correct heh. $searchspawn. yeah, im extremely new and messed up ..rub it in a little more guys :rol...
by inthrall
Sun Mar 14, 2004 5:52 pm
Forum: Macro Depot (MQ1)
Topic: hunter.mac simple hunt macro with loot capability.
Replies: 98
Views: 36267

ok $spawn and $spawnsearch if you want to get technical about it :oops: :Start /call GetTarget /if @HasTarget=="1" /call MoveToMob /if @HasTarget=="1" /call CombatSub /if @HasTarget=="1" /call MoveToMob /if @HasTarget=="1" /call LootMob /call ResetSub /goto :S...
by inthrall
Sun Mar 14, 2004 4:14 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 81834

botting druid

I have 2 machines I bot my pally on with no problems, works very well and many /thanks to all whom made it possible. I do however have a problem with my druid. I cannot get the druid to respond to commands on either machine no matter what I do. There are 3 differences I can tell.. 1 my druid is in a...
by inthrall
Sun Mar 14, 2004 4:07 pm
Forum: Macro Depot (MQ1)
Topic: hunter.mac simple hunt macro with loot capability.
Replies: 98
Views: 36267

has anyone else attempted to replace /target with /spawn? It seems to fail when attempting to move to the mob unless you actually target it.. and sometimes from across the zone. I'll post the changes ive made on request, but its by NO means pretty. Also, I have not been able to figure out what the &...