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...
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...
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 ...
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...
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...
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...
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...
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...
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 &...