EchoTiger
Official Profile and Singular Developer
- Joined
- Nov 28, 2012
- Messages
- 6,810
Edit 4/19/2016
Just as a fair warning to the fellow botters who may be interested in this.
It's a possibility that Blizzard may track Lua variables that are stored into the game client to find botters.
While it's not known for Blizzard to ban by scanning commonly used Lua variables of botters - it's still a possibility.
This tool is a very simple addon, which addons of course aren't against the game's rules at all.
However, it's being advertised here - which 'here' is a botting community and that simply means botters will be using it.
The Lua variables used by this addon are very generic, and it's unlikely for it to be a potential security risk.
But this warning needs to be made before hand.
Hello! :3
Currently - as you see from the screenshot the script monitors and calculates:
'Need-To-Know!'
Don't want to have to load this every time you start a profile?
Commands
For Developers.
Download!
Just as a fair warning to the fellow botters who may be interested in this.
It's a possibility that Blizzard may track Lua variables that are stored into the game client to find botters.
While it's not known for Blizzard to ban by scanning commonly used Lua variables of botters - it's still a possibility.
This tool is a very simple addon, which addons of course aren't against the game's rules at all.
However, it's being advertised here - which 'here' is a botting community and that simply means botters will be using it.
The Lua variables used by this addon are very generic, and it's unlikely for it to be a potential security risk.
But this warning needs to be made before hand.
Hello! :3
I've decided to whip up a basic Lua script that will monitor gold income on your character as it farms.
This script is activated by loading it through the Questing botbase, just as you would do with any other Honorbuddy profile.
Originally, this script would be activated (by default) in my Optimized Dungeon Farm profiles, however I decided to make a simple stand-alone version for anyone wanting a quick little gold monitor.
I know, there's other plugins and addons that already do this - but I thought I would just share this for anyone wanting to just grab a quick solution.
This script is activated by loading it through the Questing botbase, just as you would do with any other Honorbuddy profile.
Originally, this script would be activated (by default) in my Optimized Dungeon Farm profiles, however I decided to make a simple stand-alone version for anyone wanting a quick little gold monitor.
I know, there's other plugins and addons that already do this - but I thought I would just share this for anyone wanting to just grab a quick solution.
Currently - as you see from the screenshot the script monitors and calculates:
- Time since activation (since Statter! was started)
- Obtained Gold (how much gold you've actually obtained)
- Bag Loot Value (how much the total value of every item in your bag is worth)
- Total Obtained + Bag Loot (how much actual gold you've obtained plus the value of the items in your bag)
- GPH (gold-per-hour)
- GPH (+ Bag Value) (gold-per-hour, including the value of items in your bags)
- GPM (gold-per-minute)
- GPM (+ Bag Value) (gold-per-minute, including the value of items in your bags)
- Farm Score (Total Copper Obtained / Time Active In Seconds)/10 *primarily used in dungeon farming given the 10-dungeons-per-hour limitation
- Farm Score (+Bag Value) (same as bove, but including the value of bag items.)
'Need-To-Know!'
- The profile versions are activated through the Questing botbase. Just load it, and start the bot! Upon activation, the bot will stop instantly. Statter! will then notify you if it's active.
- If Statter! is started while items are in your bags, the Bag Value calculations will show absurdly high numbers due to the profile being 'active' in such a short amount of time.
- Bag Value stats are calculated by how much the item will vendor for, not how much they will sell on the auction house.
- Statter! can be disabled by typing /reload in-game.
- This script isn't ran asynchronously meaning it's not a resource hog. Calculations are generated on-demand (including timers), and aren't passively being calculated in the background. This way when you're running your 50+ bots, there's less interference. ;3
Don't want to have to load this every time you start a profile?
You can easily add this script into the header of any profile, or you can add a on-load profile after the scripts started.
The stats/timers are automatically reset when Statter! is reloaded.
The stats/timers are automatically reset when Statter! is reloaded.
1. Open Statter! with a text, code or rich-text editor, preferably a Rich Text editor, or a Code Editor.
2. After opening it, you should see a tag that says <QuestOrder> , also at the very bottom of the profile you should see </QuestOrder> again.
3. Copy everything in-between the two <QuestOrder> tags (don't copy the <QuestOrder> tag itself though)
4. After copying it, open any profile you want.
5. Once you open a profile, you should see the <QuestOrder> tag again, if you don't see it - it may be named differently depending on what type of profile it is.
(Ex: <GrindOrder> for GrindBot profiles)
If you have trouble finding it, hold CTRL and push F to open a "Text Finder", in the Text Finder, just type <QuestOrder> and hit enter to locate it.
Make sure the one you find is near the top of the profile. Not at the bottom.
6. Make a new line (hit enter after) the <QuestOrder> or <GrindOrder> tag, then paste the code you copied from the Statter! profile.
7. Save the profile and load it, the Statter! code should be active in the profile.
2. After opening it, you should see a tag that says <QuestOrder> , also at the very bottom of the profile you should see </QuestOrder> again.
3. Copy everything in-between the two <QuestOrder> tags (don't copy the <QuestOrder> tag itself though)
4. After copying it, open any profile you want.
5. Once you open a profile, you should see the <QuestOrder> tag again, if you don't see it - it may be named differently depending on what type of profile it is.
(Ex: <GrindOrder> for GrindBot profiles)
If you have trouble finding it, hold CTRL and push F to open a "Text Finder", in the Text Finder, just type <QuestOrder> and hit enter to locate it.
Make sure the one you find is near the top of the profile. Not at the bottom.
6. Make a new line (hit enter after) the <QuestOrder> or <GrindOrder> tag, then paste the code you copied from the Statter! profile.
7. Save the profile and load it, the Statter! code should be active in the profile.
Commands
- Stats are shown by typing: /stats, /statter, or /statter!
- Timers can be reset by typing: /timerreset
- The stats can be reset by typing: /statsreset
For Developers.
The Statter! project is welcome to any profile.
I know Statter! is a simple Lua script, but please post proper credit prior to using it in your profiles. :3
I know Statter! is a simple Lua script, but please post proper credit prior to using it in your profiles. :3
Download!
(Honorbuddy profile versions)
(game-client addon version)
(game-client addon version)
Bot safe!
Last edited: