So I may have figured something out. I think it has to with the Buffbot2.mac file. When I install the macro from the launcher, the files appear. Buffbot2 config, buffbot2.mac, and buffbot2specialtask.inc. When I edit the buffbot2specialtask.inc, I get the info in the file below;
| BuffBot2SpecialTask.inc by MacQ
|
| This file is normally distributed as BuffBot2SpecialTask.inc.default, to use this file, you need to
| rename it to BuffBot2SpecialTask.inc ... (drop the .default extenstion in the file name).
|
| Create custom routiens in the SpecialTask subroutine that are executed within the BuffBot2 main loop.
|
| Copyright 2021 - 2022 by MacQ all rights reserved.
|
| This macro is only authorized for the personal use by members in good
| standing of the MacroQuest2 VIP or RedGuides VIP forums. If you did not
| pay for VIP access, then you are a cheap, non contributing bastard who
| sucks the life out of others and will die in hell.
Sub SpecialTask
/return
This states to use the specialtask file, I need to rename it and remove the .default extension only it does not download as buffbot2specialtask.inc.default. The .default is missing. When I add .default to the extension, I get the following;
View attachment 38380
So I changed the file name back to buffbot2specialtask.inc and when I tell the toon to list the available spells in /say instead of /tell, it works better because it does not send endless tells to the recipient. It does however say it multiple times and it's still insisting I'm talking to myself. See below;
View attachment 38381
Is there someting in the buffbot2.mac that references the buffbot2specialtask.inc file that can be removed if we don't want to use a special task? I'm wonderting if it's trying to use the default downloaded file and that's what is causing the issue. It's the only thing I can think of that could be causing it.
Or, can we use the special task to cast tranquil blessings before casting a group spell? Most want druid skin and talisman and I started using it on my mage and they want group emberweave. If they can cast tranquil blessings before casting the group spell, we could get their whole box group!
Thanks!