Sorry Process, I don't use IRC at all, so can't really test/fix the stuff I posted for you. Is your genbot working with other commands via chat/channel/etc? mamba666, I agree, I appreciate everyones work on all this stuff. I really don't understand all the genbot hate and don't really care honestly....
Genbot does what I tell it to when I tell it to, advbot seems to be written to automate the whole process, I don't want that at all. I tried advbot, didn't like it, it can't canni for shit, was slow to get mobs debuffed, etc. Canniv4 is pretty good, but lacks too many features. The code for advbot i...
|genbot.mac |Personal commands module example. |Version 13.4.0 |Date:07/08/2005 | ||** [individual] version=13.4.0 **|| | Use this file to add in character or task specific routines or commands | That will not apply to all of your characters. Use botcommon.inc for | your own routines and commands t...
|botcommon.inc |Common commands module example. |Version 13.4.0 |Date:07/08/2005 | ||** [common] version=13.4.0 **|| | Use this file for your own routines and commands that you want all of | your bots to be able to use. | Use the base genbot.mac to add in character or task specific routines | or co...
Added a slow event, so you'll get a msg when the mob is successfully slowed. |botspell.inc |Bot spell module. |Version 13.4.0 |Date:07/08/2005 | ||** [botspell] version=13.4.0 **|| #event CastFizzle "Your spell fizzles!" #event CastInterrupt "Your spell is interrupted." #event Ca...
I don't know if I have permission to do this or not, but here are the working files I have. Be sure to change the MasterList names in botmain.inc. DISCLAIMER ON!!!!!! I only tested this with a shaman, so I do NOT know if the combat routines work. But goddamn, it's close enough. It can't handle being...
Ok, got it working well enough. Had to hack a couple things out cause I couldn't translate them. in botmain.inc |---------------------------------------------------------------------- |Initialize MasterList (characters that can control this bot) |Checks to see if list already exists in case a reload...
Some more progress, I'm having trouble converting this one: /for GenFor 1 to ${Math.Calc[${SectionsList.Count[ ]}+1]} /if (${SectionsList.Arg[${GenFor}].NotEqual[Shortcuts]} && ${SectionsList.Arg[${GenFor}].NotEqual[Shortcuts]}) { /if (${String[ ${cmds-${SectionsList.Arg[${GenFor}]}} ].Find[...
Hmmm... not having much luck, I still have an unresponsive bot, doesn't respond to any commands at all. Could someone post a working botcore.inc? Or I can post my broken one if someone could take a shot at fixing my syntax. I don't get any errors or any feedback at all besides the loading advpath me...
Thanks for the advice all. I'll be looking into advbot also. So far, the code is much cleaner and easier to understand than genbot. Genbot just did everything we needed it to and yeah, I'm lazy... ;) Well, just really freakin busy and would rather not have to get into this stuff that much in detail....