hi guys i edited this profile called "[N][QB] Turbo Skinning Nagrand by Gatherit" to include an mail box and horde only npc for sales but i cant figure out how to make in send all the fur and leather that chokes my bags up and suggestions?
fur and leather stack to 200. how big of bags do you have?!?! but seriously, post the profile [cause im lazy and dont want to find it myself] and we can look inside. usually there is a section near the top, above the hotspot section that outlines what to vendor and what to mail. check out this profile i made awhile back. PHP: <HBProfile> /////////////////////////////////////////////////////////////////////// // Profile Developer: Frosticus // Farm zone: Townlong Steppes // Farm mobs: Sra'thik /////////////////////////////////////////////////////////////////////// <Name>iFarm Windwool Cloth in Townlong Steppes</Name> <MinFreeBagSlots>3</MinFreeBagSlots> <MinDurability>0.1</MinDurability> <MinLevel>90</MinLevel> <MaxLevel>101</MaxLevel> <MailGrey>False</MailGrey> <MailWhite>False</MailWhite> <MailGreen>True</MailGreen> <MailBlue>False</MailBlue> <MailPurple>True</MailPurple> <SellGrey>True</SellGrey> <SellWhite>True</SellWhite> <SellGreen>False</SellGreen> <SellBlue>True</SellBlue> <SellPurple>False</SellPurple> <ProtectedItems> </ProtectedItems> <Vendors> <Vendor Nav="Fly" Name="Commander Oxheart" Entry="64606" Type="Repair" X="2084.738" Y="4902.924" Z="198.5378" /> </Vendors> <Mailboxes> <Mailbox Nav="Fly" X="1850.721" Y="4274.083" Z="148.8682" /> </Mailboxes> <AvoidMobs> </AvoidMobs> <Blackspots> </Blackspots> once your profile is edited accordingly, you just add your mail target in the settings tab in the HB gui.
so ive set the sale and mail location to Wor'var town as ring of trials has to much activity this is at exact copy pasterino of the profil i have the same mail and vendor settings as you i only edited the repair vendor to match the mailbox location PHP: <HBProfile> <!-- This profile was made by Gatherit from gatherithb.com --> <Name>[N][QB] Turbo Skinning Nagrand by Gatherit 420noscope redux</Name> <MinDurability>0.4</MinDurability> <MinFreeBagSlots>1</MinFreeBagSlots> <MinLevel>97</MinLevel> <MaxLevel>101</MaxLevel> <MailGrey>false</MailGrey> <MailWhite>true</MailWhite> <MailGreen>true</MailGreen> <MailBlue>false</MailBlue> <MailPurple>true</MailPurple> <SellGrey>true</SellGrey> <SellWhite>false</SellWhite> <SellGreen>false</SellGreen> <SellBlue>true</SellBlue> <SellPurple>false</SellPurple> <AvoidMobs> <Mob Name="Slithershock Eel" Entry="83742" /> <Mob Name="Warsong Wolf Master" Entry="80253" /> <Mob Name="Direfang Alpha" Entry="86932" /> <Mob Name="Nagrand Warrider" Entry="81331" /> <Mob Name="Warleader Tome" Entry="81330" /> <Mob Name="Enslaved Earth Spirit" Entry="81409" /> <Mob Name="Pale Skulker" Entry="81308" /> <Mob Name="Pale Subjugator" Entry="81578" /> <Mob Name="Sabermaw Mystic" Entry="80056" /> <Mob Name="Sabermaw Scarfang" Entry="78976" /> <Mob Name="Sabermaw Mauler" Entry="78990" /> <Mob Name="Highmaul Archaeologian" Entry="82619" /> <Mob Name="Raging Crusher" Entry="80144" /> <Mob Name="Banthar" Entry="82119" /> <Mob Name="Gnarlhoof the Rabid" Entry="82778" /> <Mob Name="Flinthide" Entry="83483" /> <Mob Name="Sabermaw Mauler" Entry="78990" /> <Mob Name="Redclaw the Feral" Entry="82755" /> </AvoidMobs> <Vendors> <Vendor Entry="82343" Name="Sumi" Z="145.0776" Y="4625.069" X="3228.321" Type="Repair"/> </Vendors> <Mailboxes> <Mailbox Z="143.1709" Y="4604.341" X="3207.915"/> </Mailboxes> <Blackspots> </Blackspots> <QuestOrder> <CustomBehavior File="UserDialog" AllowBotStop="False" SoundCue="Exclamation" SoundCueInterval="5" ExpiryTime="30" ExpiryAction="InputEnabled_Continue" Text="This profile should fly to the right zone and then go to the farm locaion. If not, start it in Nagrand. Enjoy!" Title="WARNING" /> <While Condition="true"> <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, " [Gatherit]: Hang on, we are heading to the location to kill things, make sure you're ready to skin. We will try to avoid combat until we get there.");"/> <CustomBehavior File="NoCombatMoveTo" X="2187.97" Y="4843.24" Z="259.4205" /> <CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, " [Gatherit]: Here we are! Good luck! Make sure skinning and ninja skinning are enabled in settings!");"/> <SetGrindArea> <GrindArea> <TargetMinLevel>90</TargetMinLevel> <TargetMaxLevel>101</TargetMaxLevel> <LootRadius>80</LootRadius> <TargetElites>false</TargetElites> <RandomizeHotspots>false</RandomizeHotspots> <MobIds>79034</MobIds> <Factions></Factions> <Hotspots> <Hotspot X="2187.97" Y="4843.24" Z="259.4205" /> </Hotspots> </GrindArea> </SetGrindArea> <GrindUntil Nav="Fly" Condition="Me.Level >= 9999" /> </While> </QuestOrder> </HBProfile> also on the bag size two of them are royal satchels the other two are the new leather working bags its just this druid boomkin thats 685 smashes it doing around 550 kills per hour and skins as well beast mode is engaged
HB doesn't mail natively until the 'minfreebagslots' number is hit i.e. 1 (near the top of the profile). If you want it to mail when there's 10 slots left or 20 slots left then change THAT number. I don't quite remember if there's a way to force mailing, but there is a way to force vendoring which also means it goes and mails items, though to enable that you'd need to change the grind condition to something like 'minfreebagslots' which is just a different solution to the problem. Hope that helps mate.
looks something like this PHP: <If Condition="Me.FreeBagSlots < 5" > <CustomBehavior File="FlyTo" X="1003.566" Y="3418.67" Z="256.6985" /> <CustomBehavior File="ForceSetVendor" DoSell="True" DoRepair="True" DoMail="True" /> </If> this is from one of my panda profiles. you will have to change FlyTo to MoveTo. and change the coords to the vendor coords.
open up your honorbuddy folder and open up the force mail file. See if your fur or leather is listed on there. Also have you tried reinstalling a new honorbuddy?