Problem comming in last update. Bot stop reaction on any profile command and auto load first questing profile from file and use it
View attachment 122063 Hey, Can some1 tell me how to change Class Spec in profile PB?? I think that it's like "<custom code =...>" but I dont know how do this.
After relogging from one char to another with the command like '<CustomAction Code="SwitchCharacter((string)...>' the second char has no spec chosen in the settings, what's the command to set that spec or just make it automatically to find the proper one? E.g. warrior lvl 1 switches to fury warrior lvl 90 with no spec in t he settings so he cant start grinding. Please help me, I really need to know this command, thanks in advance!
Still having this issue. Is this on the list of bugs to address? I posted the above post 17 days ago and never got a response. Tested with this profile this past weekend and it's still doing the above bug: http://www.thebuddyforum.com/honorb...dy-profiles/77195-pb-inscription-1-600-a.html This profile works fine if you close/restart HB. It will continue on with the next step as it should, but sometimes only for like 3 profession levels, then it trains and loops the bug again.
You can find the spell that creates the glyph item on wowhead. Spell will be listed in the 'Created By' tab.
You need to start HB while logged into the character that you want to farm on since it'll use the settings and combat routine for that toon for the entire lifespan of the process. You can set the spec manually by opening HB settings and changing the 'Class Profile' value under the 'Character Manager' group. You can set it programmatically by calling the CharacterManager.SetClassProfile method with an entry from the CharacterManager.ClassProfiles collection tho I doubt you need to if starting HB while logged into the farm toon assuming you have manually set the spec.
This seems to be caused from a naming collision between a member/property defined in profile and the 'Skinning' property that was recently added to PB that allows profile writers to check the skinning level and max level. Please let the profile author know of this issue.
Thank you so very much for reply! But will be nice if you give me a little Example(in code) for use this.
First of all, thank you for an outstanding botbase! I have a question though. Is there a way to send mail to multiple characters from a single profile? Thanks in advance.
I have yet to see a proper bug report regarding this and have not personally experienced the issue with any of the profiles that are shipped with PB. Please see the 'How to report a bug' section in the first post to see guidelines on how to fill out a proper bug report. The profile you have linked is a 3rd party profile and it is expected that you fill out a bug report in the profile author's thread. It is unlikely that it's a bug with training behavior itself but rather the condition that controls when to train. Because profile works after a HB restart does not rule out the possibility it's still a profile issue.
Having issues buying Starlight Ink - Item - World of Warcraft know matter what vendor I use it wont buy. Code: <BuyItemAction NpcEntry="30730" Location="-8863.968, 861.5417, 99.60993" ItemID="Starlight Ink" BuyItemType="SpecificItem" Count="1" BuyAdditively="False" /> and Code: <BuyItemAction NpcEntry="30730" Location="-8863.968, 861.5417, 99.60993" ItemID="79255" BuyItemType="SpecificItem" Count="1" BuyAdditively="False" /> Logs look normal. Code: [22:10:47.621 N] [ProfessionBuddy] Buying Starlight Ink. [18:10:49.634 N]PB 1.651: BuyItemAction Completed [18:10:51.698 N]PB 1.651: BuyItemAction Completed [18:10:53.749 N]PB 1.651: BuyItemAction Completed [18:10:55.808 N]PB 1.651: BuyItemAction Completed [18:10:57.880 N]PB 1.651: BuyItemAction Completed [18:10:59.923 N]PB 1.651: BuyItemAction Completed [18:11:01.981 N]PB 1.651: BuyItemAction Completed [18:11:04.041 N]PB 1.651: BuyItemAction Completed [18:11:06.107 N]PB 1.651: BuyItemAction Completed [18:11:08.171 N]PB 1.651: BuyItemAction Completed [18:11:10.212 N]PB 1.651: BuyItemAction Completed [18:11:12.275 N]PB 1.651: BuyItemAction Completed [18:11:14.327 N]PB 1.651: BuyItemAction Completed [18:11:16.369 N]PB 1.651: BuyItemAction Completed [18:11:18.427 N]PB 1.651: BuyItemAction Completed [18:11:20.479 N]PB 1.651: BuyItemAction Completed [18:11:22.537 N]PB 1.651: BuyItemAction Completed [18:11:24.579 N]PB 1.651: BuyItemAction Completed [18:11:26.639 N]PB 1.651: BuyItemAction Completed [18:11:28.687 N]PB 1.651: BuyItemAction Completed [18:11:30.745 N]PB 1.651: BuyItemAction Completed [18:11:32.792 N]PB 1.651: BuyItemAction Completed [18:11:34.851 N]PB 1.651: BuyItemAction Completed [18:11:36.874 N]PB 1.651: BuyItemAction Completed [18:11:38.937 N]PB 1.651: BuyItemAction Completed [18:11:40.992 N]PB 1.651: BuyItemAction Completed [18:11:43.071 N]PB 1.651: BuyItemAction Completed [22:11:43.264 N] Stopping the bot! Just spamming buying Complete i have the appropriate amount of ink to purchase from vendor for trade. I'm stumped.
I'm having an issue with PB not fishing properly. It will cast but doesn't loot when when it has a catch. Thanks in advance
Yea, problem is that I didn't want to do that with over 200+ glyphs. And was hoping there was either documentation or some other repository I could use. I'll see if I can find a way to massdump the data from wowhead. Thanks for responding!
You can dump the recipe ids and crafted item ids using the console in Developer tools using the following script PHP: ClearLog(); using (StyxWoW.Memory.AcquireFrame()) { var tradeskill = HighVoltz.TradeSkill.GetTradeSkill (SkillLine.Inscription); foreach (var recipe in tradeskill.Recipes.Values) { Log("{0,-40} SpellId: {1,-10} CraftedItemId: {2}",recipe.Name, recipe.SpellId, recipe.CraftedItemID); } }
Hii highvoltz, can you add support for battlepet strings plz? I had code working for exclude affixes from green transmog items in sell/cancel .cs files(thx zakanator) but i cant figure battlepet strings code for compare prices and sell battle pets in cages with normal itemID battle pets