I have done some work on the genbotdoc.txt file. Some commands should be removed. If any of the commands don't work the way I've described them. Then they should be changed so that they do. I hope to test all the commands, and clean it up for a final post in a week or so. I also hope to keep up with...
This is very cool, I like the idea of one [Shortcuts] place for everything,. Of course being able to /do commands, and have the bot /echo commands to itself is great. Problems, My .ini test=/echo genbot sn Force of Akilae test2=/do sn Force of Akilae test3=/do sn "Force of Akilae" /tell bo...
Well, I know its not very cohesive atm, I can't post my complete genbot because it not 100% for me either. As far as finding where the snippets go, I've found myself using ctrl-f a lot more often :). Also, its great to load all the genbot files into VS.NET and search them all at once, if you don't h...
Missed posting this one for you. Event changes. BotCore.inc #Event CorpseTooFar "You are too far away to loot that corpse." #event FollowOff "You are no longer auto-following#*#" #Event Zoned "LOADING, PLEASE WAIT..." #Event Appear "You appear." #Event Appeari...
This is in BotCombat.inc, there is no BotCore.mac The current line /if (!${AggroText.Find[say]} && ${AggroText.NotEqual[group]} && ${AggroText.NotEqual[out of character]} && ${AggroText.NotEqual[shout]} && !${AggroText.Find[guild]} && ${Target.ID}) { Is saying...
EDIT. - Updated May 12 First off with the changes to how #events are parsed, you now need the EXACT complete line to match to fire an event. I have begun the changes, its a work in progress. Heres Botspell.inc event changes #event Collapse "Your gate is too unstable, and collapses." #event...
|Revised May 10, 10:30am | - added ini file support, HudTimer.ini (example below) | |Revised May 9, 12:30pm | - Removes timer on death, if corpse exists or not | | | HuDTimer.mac | | This macro will react to spells cast on your target. | It displays the time remaining on the spell cast,the | spell ...
in Personal.inc Sub Init-Personal /declare cmds-PERSONAL string outer Personal: had an error with cmds-Personal not found, changed it back to Sub Init-Personal /declare cmds-Personal string outer Personal: Supposed to be case insensitive or no ? Also /tell bot reportbuffs now only returns "Buff...
Well, got a down and dirty BUFF fix for ya. /varcalc didnt seem to be doing it, so I put a ${Math.Calc[ ... in there and used /varset instead. I dunno, it works ;) EDIT - changed to use Fez's code(below), its cleaner and works a bit differently. Although I'm not sure how. in BotCore.inc Sub Event_ti...
I'd assume you have to rewrite this macro using MQ2Data instead of the older parm system. [EDIT] well by May 1st anyways, sorry if this doesn't answer your question and there really is a problem with /if in old parm ;) ie; /sendkey down Page_Down would become /keypress Page_Down hold or /if n $dista...
I wrote this for my paladin, its a work in progress. I set it up to Stun any mob I am in combat with, once, when I am first in combat, and then randomly until it dies. The only current problem is Personal.Inc is run through so fast, the random is always true by the time the stun is back up (steady s...