[FONT="]
About:[/FONT][FONT="]
Multibox Suite is a RAF system to group and level multiple characters at the same time.
Leader Settings
[FOLLOWER SETTINGS]
To change the below settings, locate these in MBoxFollowerBot.cs under the Bots folder and edit. (CASE SENSITIVE)
Note:[/FONT]
[FONT="]
To Do:
-Add repair and selling of junk to both leader and follower
-Add a GUI
-Other things as I think of them
Instructions:
[/FONT]
[FONT="]
[/FONT]
[FONT="]Chang log:
[/FONT][FONT="]-3.9.4 Rebuilt Multibox Leader to assist instead of full on play. Its purpose now is to just assist the leader in combat, it will not play for you. Also improved the quest item detection on the follower.
-3.9.5 Update to follower to use the new RelativeLocation function introduced into HB, should help alot when on transports (if works as advertised)
-3.9.6 Improved the follower auto-quest-interact thing to include repeatable quests, and also flight paths if the leader targets a flight master that has not been talked to before
-3.9.7 Fixed a bug where if you had skinning disabled it would not follower the leader.
-3.9.8 Fixed a bug where it would not loot at all if skinning is disabled.
-3.9.8 [Mbox leader] Added a tanking option so if the leader is a tank, it will target anything attacking another party/raid member. It will be up to the CC to do the actual tanking bit, but at least it will target properly.
[/FONT]
About:[/FONT][FONT="]
Multibox Suite is a RAF system to group and level multiple characters at the same time.
Leader Settings
Code:
//***************************** do not edit above************************
private bool IsTank = true; //Is the leader a tank, should it try to make sure everything is targeting him/her?
//***************************** Do not edit below************************
[FOLLOWER SETTINGS]
To change the below settings, locate these in MBoxFollowerBot.cs under the Bots folder and edit. (CASE SENSITIVE)
Code:
private bool pettarget = true; // Use leaders pet's target when leader has no target
private bool lootinside = true; // Loot when inside buildings
private bool lootininstance = false; // Loot when in an instance
private bool lootatall = true; // Loot at all
private bool Skinning = true; // Enable skinning?
private bool NinjaSkin = false; // Skin other peoples kills
private bool AutoQuestItem = true; // Look for quest items on the ground, such as flowers and whatnot
private int DistanceForQuestItem = 30; // How far to search for quest items
private bool ManualLeader = false; // If true, target the person you want to be leader, then hit start
private int distance_to_follow = 5; // How close to follow the leader, this is in feet
private bool AutoTargetQG = true; //Auto Target RaF Leader's target is they have a quest you can pick up or turn in. (Will not turn in or pick upquest automatically)
// ********************** Do not edit anything below this line **************
[FONT="]When using follower do not use RAF - Combat Assist, Use Multibox Follower!
When using Leader to not use Grind, use Multibox Leader![/FONT]
When using Leader to not use Grind, use Multibox Leader![/FONT]
[FONT="]
Also when using Multibox Leader, disable looting on the follower and set Group Loot in WoW to Free For All for best results (Read settings above to find out how)![/FONT]
Also when using Multibox Leader, disable looting on the follower and set Group Loot in WoW to Free For All for best results (Read settings above to find out how)![/FONT]
To Do:
-Add repair and selling of junk to both leader and follower
-Add a GUI
-Other things as I think of them
Instructions:
Code:
If you were using my older system (Pre 3.0) Remove all multibox plugins from HB
Extract both folders from the zip file to HB root folder
[B][U]For Follower[/U][/B]
Code:
[FONT="]
Once HB is started up, select Multibox Follower on the front page.
Load a profile so HB does not get cranky, it dosn't matter what.
Join a party.
Hit Start
[B][U]For Leader[/U]
[/B]Once HB is started up, Select Multibox Leader on the main page instead of grind, Load a profile, hit Start
Also if one of your party members is a tank type make them leader because the leader will come to the rescue of the other party members.
[/FONT]
Code:
To use mounts with this system (Follower only at the moment), you must create a macro with the name "Mount" (case sensitive)
in it put this line
/cast "mount name here"
Example: /cast Bronze Drake
This is due to the fact that HB's mount system is kind of buggy imho, I can only get it to mount properly about half of the time when calling Mount.MountUp();
Tip: If you are flying, make sure both mounts are the same speed or you are using the slower mount, or else you will have to go back and let the bot catch up.
*** MUST HAVE LIFE TIME MEMBERSHIP TO USE OR HB WILL JUST DISMOUNT YOU SAYING YOUR A BAD BOY WHEN USING FLYING MOUNTS***
[FONT="]Chang log:
[/FONT][FONT="]-3.9.4 Rebuilt Multibox Leader to assist instead of full on play. Its purpose now is to just assist the leader in combat, it will not play for you. Also improved the quest item detection on the follower.
-3.9.5 Update to follower to use the new RelativeLocation function introduced into HB, should help alot when on transports (if works as advertised)
-3.9.6 Improved the follower auto-quest-interact thing to include repeatable quests, and also flight paths if the leader targets a flight master that has not been talked to before
-3.9.7 Fixed a bug where if you had skinning disabled it would not follower the leader.
-3.9.8 Fixed a bug where it would not loot at all if skinning is disabled.
-3.9.8 [Mbox leader] Added a tanking option so if the leader is a tank, it will target anything attacking another party/raid member. It will be up to the CC to do the actual tanking bit, but at least it will target properly.
[/FONT]
Attachments
Last edited: