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

[Test] Honorbuddy 2.0.0.4928

Status
Not open for further replies.




Miley class does not use abilities on the mob, "Black Dragon Highlands" please fix

PLIZZ!!! :)
 
Miley class does not use abilities on the mob, "Black Dragon Highlands" please fix

PLIZZ!!! :)

There is no npc with the name 'Black Dragon Highlands' please restate inquiry.
 
It would be possible that if the bot is dead, who, if he is in an area where he could fly, also to the corpse flies?
In relation to the questbot.
 
Will after I hit 80, using IB atm.

Nice, most likley reason is that one of the Quest Behaviors threw an exception while being initialized or an <Objective Type="Blah" ... /> had an invalid Objective id.
 
1. It doesn't always save my settings and randomly changes them.
2. It now skips looting mobs once in a while???
Do u use quest-bot?
Some of the behaviors change the settings temporarely, after finishing the behavior it switches back to the original (your personal) settings

Then how do i go about changing that setting so it wont stop: looting mobs/ taking flight paths/ learning new flight paths/ looting chests/ learn new skills?
 
Questbehaviour InteractWithExisting.cs is missing and probably replaced by InteractWith.cs in latest release...... probably just to break more profiles..



Bot trying to run THROUGH every frekking obstacle in the world.....I'm pretty sure that a new GUI was more important than fixing the poor navigation !
 
Last edited:
Questbehaviour InteractWithExisting.cs is missing.

InteractWithExisting is not an HB-shipped behavior.

You'll have to ask the author of your profile where you can get a copy. More than likely, he tells you in the OP of the profile thread.


cheers,
chinajade
 

Yep.
Code:
[20:41:15:781] Compiling quest behavior from 'G:\Xbox games\Honorbuddy\Quest Behaviors\FlyTo.cs'
[20:41:18:132] Could not compile quest behavior from 'G:\Xbox games\Honorbuddy\Quest Behaviors\FlyTo.cs'
[20:41:18:135] Line 116: The type 'Styx.Logic.Pathing.Flightor' exists in both 'g:\Xbox games\Honorbuddy\Honorbuddy.exe' and 'g:\Xbox games\Honorbuddy\Bots\ArchaeologyBuddy\ArchaeologyBuddy.dll'
Delete IB,AB and GB from the bots directory or do a clean install. ArchaeologyBuddy InstanceBuddy and Gatherbuddy2 has moved to the HB core.
They are no longer stand alone dlls
 
Heyho since some Versions the Function WoWUnit.IsFlying seems to be broken.
This function only works correct for the ObjectManager.Me.IsFlying bot never for other WOWUnits like NPCs.

For Example the Bot says, that TLPD, Chillmaw and Vyragosa are nonflying Mobs:
Rarekiller: Find a hunted Mob called Time-Lost Proto Drake ID 32491
Rarekiller Part MoveTo: Move to target
Rarekiller: Target is Flying - False
[8:13:34 AM:948] Rarekiller: Find a hunted Mob called Vyragosa ID 32630
[8:13:34 AM:949] Rarekiller Part MoveTo: Move to target
[8:13:42 AM:575] Rarekiller: Pull at Mob Location: 6924.328 / -763.8326 / 811.2172
[8:13:42 AM:575] Rarekiller: ... my Location: 6927.763 / -745.3096 / 826.3983
[8:13:42 AM:575] Rarekiller: Target is Flying - False

The Programmcode which gives me this info is:
Code:
//Update Objectmanager, and get a list of mobs
            foreach (WoWUnit o in objList)
            {
                        Logging.Write("Rarekiller: Target is Flying - {0}", o.IsFlying);
            }

Just wanted to inform you Devs :)

yours sincerely katzerle
 
Heyho since some Versions the Function WoWUnit.IsFlying seems to be broken.
This function only works correct for the ObjectManager.Me.IsFlying bot never for other WOWUnits like NPCs.

For Example the Bot says, that TLPD, Chillmaw and Vyragosa are nonflying Mobs:



The Programmcode which gives me this info is:
Code:
//Update Objectmanager, and get a list of mobs
            foreach (WoWUnit o in objList)
            {
                        Logging.Write("Rarekiller: Target is Flying - {0}", o.IsFlying);
            }
Just wanted to inform you Devs :)

yours sincerely katzerle

LocalPlayer derieves from WoWPlayer and WoWPlayer derieves from WoWUnit
ObjectManager.Me.IsFlying is the same as someUnit.IsFlying.
 
Last edited:
InteractWithExisting is not an HB-shipped behavior.

You'll have to ask the author of your profile where you can get a copy. More than likely, he tells you in the OP of the profile thread.


cheers,
chinajade

Thanks for your reply.
 
The navigation is really impressive !

[23:06:59:913] [STUCK][HITTEST] LD/LU: False

[23:06:59:913] [STUCK][HITTEST] Left: True

[23:06:59:913] [STUCK][HITTEST] RD/RU: False

[23:06:59:913] [STUCK][HITTEST] Right: False

[23:06:59:913] [STUCK][HITTEST] Behind: True

[23:06:59:913] [STUCK][HITTEST] Behind Left: False

[23:06:59:913] [STUCK][HITTEST] Behind Right: False

[23:07:01:463] [STUCK] Couldn't get unstuck.. Adding blackspot.

[23:07:01:469] [STUCK] Moving backwards for 3 seconds.

[23:07:04:494] [STUCK] Clearing current path to regenerate it around our stuck location.

[23:07:05:057] Activity: Loading Tile/s

[23:07:05:692] Activity: Moving To Flight Master

[23:07:09:561] [STUCK] Got stuck at <1134.92, -3354.024, 97.80964> on map 1

[23:07:09:592] [STUCK][HITTEST] LD/LU: False

[23:07:09:592] [STUCK][HITTEST] Left: True

[23:07:09:592] [STUCK][HITTEST] RD/RU: False

[23:07:09:592] [STUCK][HITTEST] Right: False

[23:07:09:592] [STUCK][HITTEST] Behind: True

[23:07:09:592] [STUCK][HITTEST] Behind Left: False

[23:07:09:592] [STUCK][HITTEST] Behind Right: False

[23:07:11:125] [STUCK] Couldn't get unstuck.. Adding blackspot.

[23:07:11:125] [STUCK] Moving backwards for 3 seconds.

[23:07:14:139] [STUCK] Clearing current path to regenerate it around our stuck location.

[23:07:19:187] [STUCK] Got stuck at <1134.618, -3354.082, 97.84718> on map 1

[23:07:19:192] [STUCK][HITTEST] LD/LU: False

[23:07:19:192] [STUCK][HITTEST] Left: True

[23:07:19:192] [STUCK][HITTEST] RD/RU: False

[23:07:19:192] [STUCK][HITTEST] Right: False

[23:07:19:192] [STUCK][HITTEST] Behind: False

[23:07:19:192] [STUCK][HITTEST] Behind Left: False

[23:07:19:192] [STUCK][HITTEST] Behind Right: False

[23:07:20:183] [STUCK] Jumping worked!
 
I really dislike the way you have to go with several buttons to get to change a setting, it is really really bad.

I like the new GUI, but tbh why fix something that is not broken?

Please could you possibly reduce the amount of buttons, and just make it bigger, or more tabs or something?
 
Not sure if this has ben mentioned before and it is not a new problem ... GB2 seems to have a hard time aproaching rich vains. have made this observation with several toons now and thought id mention it.
Thanks again for all the great toys:D
 
Not sure if this has ben mentioned before and it is not a new problem ... GB2 seems to have a hard time aproaching rich vains. have made this observation with several toons now and thought id mention it.
Thanks again for all the great toys:D

Mentioned many times but never fixed, although we can now see the problems in pretty colours. Can you see I am getting a little frustrated here with the lack of fixing problems.

Picking mounts still doesn't freaking work, even saving and exiting it was still hoping on my headless horseman mount last night even when I have specified my drake as my flying mount.

G
 
ive got this to work like 2 times. after i close it and try to reopen i get "honorbuddy has stopped working" error, then i have to full reinstall and restart computer to get it to work again. i have made sure to have .net 3.5 shit everything on my comp is updated. the old honorbuddy still opens perfect if i download it any help?

no logs to show since login thing wont even pop up
 
if you're having issues from old hb to new hb, try running new hb as admin
 
i do, i have, and i have gotten it to work as well if i just delete it and reinstall then restart my computer but if i close it at all it will just go back to the error



mmk scratch think ive got it figured out
 
Last edited:
Status
Not open for further replies.
Back
Top