What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HB ARCHIVES: DungeonBuddy--DO NOT DELETE

I don't know about anybody else but I've been having a hell of a hard time this weekend keeping my bot up (DungeonBuddy) and running without it DCing the WoW client.

I'm not running ANY in-game addons using Dungeon buddy and the Timewalking profiles. I get dc'd atleast once an hour for no reason. The bot is not indicating any reason either except "Not in Game" then "Bot stopping! Reason: You can not queue for Random Timewalking Dungeon (Wrath of the Lich King) and no alternative was found. "

SOOOO annoying.
 
Last edited:
I'm not sure why people like Beast need to harass others on here. It's basic development concepts of if you "create" something, you are expected to support it. When support is no longer provided by the developer it is considered an archived product. Since the botbase is not archived and is provided for active botting use with new releases of HB, support is expected and has not been provided as of late.

Is this Highvoltz fault directly? no probably not, and hardly indirectly at fault as well. Could things be better? Of course they could and easily remedied if we had a way of someone taking over the maintainer position of the botbase. The only workaround currently would be to get a full source fork and rebrand the product and provide it on the forums or through the store for free.

Harass, if you think this is harassment you have lived a sheltered life. Simply show respect for Highvoltz because he has created incredible stuff. And no he does not need to update or support it, he is not under contract. If you aren't happy, make another botbase that is better and support it.
 
Harass, if you think this is harassment you have lived a sheltered life. Simply show respect for Highvoltz because he has created incredible stuff. And no he does not need to update or support it, he is not under contract. If you aren't happy, make another botbase that is better and support it.
Highvoltz is a Bossland employee afaik
 
Highvoltz is a Bossland employee afaik

Cool, that doesn't mean anything, DB is not a boddystore product so there is no contract. If he is an employee, that doesn't change anything. Like I said, if you aren't happy with the product make a better one and provide the support you feel there should be. The fact that you aren't understanding that, means I am done with this conversation. We have derailed this thread enough. Therefore, I will no longer be responding to you.
 
Cool, that doesn't mean anything, DB is not a boddystore product so there is no contract. If he is an employee, that doesn't change anything. Like I said, if you aren't happy with the product make a better one and provide the support you feel there should be. The fact that you aren't understanding that, means I am done with this conversation. We have derailed this thread enough. Therefore, I will no longer be responding to you.

You obviously don't seem to understand the concept of product development. Let's just not even have this discussion, and move on. thanks.
 
Cool, that doesn't mean anything, DB is not a boddystore product so there is no contract. If he is an employee, that doesn't change anything. Like I said, if you aren't happy with the product make a better one and provide the support you feel there should be. The fact that you aren't understanding that, means I am done with this conversation. We have derailed this thread enough. Therefore, I will no longer be responding to you.
I never asked you for your opinion. If you don't like what I'm saying, just ignore me.
 
Finally got my Mount after 312 Dungeons xD

Grats man!! You queue as Healer or Dps?

But I have a problem and it seems to be intermittent. When I die in PoS and attempt to fly back, I've seen the bot just spin in circles trying to get back into the instance. I woke up and saw another bot doing the same exact thing. This was after a fresh install of HB and using the latest files uploaded.
 
Last edited:
is there anyone who can fix the script for Dungeon Buddy doing Stonecore the Corner right before [Ozruk] any toon ive done it on they run back and forth really fast..

760 2016-01-09 14.02.txt i had 4 running 2 1 PC and 2 on another.. but these are the 2 from my main.
5052 2016-01-09 14.16.txt
 
is there anyone who can fix the script for Dungeon Buddy doing Stonecore the Corner right before [Ozruk] any toon ive done it on they run back and forth really fast..

760 2016-01-09 14.02.txt i had 4 running 2 1 PC and 2 on another.. but these are the 2 from my main.
5052 2016-01-09 14.16.txt
here you go

just just replace "HONORBUDDY/Dungeon Scripts/Cataclysm/Dungeons/The StoneCore.cs" with the attached one
 

Attachments

Last edited:
Notes:

- ZoneHunter made a amazing job and helped me a lot. Maybe he merge our both Profiles when I am sleep, so it support Tank.
- Only wor for DPS/Heal
- Tested on Melee DPS (8 Yard)
- Jumping down and follow tank. Note: On First Pull, you may whipe party but after it should work fine.

- If you are Paladin then first Boss is fully Scripted. If not, see below, how you can do so.*** You should survive is meant***


If you want support your own Class then open "Pit of Saron.cs" and go to Line 111.

Change Paladin to your Class and 498 to your Cooldown ID.


How to Install:
1.Copy :::: Pit of Saron.cs
1.1 Paste:: Dungeon Scripts/Warlords of Draenor/Timewalking

2. Copy :::: Pit of Saron Timewalk.xml
2.1. Paste:: Default Profiles/DungeonBuddy/Warlords of Draenor/Timewalking




Ive been downloading and playing with diff POS.cs files loading them up in sublime text, i see diff routines for the Forgemaster fight from diff .cs files, ive been learning Java Jscript Jquery and Ruby on the side and this looks familiar. where could an entry level monkey start learning the basics to help out around here. i would love to learn about what the syntax is actually doing. swapped spell ids for mine and Text based spells in the same order that was present.

ctx => StyxWoW.Me.Class == WoWClass.Druid && SpellManager.CanCast("Tranquility"),
new Action(ctx => SpellManager.Cast("Tranquility"))),
new Decorator(
ctx => StyxWoW.Me.Class == WoWClass.Druid &&
SpellManager.CanCast("Barkskin"),
new Action(ctx => SpellManager.Cast("Barkskin"))),
new Decorator(
ctx => StyxWoW.Me.Class == WoWClass.Druid && SpellManager.CanCast(22812),
new Action(ctx => SpellManager.Cast(22812))),
new Decorator(
ctx => StyxWoW.Me.Class == WoWClass.Druid && SpellManager.CanCast(740),
new Action(ctx => SpellManager.Cast(740))),

// ENTER BETWEEN



// END HERE
new Decorator(
ctx => StyxWoW.Me.Class == WoWClass.Druid && SpellManager.CanCast(132158),
new Action(ctx => SpellManager.Cast(132158)))
^ natures-swiftness

testing out asap, ill figure out more soon as i see forgemaster
 
Last edited:
Notes:

- ZoneHunter made a amazing job and helped me a lot. Maybe he merge our both Profiles when I am sleep, so it support Tank.
- Only wor for DPS/Heal
- Tested on Melee DPS (8 Yard)
- Jumping down and follow tank. Note: On First Pull, you may whipe party but after it should work fine.

- If you are Paladin then first Boss is fully Scripted. If not, see below, how you can do so.*** You should survive is meant***


If you want support your own Class then open "Pit of Saron.cs" and go to Line 111.

Change Paladin to your Class and 498 to your Cooldown ID.


How to Install:
1.Copy :::: Pit of Saron.cs
1.1 Paste:: Dungeon Scripts/Warlords of Draenor/Timewalking

2. Copy :::: Pit of Saron Timewalk.xml
2.1. Paste:: Default Profiles/DungeonBuddy/Warlords of Draenor/Timewalking




I am a bit confused, so then what is my cooldown ID and how do I find it if I am a Sub Rogue?
 
I just downloaded the Timewalking folder and installed them in my HB folder... I then queued for random timewalking and got pit of saron. I then got an error where pit of saron isn't supported and the bot left the dungeon again? So it isn't fully supported yet or?
 
Make sure you install both sets of folders, I only installed one the first time. After I found my error, it worked great.
 
Make sure you install both sets of folders, I only installed one the first time. After I found my error, it worked great.

Yeah I also did that. So I find it pretty weird I got that message in Pit of Saron.

HB folder > Default Profiles > DungeonBuddy > Warlords of Draenor > and here I dropped the Timewalking folder

HB folder > Dungeon Scripts > Warlords of Draenor > here I dropped the Timewalking folder with the .cs files

So everything should be fine, right?

Nevermind: I just realized that Pit of Saron isn't supported anyway from the download and I need to download two separate files.
 
Last edited:
Notes:

- ZoneHunter made a amazing job and helped me a lot. Maybe he merge our both Profiles when I am sleep, so it support Tank.
- Only wor for DPS/Heal
- Tested on Melee DPS (8 Yard)
- Jumping down and follow tank. Note: On First Pull, you may whipe party but after it should work fine.

- If you are Paladin then first Boss is fully Scripted. If not, see below, how you can do so.*** You should survive is meant***


If you want support your own Class then open "Pit of Saron.cs" and go to Line 111.

Change Paladin to your Class and 498 to your Cooldown ID.


How to Install:
1.Copy :::: Pit of Saron.cs
1.1 Paste:: Dungeon Scripts/Warlords of Draenor/Timewalking

2. Copy :::: Pit of Saron Timewalk.xml
2.1. Paste:: Default Profiles/DungeonBuddy/Warlords of Draenor/Timewalking




Please can somebody help me! I just want to know how to make it so my rogue can use this. Or my DK, or anything really...
 
Back
Top