- Joined
- Dec 29, 2017
- RedCents
- 23,976¢
This thread is here for historical purposes. This is not actively being worked on. However, here are the macros in the state I left them in.
So far I've only worked directly with bardbot, shamanbot, berserkerbot and skbot2. They likely still have issues. Need more people testing it to get more information back for fixing undeclared variables.
I still need testing for other classes and any information you can provide towards fixing these once premium pay to use bots would be greatly appreciated and could earn you some redcents if the information leads to the resolution of an error in the code via my chance to "Thank" posters two times a day.
What you will need:
classbot.mac (IE: Skbot2.mac, shamanbot.mac, bardbot.mac, etc etc)
classbotsettings.ini
DevCommonPremium.inc
devMovementPremium.inc
devCast.inc
devPull.inc
devLoot.inc
devBot.mac (Optional ~ Calls the correct macro for your class if you have it in your macros folder. Requires /delay 10 be added as first line in Sub Main)
How to use this:
Once you've downloaded the bot matching your class type
/mac classbot
or
/mac classbot custom
where custom is the name of the custom ini you will use.
/if you type /mac classbot it will use the default ini classbotsettings.ini
If you type /mac classbot custom then it will generate a classbotsettings_custom.ini
the caveats are that only shamanbot, skbot2, berserkerbot and bardbot work correctly in selecting which ini to use. If you don't supply a custom ini name as a parameter it will use classbotsettings_.ini this is a known defect. But for the ones that do that I have not made it around to them to get them running and don't want to just throw out a blanket fix as it doesn't hurt functionality much.
If you encounter an issue with the macros let me know. I hope to get these going for everyone.
- - - Updated - - -
Updated SkBot2.mac, devCast.inc, devCommonPremium.inc
Skbot2.mac now runs and fights. I'm not perfect so please inform me of any undeclared variables or errors it throws so that I can correct them.
- - - Updated - - -
Updated devcommonpremium.inc to hopefully correct the issues with undeclared Mem issue. Updated Shamanbot, bardbot, skbot2 and devcommonpremium.inc and devPull.inc to address cechob issues as MQ2CEcho was coded by the developers of the other guys. I have removed and reposted macros and .inc files.
While I have updated them to bypass the other guys private plugin checks it means that whatever variables they were creating with the information are also bypassed. This is probably going to cause issues. Until I can get my hands on a copy of the redguides build to know what is what for myself I'm still going to be using my build from the other guys as I have a lifetime subscription that has been maintained as a developer working on the macros there. If you want to help me get a copy of the redguides build be sure to hit the thank button so that I can get some redcents to pay for the sub.
Please inform me of any subsequent issues encountered.
- - - Updated - - -
I want to thank you for "Thanking" me. I've received enough in a day to get my level 2 and have already ordered it. Takes up to 24 hours to get the sub update. Then I'll get my meaty claws on the redguides build.
With that out of the way, if you have a class you want worked on make sure to post it here so I know what to work on next. For now I'm working on beastlordbot.mac and anything attached to it.
- - - Updated - - -
12/30/2017
Updated devPull.inc to correct issues with aura spam (If someone knows how to use the pulling section I could use more testing)
Updated bardbot.mac (misc fix)
Updated Berserkerbot.mac
Updated devCommonPremium.inc
----fixes for berserkerbot.mac
----removed #warning - please use /invoke ${Macro.Undeclared} prior to /end to get a list of undeclared variables and report them to me for correction
----added an check to see if this is an other guys or redguides/mq2base build to remove the declaration error in the other guys builds
So far I've only worked directly with bardbot, shamanbot, berserkerbot and skbot2. They likely still have issues. Need more people testing it to get more information back for fixing undeclared variables.
I still need testing for other classes and any information you can provide towards fixing these once premium pay to use bots would be greatly appreciated and could earn you some redcents if the information leads to the resolution of an error in the code via my chance to "Thank" posters two times a day.
What you will need:
classbot.mac (IE: Skbot2.mac, shamanbot.mac, bardbot.mac, etc etc)
classbotsettings.ini
DevCommonPremium.inc
devMovementPremium.inc
devCast.inc
devPull.inc
devLoot.inc
devBot.mac (Optional ~ Calls the correct macro for your class if you have it in your macros folder. Requires /delay 10 be added as first line in Sub Main)
How to use this:
Once you've downloaded the bot matching your class type
/mac classbot
or
/mac classbot custom
where custom is the name of the custom ini you will use.
/if you type /mac classbot it will use the default ini classbotsettings.ini
If you type /mac classbot custom then it will generate a classbotsettings_custom.ini
the caveats are that only shamanbot, skbot2, berserkerbot and bardbot work correctly in selecting which ini to use. If you don't supply a custom ini name as a parameter it will use classbotsettings_.ini this is a known defect. But for the ones that do that I have not made it around to them to get them running and don't want to just throw out a blanket fix as it doesn't hurt functionality much.
If you encounter an issue with the macros let me know. I hope to get these going for everyone.
- - - Updated - - -
Updated SkBot2.mac, devCast.inc, devCommonPremium.inc
Skbot2.mac now runs and fights. I'm not perfect so please inform me of any undeclared variables or errors it throws so that I can correct them.
- - - Updated - - -
Updated devcommonpremium.inc to hopefully correct the issues with undeclared Mem issue. Updated Shamanbot, bardbot, skbot2 and devcommonpremium.inc and devPull.inc to address cechob issues as MQ2CEcho was coded by the developers of the other guys. I have removed and reposted macros and .inc files.
While I have updated them to bypass the other guys private plugin checks it means that whatever variables they were creating with the information are also bypassed. This is probably going to cause issues. Until I can get my hands on a copy of the redguides build to know what is what for myself I'm still going to be using my build from the other guys as I have a lifetime subscription that has been maintained as a developer working on the macros there. If you want to help me get a copy of the redguides build be sure to hit the thank button so that I can get some redcents to pay for the sub.
Please inform me of any subsequent issues encountered.
- - - Updated - - -
I want to thank you for "Thanking" me. I've received enough in a day to get my level 2 and have already ordered it. Takes up to 24 hours to get the sub update. Then I'll get my meaty claws on the redguides build.
With that out of the way, if you have a class you want worked on make sure to post it here so I know what to work on next. For now I'm working on beastlordbot.mac and anything attached to it.
- - - Updated - - -
12/30/2017
Updated devPull.inc to correct issues with aura spam (If someone knows how to use the pulling section I could use more testing)
Updated bardbot.mac (misc fix)
Updated Berserkerbot.mac
Updated devCommonPremium.inc
----fixes for berserkerbot.mac
----removed #warning - please use /invoke ${Macro.Undeclared} prior to /end to get a list of undeclared variables and report them to me for correction
----added an check to see if this is an other guys or redguides/mq2base build to remove the declaration error in the other guys builds
Attachments
-
bardBotSettings.ini7.9 KB · Views: 25
-
shamanBotSettings.ini6.4 KB · Views: 31
-
devLoot.inc29.6 KB · Views: 40
-
devLoot.ini700 bytes · Views: 36
-
warriorBot.mac32.8 KB · Views: 19
-
warriorBotSettings.ini5 KB · Views: 17
-
beastlordBot.mac41.7 KB · Views: 22
-
beastlordBotSettings.ini6.4 KB · Views: 21
-
berserkerBotSettings.ini3.4 KB · Views: 23
-
clericBotSettings.ini6.6 KB · Views: 23
-
druidBot.mac35.9 KB · Views: 19
-
druidBotSettings.ini3.3 KB · Views: 18
-
enchanterBotSettings.ini5.4 KB · Views: 24
-
mageBot2.mac51.7 KB · Views: 21
-
mageBotSettings.ini10.9 KB · Views: 19
-
monkBot.mac32.1 KB · Views: 16
-
monkBotSettings.ini6.7 KB · Views: 17
-
necroBotSettings.ini6.3 KB · Views: 20
-
paladinBot.mac47.8 KB · Views: 16
-
paladinBotSettings.ini6.2 KB · Views: 17
-
rangerBot.mac18.4 KB · Views: 20
-
rangerBotSettings.ini5.2 KB · Views: 21
-
rogueBot.mac33.2 KB · Views: 17
-
rogueBotSettings.ini4 KB · Views: 17
-
skBotSettings.ini9.1 KB · Views: 27
-
wizardBot.mac24.1 KB · Views: 19
-
wizardBotSettings.ini2.9 KB · Views: 15
-
berserkerBot.mac25.7 KB · Views: 16
-
bardBot.mac39.9 KB · Views: 19
-
skBot2.mac40.9 KB · Views: 20
-
devMovementPremium.inc32.8 KB · Views: 33
-
enchanterBot.mac31.6 KB · Views: 16
-
devBot.mac1.1 KB · Views: 22
-
shamanBot.mac64.1 KB · Views: 21
-
bardBot.mac39.9 KB · Views: 11
-
berserkerBot.mac26.1 KB · Views: 9
-
necroBot.mac40.4 KB · Views: 10
-
necroBotSoloMovement.inc12.4 KB · Views: 11
-
devCast.inc20.8 KB · Views: 29
-
clericBot2.mac79.7 KB · Views: 16
-
devPull.inc52.6 KB · Views: 15
-
devCommonPremium.inc359.1 KB · Views: 16
Last edited:


