Actually, I haven't done any serious coding since I was at uni in the mid 90s O_O, your coding is great I have another quick question, do you think there is a way you can enable the movement logic to work during combat? I've disabled the movement within the CC and during fights in dungeons the bots don't seem to move at all, after combat however the then follow the tank. Thank you again for your work on this, it's the only reliable way I can run dungeons with my bots at the moment.
Theoretically you can change line 530 from Code: if (!Me.Combat && !FirstPulse) to Code: if (!FirstPulse) and it should work. My slave moves to whatever I am targetting though, but I haven't ran any dungeons lately. I am down to 2 accounts atm.
I just cant get this to work, on the other page instruction it says that I should see something like a multibox button when I start HB, cant find it
This means you did not make a directory and put the cs in your Bots directory. This is not a plugin but a botbase.
Thanks again Gnobiwan, much appreciated -- I will give it a try later today. EDIT: It seems the bots just want to stand there in combat unfortunately The main reason I use this is to move them out of runs and fire etc, stuff on the ground in instances basically. It is a good alternative for running dungeons until dungeonbuddy is available for the mop dungeons.
Ive skimmed through the code but is this or was it supposed to accept and turn in quests? It's not working if so and mounting dont seem to work either? Other than that Hydra addon is helping alot =P!
It doesn't turn in quests, but it will accept them and has been tested as working. Your main has to target a NPC with a ? and it will interact with it.
This was working good but then it started too do stupid things like run to random places stop following and runs away from packs
Like I mentioned in the first post, I am not planning on enhancing or fixing the code in it. It loads and works for what I do with it, and I honestly do not play hardly enough to test everything on it. Maybe someone who uses it more will fix whatever issues it may have.
Edited it a bit to include passenger mounting, though I'm not sure why it reports to the log twice and takes a little longer when it tries to get in. (Not a programmer) Place this at the beginning of the file with the other settings variables. Code: private string mount = "X-53 Touring Rocket"; //passenger mount name Replace the mount code (starting at line 312) with this. Code: if (!isMounting && RaFHelper.Leader.Mounted && (!Me.Mounted && !Me.IsOnTransport) && !Me.IsCasting && (!Me.IsInInstance || !Me.IsIndoors)) { isMounting = true; WoWMovement.MoveStop(); slog(RaFHelper.Leader.Name + " has mounted, mounting too. "); if (RaFHelper.Leader.HasAura(mount)) { RaFHelper.Leader.Interact(); } else { Lua.DoString("RunMacro('Mount')"); } StyxWoW.SleepForLagDuration(); //WoWPoint movePoint = WoWMathHelper.CalculatePointFrom(Me.Location, RaFHelper.Leader.WorldLocation, distance_to_follow); //Navigator.MoveTo(movePoint); WoWMovement.MoveStop(); Thread.Sleep(500); isMounting = false; }
is it possible to follow kicks 1-90 profile with this? i have 2 accounts linked with RAF, and loading the profile on two bots is messy fast, one character is always ahead, and if I don't monitor them they lose the XP bonus.
Hello yall, I see you guys have tried to keep my plugin alive even though I have been gone for awhile. Well I am looking to try to pick it back up, but I have an issue, I no longer have a copy of the code, and I can't download it because it is archived. If anyone has a copy of my "Multibox Suite 3.9.7.zip" file I would very much appreciate it. I would love to update my code with the new stuff but I do not want to redo it from scratch.
Hello. my toon keeps trying to open a locked box in dungeons its realy anoying, i tried to disable the loot chest/box option in HB but it still try to open the box. I didn't know if this is HB error or multybox error, if its possible can you please add an option or something in the plugin to disable the bot to open the box? Wellcome back tjhasty i realy love this plugins its help me level my alt much much more faster sorry for my bad english, its not my native language