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!

[PB][N][JC/Alch/Ench/Insc] Blazin's Shuffle

I solve the "disenchant-problem" for me.
My problem was that my enchant character is a bloodelf who has a bonus at enchanting.
My character had a skill of 603 and the bot didnt work, why?
The bot thinks that the skill is at 593 because the bot work without the bonus of the bloodelf.

Now, i push the skill to 610 and the bot thinks it is at 600 and the bot works!

I hope it can help some users of this awesome project!

I was having same problem. Ty!
 
Code:
<If Condition="Enchanting.Level &gt;= 600" IgnoreCanRun="True">

that line may cause the trouble.. it seems racial bonus is not included in this variable... just edit it to 590 and u should be fine
 
Thanks for the help, now got it working perfectly. Amazing profile for making gold, way smarter than just selling herbs on the AH! Can't wait to see how my GBank gold looks after a few days.
 
I got the enchanting on bloodelf fixed. But when done DEing it doesnt notify HBRelog to switch. Only problem having now I think.

Besides that all working good.
Im using the TSM AH profile in place of the AH one. Since use TSM.
 
i have only a tiny problem with the profile
i dont want my banker to send Trillium or Kyparite so I set it to 0
and i get this error:
[08:14:30.795 D] PB 1.539: Wait for 00:00:00.5000000 or until false Completed
[08:14:30.796 N] Err: If Condition: (Int32)Settings["Kyparite Ore Stacks"] >= 1
Err:System.NullReferenceException: Object reference not set to an instance of an object.
at CodeDriver.Code1938602049(Object context)
at HighVoltz.Composites.If.CanRun(Object context) in c:\Games\Honorbuddy\Bots\ProfessionBuddy\Composites\If.cs:line 203

guess you all know why is this a serious problem :D
any way to fix this?
 
so major credit to Ben for this is mostly his code with a bit of tweaking
22.jpg
13.jpg
20.jpg
23.jpg
21.jpg
 
Last edited:
i have only a tiny problem with the profile
i dont want my banker to send Trillium or Kyparite so I set it to 0
and i get this error:


guess you all know why is this a serious problem :D
any way to fix this?

Fixed - Please re download v2.2 or update via svn
 
May you add Dalaran zone support? for JC/Inscript?
I've tried to change the code about the NPC buying part, the Inscirpt part works but not the JC part.

Cheers

Edit: My mistake. Fix my own files by checking the log. It works now.
 
Last edited:
hey blazinsheath , can you add Desecrated Herb to the herb list ? My toon can't send that herb to Guild bank nor post them on AH.
 
the skip task after all or done doesnt work for me , what should i set in hbrelog i have logon>wait ( and how much minutes should i set here ? )
 
Will this profile work if my Alchemist/JC is on the same character? I have Alch/JC on one toon and Inscription/Enchanting on another.
 
Any idea why my guy shuffles all his herbs and makes shoulder enchants but wont vendor them on his own? Im having to manually seek out the vendor the sell stuff.
 
Whenever I hit bot config after adding shuffle to bots this happens:
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Jerry\Desktop\HB\Bots\ProfessionBuddy\Localization\Strings.xml'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFrom*****, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWeb***** *****, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext)
at System.Xml.Linq.XElement.Load(String uri, LoadOptions options)
at System.Xml.Linq.XElement.Load(String uri)
at HighVoltz.Professionbuddy.LoadStringsFromXml(String path) in c:\Users\Jerry\Desktop\HB\Bots\ProfessionBuddy\Professionbuddy\ProfessionBuddy.cs:line 616
at HighVoltz.Professionbuddy.LoadStrings() in c:\Users\Jerry\Desktop\HB\Bots\ProfessionBuddy\Professionbuddy\ProfessionBuddy.cs:line 594
at HighVoltz.Professionbuddy.Init() in c:\Users\Jerry\Desktop\HB\Bots\ProfessionBuddy\Professionbuddy\ProfessionBuddy.cs:line 553
Err: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at HighVoltz.MainForm..ctor() in c:\Users\Jerry\Desktop\HB\Bots\ProfessionBuddy\Professionbuddy\MainForm.cs:line 482
 
Back
Top