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!

I will look into the Darnassus travel issue. I guess most people don't travel through there these days. If you unlock the Hyjal Portal (takes only two quests starting in Stormwind at the bulletin board) you can get there that much faster.

And if you don't have the DPS to kill Rageface before he casts Facerage, then I would suggest running the raid maybe as blood DK. Facerage is not used against characters in a tank spec. I want to implement a way to let the bot choose your spec in the future (since all specs are available to each character in Legion), but that will take a while. The bot does try to summon the Gargoyle or the Army of the Dead for Deathknights, but Singular spends most resources so the bot can't pool enough to actually cast the Army. I should maybe consider using the Army on Pull. It might last long enough until the first Facerage.


That's sounds really nice! Hope that CR's will be possible in the future aswell!
After 2-3 tries it actually killed it, think its just luck. but will respect to tank spec next time.

One more question, how can I config it to prepot and pot on some bosses?
 
That's sounds really nice! Hope that CR's will be possible in the future aswell!
After 2-3 tries it actually killed it, think its just luck. but will respect to tank spec next time.

One more question, how can I config it to prepot and pot on some bosses?

There is no real hard-wired option for pre-potting. Some bosses have an individual option for it though. Ultraxxion for example can be configured in the raid options so that the character uses a buff potion infight.
 
Hi Studio60,

I'm currently botting on a ilvl 702 BM hunter. I tried to run your profile in Firelands and its pretty much face roll, however, my toon dosent seem to avoid some attack of rag and rag throws him up in the air and I die from fall dmg. What can I do?

And once my toon died, he didn't take the portal at the start of firelands for some reason and didn't mount up either.
 

Attachments

Last edited:
Hi Studio60,

I'm currently botting on a ilvl 702 BM hunter. I tried to run your profile in Firelands and its pretty much face roll, however, my toon dosent seem to avoid some attack of rag and rag throws him up in the air and I die from fall dmg. What can I do?

And once my toon died, he didn't take the portal at the start of firelands for some reason and didn't mount up either.

I know that there are rare occasions where this can happen. There is a tiny bit of luck involved with that encounter. Does it happen anytime? Then I need to look into it. I also noticed this message in your log

Code:
[05:02:55.344 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 00000159, Size: 4
   at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
   at GreyMagic.MemoryBase.Read[T](IntPtr addr)
   at Styx.WoWInternals.WoWObjects.WoWObject.‫‎‏*‏*‬‫‫​‎‬*‫‪‫‬​‫‫‬**‫*‬*‪*[](UInt32 )
   at Styx.WoWInternals.WoWObjects.WoWPlayer.get_LevelFraction()

This means HB could not read the values it needed from the game client. It could also be the cause of multiple issues.

About the teleporter: The bot not using the teleporter is something I never implemented. I don't even know why. I have added it to my list of tasks. Mounting in Firelands is something I want to reevaluate too. I will see what I can do.
 
The message you found in my log what is it?
I'm having some issues in DS aswell, I'm not sure if this is a HB issue but it seems like it is. Just not sure what to do, I will attach the log and you can tell if its a HB related issue.
I deleted the Cache earlier today (WoW, and HB) because the bot had some issues none Studio60 related.
And no, it actually killed it with ez the second time around, I don't have the dalaran portal so it had to run to DS however when it arrived to the cave it walked all the way down instead of flying.
At Ultraxion something strange happened aswell not sure why.

However here is the new log.
 

Attachments

The message you found in my log what is it?
I'm having some issues in DS aswell, I'm not sure if this is a HB issue but it seems like it is. Just not sure what to do, I will attach the log and you can tell if its a HB related issue.
I deleted the Cache earlier today (WoW, and HB) because the bot had some issues none Studio60 related.
And no, it actually killed it with ez the second time around, I don't have the dalaran portal so it had to run to DS however when it arrived to the cave it walked all the way down instead of flying.
At Ultraxion something strange happened aswell not sure why.

However here is the new log.

I'll keep it short, because I am already knee-deep in the code of my pet battle bot :-)

1. The message I posted means that HB has problems reading stuff from World of Warcraft. I usually tell people to try and restart their computers when this happens, because at times there is a "ghost process" of HB in your memory from when you started it before. And those don't really go away.

2. Honorbuddy does not fly in anything it considers a cave (for that purpose, even Ironforge is a cave). The bot just does not know how to do it. But the dragon at the entrance offers a one-time quest that flies you down. If you do that one manually and turn it it, the bot will then use the dragon flight into the cave the next time you go there. You just need to unlock it first.

3. As a general tip when you have problems with HB, I would like to ask you not to describe a problem as "something strange happend". That can literally mean anything and it doesn't help us developers to find the issue. Your log consists of over 11.000 lines of code and I just can't go in there, read it and "look for something strange" ;-) I hope you understand that. It is possible you are referring to some weird character movement after Ultraxxion, when your character tried to go onto the gun ship. For some reason it thinks it was stuck. Maybe your meshes have become corrupt. This seems to happen at times especially with Dragon Soul and Icecrown Citadel. Check in Honorbuddy under "Settings & Tools" where your mesh folder is and open it in the file explorer. Close HB, delete all meshes and then restart HB. That ususally fixes strange movement stuff.
 
I'll keep it short, because I am already knee-deep in the code of my pet battle bot :-)

1. The message I posted means that HB has problems reading stuff from World of Warcraft. I usually tell people to try and restart their computers when this happens, because at times there is a "ghost process" of HB in your memory from when you started it before. And those don't really go away.

2. Honorbuddy does not fly in anything it considers a cave (for that purpose, even Ironforge is a cave). The bot just does not know how to do it. But the dragon at the entrance offers a one-time quest that flies you down. If you do that one manually and turn it it, the bot will then use the dragon flight into the cave the next time you go there. You just need to unlock it first.

3. As a general tip when you have problems with HB, I would like to ask you not to describe a problem as "something strange happend". That can literally mean anything and it doesn't help us developers to find the issue. Your log consists of over 11.000 lines of code and I just can't go in there, read it and "look for something strange" ;-) I hope you understand that. It is possible you are referring to some weird character movement after Ultraxxion, when your character tried to go onto the gun ship. For some reason it thinks it was stuck. Maybe your meshes have become corrupt. This seems to happen at times especially with Dragon Soul and Icecrown Citadel. Check in Honorbuddy under "Settings & Tools" where your mesh folder is and open it in the file explorer. Close HB, delete all meshes and then restart HB. That ususally fixes strange movement stuff.


Completely understandable, sorry for not being more clear. Before Ultraxxion it started the boss, however, it did not walk over to the boss I had to manually do it. It was on the opposite side looking out over the platform.
I deleted the meshes earlier today as well.
I will try to delete them once again.

Good luck with the Pet battle bot!

cant seem to kill Maloriak with ilvl 702 :( ah well
 
Last edited:
cant seem to kill Maloriak with ilvl 702 :( ah well

Give it a few more months. On level 110, we will faceroll this thing and if I do find the time, I will also roll my own combat routines to get rid of Singular. :-)
 
Give it a few more months. On level 110, we will faceroll this thing and if I do find the time, I will also roll my own combat routines to get rid of Singular. :-)

Defiantly! Sounds good! Singular does way too little dmg. I will try with Shieldtronic Shield had some issues BoT

With what class and ilvl have your tested and cleared all the raids with?
Not sure why I'm having such a hard time with some bosses at ilvl 702
 
Last edited:
Defiantly! Sounds good! Singular does way too little dmg. I will try with Shieldtronic Shield had some issues BoT

With what class and ilvl have your tested and cleared all the raids with?
Not sure why I'm having such a hard time with some bosses at ilvl 702

Sometimes it simply comes down to having the right talents or spec. Did you check out the FAQ for the raids in Studio Companion? Rogues for example can have a terrible time until they spec into Shuriken Toss. What I also found particularly useful in old raids is the +500 Leech-Trinket from Kazzak. My profiles don't equip it automatically (yet), but the selfheal from it is multiplied in legacy raids just like your damage is amped up. It really helps a lot. Some bosses also have an option to use buff potions which helps in fights like against Ultraxxion. These options can also be set in the raid settings in Studio Companion.

During development I ran all the raids with all classes, but on a few I had to do it on normal mode. I just can't recall which I did with what item level exactly. But since I don't raid I can tell for sure that none of my characters was above item level 695.
 
Sometimes it simply comes down to having the right talents or spec. Did you check out the FAQ for the raids in Studio Companion? Rogues for example can have a terrible time until they spec into Shuriken Toss. What I also found particularly useful in old raids is the +500 Leech-Trinket from Kazzak. My profiles don't equip it automatically (yet), but the selfheal from it is multiplied in legacy raids just like your damage is amped up. It really helps a lot. Some bosses also have an option to use buff potions which helps in fights like against Ultraxxion. These options can also be set in the raid settings in Studio Companion.

During development I ran all the raids with all classes, but on a few I had to do it on normal mode. I just can't recall which I did with what item level exactly. But since I don't raid I can tell for sure that none of my characters was above item level 695.


Thanks a lot for the reply! I really appreciate it.
I have read through your FAQ, may I suggest that you add talents and glyphs in the FAQ section of Studio Companion? It might be a waste of time now since legion is around the corner and a lot of the stuff will be updated anyways.
I'm not sure why I had such a hard time with the boss in BWD since it just one shoot me.
Firelands and DS heroic is easy! I might just run some of them on normal!

I will defiantly try to get the trinket! Can't wait for your CR in the future!
 
Suggestion:

1.Be able to choose what bosses the bot should kill on heroic and which is should kill on normal. (This will maximize the gold income if someone is having trouble killing 1 particular boss) I know that it will be easy in legion, but I bet you will be making MoP solo raids so it would be amazing in the long run.
2. Pre-pot on some bosses.
 
Suggestion:

1.Be able to choose what bosses the bot should kill on heroic and which is should kill on normal. (This will maximize the gold income if someone is having trouble killing 1 particular boss) I know that it will be easy in legion, but I bet you will be making MoP solo raids so it would be amazing in the long run.
2. Pre-pot on some bosses.

Both good suggestions and I do have them both on my todo list. :-)
 
So bought both your bundles dude, must say impressed. Having a couple issues but I am sure it stems from ilvl and being a lock. Baleroc seems to be a little finicky with my toon ha!
 
Is there any kind way to do an autoloader for this? So I can log on weekly and it'll go through all the raids with one button?

Thanks!
 
NEVERMIND found your Studio Companion which seems to act as this function, looks great can't wait to try
 
Back
Top