frostfever
New Member
- Joined
- Jan 22, 2012
- Messages
- 162
- Reaction score
- 0
darknight i ran it on a lvl 85 pali and had no issues in the slaughterhouse but i did notice some issues with the swarm of insects did u have that problem aswel?
Running the profile you want tested now, doing all the right things so far, I'll report after the chess game.
G
Got stuck coming back thru the portal into the blasted lands, caught on the stair corner.
G
EDIT: Getting my ass kicked at chess and my character looks like it is trying to run up the stairs but is just running into the wall in the middle.
G
Hey G,
The problem with chess (I think) is the timing of the interacting with the pieces. There is a 10 sec? debuff after you leave each piece. If the bot tries to interact too soon with a piece after the debuff, it gets stuck in an endless loop. There are waittimers in the profile to account for this, between each move. If you are familiar with editing profiles, it is in the section near the bottom where chess is coded (obviously). The waittimers range from 700 ms to 1000 ms. Which seemed long enough for me, but I am on a slow pc. These can be increased as needed.
Also, I am curious, are you alliance or horde? I have not had anyone test the horde version yet, and am awaiting feedback![]()
G i ran UBRS with an 85 prot pali was unable to duplicate your bug, has it happened more than once?
how do you stop and start the bot? I did half he heroics and crashed how do i start from where it left off :S?
Instance farming, Dire Maul (West) - Endless Farm doesn't kill the elements that are required to drop the forcefield, just runs into it constantly.
G
Lost city profile just stops and does nothing anyone know why
Any replies would be much appreciated
There is no way to do this as far as I know, if anyone can make me be wrong I am more than happy.
G
We can definitely code all profiles to be able to start and stop bot somewhat. The plan for now is to finish profiles first, and then implement this. It is possible to put "checkpoints" in, for example after each boss, but that will be A LOT of work, since we need a conditional loop for each checkpoint. But the plan as it stands, for now at least, I think is to just set it up so you can restart inside the instance. Unfortunately, the bot will run back to the beginning of the instance first, if that is the case. Still, better than having to zone out.
Mjj23
Which set of elementals is it missing? I hope(assume) not all of them. There are mesh problems in that room? Or maybe it missed the very first pack at start?
Before starting the dungeon I didn't know you needed to get the elementals to knock out the force field. I assume it got the one at the start you mentioned because the current profile just goes into the last boos room and tried to run through the force field, it doesn't attack any elementals at all. Once I cleared them by hand the force filed came down. I read I needed to kill 5, there was only 4 in that room from memory so I must of got the first one. If it's a mesh problem guess we have to wait.
G
Testing now, have you tried starting it closer to instance, just to see if that works? Either way, should be able to fix it shortly
Edit:
Did you copy the SwitchTarget.cs behavior from our Quest Behaviors folder in svn to the HB Quest Behaviors folder? I have a feeling this might be the problem.
Edit:
Just ran the profile, and I can almost guarantee it is the SwitchTarget.cs file that is missing from your quest behaviors folder. Because it is not there, when the profile gets to the while loop that contains navigation to the instance, it does not process it.
When you load the profile, I'm guessing you are getting a message like:
Warning: Cannot parse While node?