Hi,
i added the possibility to don't sell blu gems (Zephyrite and Ocean Sapphire) and to don't send mail with DE mats and JC mats
Can i post it? Can it be useful to anyone?
I have edited this to work in Dalaran, added an option for name of general banker toon (HB would get confused some times and change the name of the banker in settings to another toon), deposit gold if more than a specified amount in guild bank (banker toons) and withdraw a specified amount of gold from guild bank if below a certain amount from guild bank (crafter toons that need gold for settings, parchments etc).
Is there an interest in those changes?
No one said yes, but whatever...
I'm still having issues trying to get my JC to mail stuff to my Enchanter and I changed the name settings at the top of the profile. Any ideas?
Also its getting stuck crafting stuff even while my bags are full...
Much appreciated for whatever reason I can't seem to get it to move past crafting at the Forge or then it gets stuck at "Batch done taking a 2min break" which actually lasts longer than 2 min.Received your PM's will check during the week, kind of busy preparing for my vacation etc.
<If Condition="Enchanting.Level >= 450" IgnoreCanRun="True">
<StackItemsAction />
<CallSubRoutine SubRoutineName="SendMail" />
<DisenchantAction ActionType="Disenchant" ItemTarget="All" ItemQuality="Uncommon" ItemId="0" />
<DisenchantAction ActionType="Disenchant" ItemTarget="All" ItemQuality="Rare" ItemId="0" />
<While Condition="InbagCount(52718) >= 3" IgnoreCanRun="True">
<CustomAction Code="Log("[PB] Using Lesser Celestial Essence.");" />
<CustomAction Code="Lua.DoString("UseItemByName(52718)");" />
</While>
<While Condition="InbagCount(52720) >= 3" IgnoreCanRun="True">
<CustomAction Code="Log("[PB] Using Small Heavenly Shard.");" />
<CustomAction Code="Lua.DoString("UseItemByName(52720)");" />
</While>
<CallSubRoutine SubRoutineName="SendMail" />
</If>
Much appreciated for whatever reason I can't seem to get it to move past crafting at the Forge or then it gets stuck at "Batch done taking a 2min break" which actually lasts longer than 2 min.
Attached is MY EDITED version of the original profile. So far my scribe section works fine, havent tested the alch or enchanting yet but I'll edit this if I run into another problem.
EDIT: NEW PROBLEM on my DE char he doesnt even get mail he just sits there and bot says "Done disenchanting" and "[Pb] Batch done going to take a break for 2min.
This is exactly what code is in the original shuffle profile because I've had no need to change it. The only thing I did for enchanting was change where it says "Enchanter name" at the top of the profile.
PHP:<If Condition="Enchanting.Level >= 450" IgnoreCanRun="True"> <StackItemsAction /> <CallSubRoutine SubRoutineName="SendMail" /> <DisenchantAction ActionType="Disenchant" ItemTarget="All" ItemQuality="Uncommon" ItemId="0" /> <DisenchantAction ActionType="Disenchant" ItemTarget="All" ItemQuality="Rare" ItemId="0" /> <While Condition="InbagCount(52718) >= 3" IgnoreCanRun="True"> <CustomAction Code="Log("[PB] Using Lesser Celestial Essence.");" /> <CustomAction Code="Lua.DoString("UseItemByName(52718)");" /> </While> <While Condition="InbagCount(52720) >= 3" IgnoreCanRun="True"> <CustomAction Code="Log("[PB] Using Small Heavenly Shard.");" /> <CustomAction Code="Lua.DoString("UseItemByName(52720)");" /> </While> <CallSubRoutine SubRoutineName="SendMail" /> </If>
<[COLOR=#0000cd]Settings [/COLOR][COLOR=#ff0000]Type[/COLOR]="[COLOR=#4b0082]String[/COLOR]" [COLOR=#ff0000]DefaultValue[/COLOR]="" [COLOR=#ff0000]Name[/COLOR]="[COLOR=#4b0082]blahurcharnameisfiltered[/COLOR]" [COLOR=#ff0000]Summary[/COLOR]="[COLOR=#4b0082]Name of your Enchanter[/COLOR]" [COLOR=#ff0000]Category[/COLOR]="[COLOR=#4b0082]Misc[/COLOR]" [COLOR=#ff0000]Global[/COLOR]="[COLOR=#4b0082]False[/COLOR]" [COLOR=#ff0000]Hidden[/COLOR]="[COLOR=#4b0082]False[/COLOR]" />
<[COLOR=#0000cd]Settings [/COLOR][COLOR=#ff0000]Type[/COLOR]="[COLOR=#4b0082]String[/COLOR]" [COLOR=#ff0000]DefaultValue[/COLOR]="" [COLOR=#ff0000]Name[/COLOR]="[COLOR=#4B0082]blahurcharnameisfiltered[/COLOR]" [COLOR=#ff0000]Summary[/COLOR]="[COLOR=#4b0082]Name of your Alchemist[/COLOR]" [COLOR=#ff0000]Category[/COLOR]="[COLOR=#4b0082]Misc[/COLOR]" [COLOR=#ff0000]Global[/COLOR]="[COLOR=#4b0082]False[/COLOR]" [COLOR=#ff0000]Hidden[/COLOR]="[COLOR=#4b0082]False[/COLOR]" />
<[COLOR=#0000cd]Settings [/COLOR][COLOR=#ff0000]Type[/COLOR]="[COLOR=#4b0082]String[/COLOR]" [COLOR=#ff0000]DefaultValue[/COLOR]="" [COLOR=#ff0000]Name[/COLOR]="[COLOR=#4b0082]EnchanterName[/COLOR]" [COLOR=#ff0000]Summary[/COLOR]="[COLOR=#4B0082]Name of your Enchanter[/COLOR]" [COLOR=#ff0000]Category[/COLOR]="[COLOR=#4b0082]Misc[/COLOR]" [COLOR=#ff0000]Global[/COLOR]="[COLOR=#4b0082]False[/COLOR]" [COLOR=#ff0000]Hidden[/COLOR]="[COLOR=#4b0082]False[/COLOR]" />
<[COLOR=#0000cd]Settings [/COLOR][COLOR=#ff0000]Type[/COLOR]="[COLOR=#4b0082]String[/COLOR]" [COLOR=#ff0000]DefaultValue[/COLOR]="" [COLOR=#ff0000]Name[/COLOR]="[COLOR=#4b0082]AlchemistName[/COLOR]" [COLOR=#ff0000]Summary[/COLOR]="[COLOR=#4b0082]Name of your Alchemist[/COLOR]" [COLOR=#ff0000]Category[/COLOR]="[COLOR=#4b0082]Misc[/COLOR]" [COLOR=#ff0000]Global[/COLOR]="[COLOR=#4b0082]False[/COLOR]" [COLOR=#ff0000]Hidden[/COLOR]="[COLOR=#4b0082]False[/COLOR]" />
After working with this for a few more days... I'm in love.
What would I need to do to have my scribe make glyphs instead of DE books? As well as my alch make potions?