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 was able to test most of the functions in the profile and they seem to be working just fine is there a certain issue people are having

remember the info below helps find issues faster

The issue:
Profile Version:
Character Comp: example JC/Alchemy
Horde or Alliance:
Log file:
 
Working like a charm! But is there any option to not have a banker?
 
Would it be possible to lower the skill requirement?
I tried editing the file to make it possible for professions at 500+ to use it.. unfortunately without luck.
 
Profile issue

The issue: During the Inscribtion run the bot is trying to buy starlight ink for x10 inc of dreams, my character just ends up standing at the vendor trying to buy with no luck, other then that no problems as far as I know
Profile Version: Do not know how to check, but downloaded and updated SVN today (26th of January)
Character Comp: JC/Incription
Horde or Alliance: Horde
Log file: View attachment 7688 2014-01-26 00.14.txt
 
The issue: During the Inscribtion run the bot is trying to buy starlight ink for x10 inc of dreams, my character just ends up standing at the vendor trying to buy with no luck, other then that no problems as far as I know
Profile Version: Do not know how to check, but downloaded and updated SVN today (26th of January)
Character Comp: JC/Incription
Horde or Alliance: Horde
Log file: View attachment 118616

Open up the shuffle XML file, and find line 240-ish

Code:
<!-- Convert Ink of Dreams to Starlight Ink -->
      <If Condition="(bool)Settings[&quot;ConvertInkDreams&quot;]" IgnoreCanRun="True">
        <CallSubRoutine SubRoutineName="GoToScribeShop" />
        <CustomAction Code="Mount.Dismount();" />
        <WaitAction Condition="false" Timeout="500" />
        <CustomAction Code="Log(&quot;[ProfessionBuddy*] Trading Dreams for Starlight.&quot;);" />
        <CustomAction Code="Log(&quot;[ProfessionBuddy] Buying Starlight Ink.&quot;);" />
        <While Condition="InbagCount(79254) &gt;= 10" IgnoreCanRun="True">
          <If Condition="Me.IsAlliance" IgnoreCanRun="True">
            <BuyItemAction NpcEntry="30730" Location="-8863.968, 861.5417, 99.60993" ItemID="79255" BuyItemType="SpecificItem" Count="1" BuyAdditively="True" />
          </If>
          <If Condition="Me.IsHorde" IgnoreCanRun="True">
            <BuyItemAction NpcEntry="46718" Location="1843.92, -4469.069, 47.66559" ItemID="79255" BuyItemType="SpecificItem" Count="1" BuyAdditively="False" />
          </If>
        </While>
      </If>

If you change "BuyAdditively" from "False" to "True" like i have done here for the alliance, it should start working. Others have said they didnt have any success with this, but i've debugged it on my own script and messed with all the settings and False->True fixed the issue for me :)

There is another section that looks very similar to the above code at about line 957, so do the same thing there.

This info was originally suggested a few pages ago - trickrick on p65 (thanks bro!)
 
Thank you for this profile. I use it every day and it works almost flawlessly. One suggestion though would be that you change the Orgrimmar bank location from Valley of Strength to Valley of Honor, seeing as the jewelcrafter is located much closer to that particular bank.
 
The only problem I get is, The jewelcrafter sends all raw rare gems like primordial ruby, sun's radiance to banker although i set it *not* to send. Anyone know how to fix this?
 
Been having problem with jewelcrafting. It makes rings and sends out mail a couple times then stops crafting. Im think of running jc/enchant on same character. Does it help to not have to send mail?
 
This is still working! I just fired up my shuffle account and i see this! Very nice will try today
 
Ooh just found scribes dont make crap for gold now. Wings sell for 1 gold 87 silver :(
 
Could not detach handler OnUnitSpellCastSucceeded from event UNIT_SPELLCAST_SUCCEEDED; it is not a member

Is what im getting when im starting this and trying to make the jewelcrafter to craft rings/amulets.. Do some1 know what it means?

thx!
 
I don't know if anyone has posted or somethings wrong put the combined shuffle, it will not grab my mail. Too many pages on here.
 
Had to add a few extra things in like mailing off Golden Lotus to alch and added flask making in but having troubles with making 5 of each. Added in ghost iron ore/golden lotus buying if under set price on the banker. Oh and fixed the primal diamond problem. Awesome profile!
 
Last edited:
thanks for this

1 question..

how do i get the farmer to mail the mats to the banker??
 
Back
Top