spell_routines.inc would be better.Slackro wrote:Now looks like as good a time as any to re-write genbot to use a more sophisticated Spellcasting.inc
This sucks.
Moderator: MacroQuest Developers
spell_routines.inc would be better.Slackro wrote:Now looks like as good a time as any to re-write genbot to use a more sophisticated Spellcasting.inc
This sucks.



Odd, I run a cleric / shammie / enchanter / mage / wizzie all on the same macro . . . and it isn't genbot.Process wrote:It's a shame that this macro is now officially dead. It was literally the best utility macro I've found for controlling multiple characters with only one macro.
It looks like I'll have to figure out how to use a shaman macro, cleric macro, enchanter macro, and bard macro - All using separate commands. What a pain in the ass.
Unless of course...Someone with the knowledge to do so, decides to fix Genbot.
I'm of the same mind as many others - If someone will fix Genbot to work with the new TLO changes, I would gladly donate to them (I've already donated to the developers, and will continue to do so.).
Process


hmmmDigitalMocking wrote:Lemme just say this... there's probably 100+ active people on these boards who could fix Genbot in a few hours. Who code regularly... yet none of us use Genbot.
Why is that I wonder?



Did you ever bother to read the original thread ? Wont even have to read all 40+ pages just first one. It has a full and pretty detailed description of everything gives EXAMPLES of everything that was original.. and anything new uses same syntax in the INI.and dont tell me read the boards. I read all 9 pages on advbot2.mac and not one has instructions.. or a hint of what commands to issue to get the bots to mount, dismount, follow, cast a certan buff on a certain person in or out of group raid, cast on a certain mob and not at a autmatic time to get them dead slowing to fast or charming the wrong mob .. and you must remember NOT ALL chars have thier epics or elemental gear .. .so please stop hard coding it in your macros .. ...

Regardless if you have Epic or not or Ele legs that doesnt mater.Code: Select all
for example : autoenc.mac: } /if ( ${spellName.Equal[haste]} ) { /if ( ${Me.PctMana}>60 || !${FindItem[Romar's Pantaloons of Visions].ID} ) { /varset spellType gem9 /if ( ${Me.Gem[${groupHasteSpell}]} ) { /varset spellName ${groupHasteSpell} } else { /varset spellName ${singleHasteSpell}