I can not open the config anymore
have it on some characters too
Last edited:
I can not open the config anymore
Hi, MrAzon, and many thanks for the log.It works for all my characters only for my paladin not. There he stands on 1 point and tells
Code:[Garrisonbuddy] Collecting 19 Mines shipments from entries 239237, 235886
Hi, Soeski, and thanks for the log.I can not open the config anymore (it worked yesterday). Pressing the button just does nothing, except one error in the log (System.InvalidOperationException: The calling thread cannot access this object because a different thread owns it.)
Log attached.
<EnabledMissionTypes>
</ EnabledMissionTypes>
Can you support only to collect mines and herbs and don't collecting shipments. Because my account has a bug it's always show there have 19 mines shipments can collect, however there have none actually. I think this bug is because my account changed the camp from Horde to Alliance.
View attachment 175939View attachment 175940
Hi, Zzczz004, and thanks for all those details.I have this same issue on three of my characters. I wish this could be fixed on Bliz's end but they haven't done crap about it. Would be awesome to have just a gather herb and ore option!
Hypermonkey said:Can I ask what the point of starting missions with all experience is when all my followers are already epic? They gain no experience when doing the missions so it should never prioritize such things over say getting gold or items or anything like that. There should also be an option to just turn that off since some people might want to do missions by hand. As it stands this part of the garrisonbuddy is badly designed, and using it basically locked up all my missions with zero value for it.
They still gain items/gold. You can already disable follower missions handling directly in the config file (afaik it will be available in the next release). Last but not least this is an early release, so don't think too much about the missions engine, I'm sure it'll be improved by Apoc or plugin developers.
I think personally think this has great potential, and at many areas already seems better than other botbases that has existed for many months..
Didn't mean to sound ungrateful or anything.
Ok yes it worked really well, I was just surprised that with all my followers already purple it literally did every mission that gave me nothing. It left out ones that gave me any gold, or items, which kind of sucked since its now locked for like 7 hours on some of them. On my next toon I just did all the missions I wanted done first, and let the bot decide what to do after that. But it does look good for everything else.
What I'd be looking for is something like IF-THEN-ELSE when it came to missions. Example:
If X is available, THEN do X, ELSE do Y instead.
Or the ability to prioritize missions over other ones but still do the others when there are none of the prioritized left first.
I'll look at the config.
Thanks
I'm pretty sure you can set the priority to do gold missions as priority over experience missions. I assumed it would try to complete every mission over XX% chance of success, default 50, searching for specified priority first. In which case, selecting gold would do gold missions first, then start shifting through. Not sure if there is a way to edit/define the priority as experience becomes least important once all your toons hit 100 & epic.
certain missions should be high priority over all others. for example it did slagworks mission last so i had all bad followers for it. i would of had a 100% success chance if it did it first. soo havings a choice which ones should be top priority would be awsome
When you have the "stuck" issue, for me it's enough to manually move the toon to the mine. It will pick up the rest after a few yards.I have this problem too. If there are active mining orders, it gets stuck near the fountain in the middle (it just stops and stands there). If there are no mining orders active, it will not get stuck at the fountain and keeps going towards mine to harvest.
Hi, Zzczz004, and thanks for all those details.
We would expect this situation to right itself after a few days. If it does not, please provide us with updated information. Generally, there is not a lot we can do about a lying game client. And, we would rather not add point-solution code to fix a Bliz bug that will right itself in a short period of time.
To anyone else that has this problem, and would like to report it...
Please mention whether or not you have done a character or faction transfer on the affected toons.
cheers,
chinajade
Message: Interface\FrameXML\BankFrame.lua:73: attempt to index local 'button' (a nil value)
Time: XX/XX/XX XX:XX:XX
Count: XX
Stack: Interface\FrameXML\BankFrame.lua:73: in function `BankFrameItemButton_Update'
Interface\FrameXML\BankFrame.lua:283: in function <Interface\FrameXML\BankFrame.lua:250>
Locals: button = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'button' (a nil value)"
using GarrisonBuddy.Planning.Missions;
using System.Collections.Generic;
internal class EmptyMissionPlanSorter : IMissionPlanSorter
{
public string Name { get { return "None"; } }
public List<MissionPlan> SortMissionPlans(List<MissionPlan> plans)
{
return new List<MissionPlan>();
}
}
<?xml version="1.0"?>
<GarrisonBuddySettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MixedModeCompletedMissionsTrigger>3</MixedModeCompletedMissionsTrigger>
<MixedModeTimeBetweenRunsInMinutes>60</MixedModeTimeBetweenRunsInMinutes>
<MixedModeBuildingConstructionComplete>true</MixedModeBuildingConstructionComplete>
<MixedModeShipmentReady>false</MixedModeShipmentReady>
<MixedModeInvasion>true</MixedModeInvasion>
<TradingPostBuyoutLimits>
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blackrock Ore" ItemId="109118" MerchantId="86777" MerchantName="Elder Surehide" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blackrock Ore" ItemId="109118" MerchantId="87202" MerchantName="Trader Yula" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="True Iron Ore" ItemId="109119" MerchantId="86777" MerchantName="Elder Surehide" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="True Iron Ore" ItemId="109119" MerchantId="87202" MerchantName="Trader Yula" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Starflower" ItemId="109127" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Starflower" ItemId="109127" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Frostweed" ItemId="109124" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Frostweed" ItemId="109124" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fireweed" ItemId="109125" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fireweed" ItemId="109125" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Gorgrond Flytrap" ItemId="109126" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Gorgrond Flytrap" ItemId="109126" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Talador Orchid" ItemId="109129" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Talador Orchid" ItemId="109129" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Nagrand Arrowbloom" ItemId="109128" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Nagrand Arrowbloom" ItemId="109128" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Draenic Dust" ItemId="109693" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Draenic Dust" ItemId="109693" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Sumptuous Fur" ItemId="111557" MerchantId="86777" MerchantName="Elder Surehide" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Sumptuous Fur" ItemId="111557" MerchantId="87202" MerchantName="Trader Yula" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Beast Hide" ItemId="110609" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Beast Hide" ItemId="110609" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Boar Meat" ItemId="109136" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Boar Meat" ItemId="109136" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Riverbeast Meat" ItemId="109135" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Riverbeast Meat" ItemId="109135" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Elekk Meat" ItemId="109134" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Elekk Meat" ItemId="109134" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Rylak Egg" ItemId="109133" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Rylak Egg" ItemId="109133" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Talbuk Meat" ItemId="109132" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Talbuk Meat" ItemId="109132" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Clefthoof Meat" ItemId="109132" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Clefthoof Meat" ItemId="109132" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blackwater Whiptail Flesh" ItemId="109144" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blackwater Whiptail Flesh" ItemId="109144" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Abyssal Gulper Eel Flesh" ItemId="109143" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Abyssal Gulper Eel Flesh" ItemId="109143" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Sea Scorpion Segment" ItemId="109142" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Sea Scorpion Segment" ItemId="109142" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fire Ammonite Tentacle" ItemId="109141" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fire Ammonite Tentacle" ItemId="109141" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blind Lake Sturgeon Flesh" ItemId="109140" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blind Lake Sturgeon Flesh" ItemId="109140" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fat Sleeper Flesh" ItemId="109139" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fat Sleeper Flesh" ItemId="109139" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Jawless Skulker Flesh" ItemId="109138" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Jawless Skulker Flesh" ItemId="109138" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Crescent Saberfish Flesh" ItemId="109137" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" />
<TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Crescent Saberfish Flesh" ItemId="109137" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" />
</TradingPostBuyoutLimits>
<TradingPostWorkOrderLimits>
<TradingPostWorkOrderLimitation ItemId="109118" KeepMinimum="0" Disabled="true" Comment="Blackrock Ore" />
<TradingPostWorkOrderLimitation ItemId="109119" KeepMinimum="0" Disabled="true" Comment="True Iron Ore" />
<TradingPostWorkOrderLimitation ItemId="109127" KeepMinimum="0" Disabled="true" Comment="Starflower" />
<TradingPostWorkOrderLimitation ItemId="109124" KeepMinimum="0" Disabled="true" Comment="Frostweed" />
<TradingPostWorkOrderLimitation ItemId="109125" KeepMinimum="0" Disabled="true" Comment="Fireweed" />
<TradingPostWorkOrderLimitation ItemId="109126" KeepMinimum="0" Disabled="true" Comment="Gorgrond Flytrap" />
<TradingPostWorkOrderLimitation ItemId="109129" KeepMinimum="0" Disabled="true" Comment="Talador Orchid" />
<TradingPostWorkOrderLimitation ItemId="109128" KeepMinimum="0" Disabled="true" Comment="Nagrand Arrowbloom" />
<TradingPostWorkOrderLimitation ItemId="109693" KeepMinimum="0" Disabled="true" Comment="Draenic Dust" />
<TradingPostWorkOrderLimitation ItemId="111557" KeepMinimum="0" Disabled="true" Comment="Sumptuous Fur" />
<TradingPostWorkOrderLimitation ItemId="110609" KeepMinimum="0" Disabled="true" Comment="Raw Beast Hide" />
<TradingPostWorkOrderLimitation ItemId="109136" KeepMinimum="0" Disabled="true" Comment="Raw Boar Meat" />
<TradingPostWorkOrderLimitation ItemId="109135" KeepMinimum="0" Disabled="true" Comment="Raw Riverbeast Meat" />
<TradingPostWorkOrderLimitation ItemId="109134" KeepMinimum="0" Disabled="true" Comment="Raw Elekk Meat" />
<TradingPostWorkOrderLimitation ItemId="109133" KeepMinimum="0" Disabled="true" Comment="Rylak Egg" />
<TradingPostWorkOrderLimitation ItemId="109132" KeepMinimum="0" Disabled="true" Comment="Raw Talbuk Meat" />
<TradingPostWorkOrderLimitation ItemId="109132" KeepMinimum="0" Disabled="true" Comment="Raw Clefthoof Meat" />
<TradingPostWorkOrderLimitation ItemId="109144" KeepMinimum="0" Disabled="true" Comment="Blackwater Whiptail Flesh" />
<TradingPostWorkOrderLimitation ItemId="109143" KeepMinimum="0" Disabled="true" Comment="Abyssal Gulper Eel Flesh" />
<TradingPostWorkOrderLimitation ItemId="109142" KeepMinimum="0" Disabled="true" Comment="Sea Scorpion Segment" />
<TradingPostWorkOrderLimitation ItemId="109141" KeepMinimum="0" Disabled="true" Comment="Fire Ammonite Tentacle" />
<TradingPostWorkOrderLimitation ItemId="109140" KeepMinimum="0" Disabled="true" Comment="Blind Lake Sturgeon Flesh" />
<TradingPostWorkOrderLimitation ItemId="109139" KeepMinimum="0" Disabled="true" Comment="Fat Sleeper Flesh" />
<TradingPostWorkOrderLimitation ItemId="109138" KeepMinimum="0" Disabled="true" Comment="Jawless Skulker Flesh" />
<TradingPostWorkOrderLimitation ItemId="109137" KeepMinimum="0" Disabled="true" Comment="Crescent Saberfish Flesh" />
</TradingPostWorkOrderLimits>
<WorkOrderLimits>
<WorkOrderLimitation Building="Alchemy" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="Enchanting" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="Engineering" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="Blacksmithing" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="Jewelcrafting" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="Inscription" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="Leatherworking" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="Tailoring" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="Barn" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="GladiatorsSanctum" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="LumberMill" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="HerbGarden" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="Mines" KeepMinimum="0" KeepMinimumSecondary="0" />
<WorkOrderLimitation Building="WarMill" KeepMinimum="1000" KeepMinimumSecondary="0" />
</WorkOrderLimits>
<WorkOrdersIgnoreBankItems>false</WorkOrdersIgnoreBankItems>
<MinimumMissionSuccess>100</MinimumMissionSuccess>
<EnabledMissionTypes>
</EnabledMissionTypes>
<MissionPlanningStrategy>None</MissionPlanningStrategy>
<LastHerbCheck>0001-01-01T00:00:00</LastHerbCheck>
<LastMineCheck>0001-01-01T00:00:00</LastMineCheck>
<MinimumFreeBagSlots>0</MinimumFreeBagSlots>
<OpenItemTokens>false</OpenItemTokens>
<MailCollectedItems>false</MailCollectedItems>
<BankCollectedItems>true</BankCollectedItems>
<WarMillDailySelectArmor>false</WarMillDailySelectArmor>
<WarMillDisableDailyQuest>false</WarMillDisableDailyQuest>
<DisableFollowerUpgrading>true</DisableFollowerUpgrading>
<DumpGeneratedTile>false</DumpGeneratedTile>
</GarrisonBuddySettings>
Hi, Soundpool,can't seem disable using the salvage yard, would rather do this manually
Hi again, Zzczzc004,I try to use this method but failed. Honorbuddy:HelpDesk:Cache corruption problems - The Buddy Wiki
I also try to ask GM of Blizzard but he say this is not affect the play.
HB-2263 is my question right? I can provide you more information if you want and tell me how to do it, i am also an software engineer.
Hi, Darlan,I don't want the bot to start missions, it should be an optional thing. I want to do the missions I want with the followers I want, not an AI do it.
A simple 'Disable' checkbox wouldn't hurt anyone.
I found a way to disable the starting of missions:
1. Go to Honorbuddy/Settings/[Realm]/[Character].
2. Open the file GarrisonBuddySettings.xml with a text editor.
3. Locate the tag <EnabledMissionTypes> </ EnabledMissionTypes>
4. Delete the contents inside those tags, looking just like this:
5. Your bot won't start missions anymoreCode:<EnabledMissionTypes> </ EnabledMissionTypes>
If at any time you change your mind and want to do missions again, just rename the file to make a backup, such as GarrisonBuddySettings.xml.BAK and when you start the bot, it will generate a fresh file again.
hi Apoc,
two more things i have saw during running on different chars...
on my toon in the herb garden spawned a mob and this happend afterwards
not sure if it has to do with the routine - i will try it next time with singular...
PHP:Changed POI to: Type: Kill, Name: Gestörter Schotling [xx:xx:08.454 D] [Portal ~ Debug] Started moving. [xx:xx:22.228 D] [Portal ~ Debug] Burn Phase -> Evocation off cooldown. [xx:xx:22.279 N] [Portal] [HP: 97] [Mana: 100] [Ch: 0] [Mis: 0] [Casting: Ice Barrier] [On: Me @ 97.0%] [xx:xx:22.351 D] [Portal ~ Debug] Stopping Movement! [xx:xx:22.389 D] [Portal ~ CL] Cast:Ice Barrier [xx:xx:22.421 D] [Portal ~ Debug] Stopped moving. [xx:xx:23.436 D] [Portal ~ Debug] Burn Phase -> Evocation off cooldown. [xx:xx:23.645 N] [Portal] [HP: 97] [Mana: 99.4] [Ch: 0] [Mis: 0] [Casting: Arcane Blast] [On: Timothy Leens @ 100.0% - 12.3k - 34.5yds] [Id:77730] [TTD:1]
on an other toon bot went to trading post to buy things like configured but get following error...
Config:
PHP:<TradingPostBuyout KeepMinimum="200" ResourceMinimum="9200" ItemName="Draenic Dust" ItemId="109693" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="9200" ItemName="Draenic Dust" ItemId="109693" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" />
Error:
PHP:[Interact] Interacting with Pyxni Groschenhort Distance: 101 [xx:xx:30.750 D] Moving to <1857.911, 315.8064, 83.3261> from <1825.264, 220.0485, 72.18462> [xx:xx:30.757 D] Activity: Purchasing materials from the Trader: Pyxni Groschenhort [xx:xx:39.102 N] (Singular) YourCurrentTarget: changed to: (null) [xx:xx:39.484 N] (Singular) YourCurrentTarget: changed to: Pyxni Groschenhort.C427 lvl=100 h=100.0%, maxh=97854, d=5.4 yds, box=1.5, boss=N, trivial=N, player=N, attackable=N, neutral=Y, hostile=N, entry=87201, faction=2755, loss=Y, facing=Y, blacklist=N, combat=N, flying=N, abovgrnd=N, creature=Humanoid, tagme=N, tagother=N, tapall=N [xx:xx:39.277 D] Stopped moving. [xx:xx:39.649 D] Interacting with Pyxni Groschenhort (Unit Id: 87201) [xx:xx:42.396 N] Not enough money to buy 200 Activity: Purchasing materials from the Trader: Pyxni Groschenhort [xx:xx:44.854 D] Stopped moving. [xx:xx:45.052 N] (Singular) YourCurrentTarget: changed to: Pyxni Groschenhort.C427 lvl=100 h=100.0%, maxh=97854, d=5.1 yds, box=1.5, boss=N, trivial=N, player=N, attackable=N, neutral=Y, hostile=N, entry=87201, faction=2755, loss=Y, facing=Y, blacklist=N, combat=N, flying=N, abovgrnd=N, creature=Humanoid, tagme=N, tagother=N, tapall=N [xx:xx:45.180 D] Interacting with Pyxni Groschenhort (Unit Id: 87201) [xx:xx:48.131 N] Not enough money to buy 35
also it started work order although i have disabled them...
but maybe i have missinterpreted the settings...
PHP:<TradingPostWorkOrderLimitation ItemId="109693" KeepMinimum="0" Disabled="true" Comment="Draenic Dust" />
ill send you the log files...
regards...
Hi, lttlmantate1, and thanks for the log.Because I'm weird, I have about 16 toons at max level who only ever garrison. That said I have several w/ more than 40 Salvage crates. It doesn't appear to be performing a minimum bag space check when opening salvage. ON the plus side, the postmaster has my back
Had a problem in Alliance level 3 completing a small building, rode to scroll and seemed to have an issue interacting so I clicked it.
Also, it might be an pathing issue with the folks getting caught at the fountain. Just ran it, got caught at the fountain and log was posting that it was trying to collect mine work orders (Verbose logging turned on from last time I ran beta), I ran it about halfway to mine, restarted and it completed with no problem, except missing 1 node it appears.
Any chance of future options to go out and trap? Collect Lumber? Fish in Pond and do daily fishing quest?
EDIT
Just watched it try to do barn, I have leather and fur crates in my bags, but reading the text for the option it selected, option two for the gossip interaction, which for my level 2 barn is "What's new with the improved iron trap?" See attached log, after failing interaction it did NOT attempt to continue, didn't see if it tried twice, running short on time.
Thanks for the new product.
View attachment 175944
Price is what you pay, value is what you get.
Hi, HBBeside,Hi,
First of all thank for the great job !
I note a major bug in the way that certain settings are stored. For exemple "MissionPlanningStrategy" is always reset to "By Experience".
Also before doing mine harvest, the character sometimes stuck in the middle of the garrison (close to the fly [Position <1851.98, 245.56, 76.64>]). if I move manually it go on.
Finaly, when the character try to put collected items in the bank the following lua error always happens :
Code:Message: Interface\FrameXML\BankFrame.lua:73: attempt to index local 'button' (a nil value) Time: XX/XX/XX XX:XX:XX Count: XX Stack: Interface\FrameXML\BankFrame.lua:73: in function `BankFrameItemButton_Update' Interface\FrameXML\BankFrame.lua:283: in function <Interface\FrameXML\BankFrame.lua:250> Locals: button = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = nil (*temporary) = "attempt to index local 'button' (a nil value)"
Waiting for the new version with promised enhancements, I have configured the bot using this configuration.
The bot will :
+ Finalize mission.
+ Harvest mines and plants.
+ Collect orders and place new ones.
+ Collect Trading post crates but not order.
+ Collect Warmill crates and do the quest selecting weapon.
The bot will not :
- Place new mission
- Create Trading post order
- Convert Trading post ressources
- Upgrade followers
To do so, you have to create a File called "EmptyMissonPlanner.cs" in the folder "Honorbuddy\Plugins\GarrisonBuddy\" containing :
Code:using GarrisonBuddy.Planning.Missions; using System.Collections.Generic; internal class EmptyMissionPlanSorter : IMissionPlanSorter { public string Name { get { return "None"; } } public List<MissionPlan> SortMissionPlans(List<MissionPlan> plans) { return new List<MissionPlan>(); } }
After that, you have to override the settings file "GarrisonBuddySettings.xml" of the bot by copying the content as below in each character folder located in "Honorbuddy\Settings\Realm".
Beware to do not open "Bot Config" via the interface, it will override the file settings content (bug). Unfortunately, due to the settings bug which do not store selected values properly, you have to do it before each run.
Easy way is to copy/paste the file.
Here is the content of the "GarrisonBuddySettings.xml" :
Code:<?xml version="1.0"?> <GarrisonBuddySettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <MixedModeCompletedMissionsTrigger>3</MixedModeCompletedMissionsTrigger> <MixedModeTimeBetweenRunsInMinutes>60</MixedModeTimeBetweenRunsInMinutes> <MixedModeBuildingConstructionComplete>true</MixedModeBuildingConstructionComplete> <MixedModeShipmentReady>false</MixedModeShipmentReady> <MixedModeInvasion>true</MixedModeInvasion> <TradingPostBuyoutLimits> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blackrock Ore" ItemId="109118" MerchantId="86777" MerchantName="Elder Surehide" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blackrock Ore" ItemId="109118" MerchantId="87202" MerchantName="Trader Yula" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="True Iron Ore" ItemId="109119" MerchantId="86777" MerchantName="Elder Surehide" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="True Iron Ore" ItemId="109119" MerchantId="87202" MerchantName="Trader Yula" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Starflower" ItemId="109127" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Starflower" ItemId="109127" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Frostweed" ItemId="109124" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Frostweed" ItemId="109124" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fireweed" ItemId="109125" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fireweed" ItemId="109125" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Gorgrond Flytrap" ItemId="109126" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Gorgrond Flytrap" ItemId="109126" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Talador Orchid" ItemId="109129" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Talador Orchid" ItemId="109129" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Nagrand Arrowbloom" ItemId="109128" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Nagrand Arrowbloom" ItemId="109128" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Draenic Dust" ItemId="109693" MerchantId="86778" MerchantName="Pyxni Pennypocket" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Draenic Dust" ItemId="109693" MerchantId="87201" MerchantName="Pyxni Pennypocket" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Sumptuous Fur" ItemId="111557" MerchantId="86777" MerchantName="Elder Surehide" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Sumptuous Fur" ItemId="111557" MerchantId="87202" MerchantName="Trader Yula" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Beast Hide" ItemId="110609" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Beast Hide" ItemId="110609" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Boar Meat" ItemId="109136" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Boar Meat" ItemId="109136" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Riverbeast Meat" ItemId="109135" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Riverbeast Meat" ItemId="109135" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Elekk Meat" ItemId="109134" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Elekk Meat" ItemId="109134" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Rylak Egg" ItemId="109133" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Rylak Egg" ItemId="109133" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Talbuk Meat" ItemId="109132" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Talbuk Meat" ItemId="109132" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Clefthoof Meat" ItemId="109132" MerchantId="86779" MerchantName="Krixel Pinchwhistle" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Raw Clefthoof Meat" ItemId="109132" MerchantId="87200" MerchantName="Krixel Pinchwhistle" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blackwater Whiptail Flesh" ItemId="109144" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blackwater Whiptail Flesh" ItemId="109144" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Abyssal Gulper Eel Flesh" ItemId="109143" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Abyssal Gulper Eel Flesh" ItemId="109143" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Sea Scorpion Segment" ItemId="109142" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Sea Scorpion Segment" ItemId="109142" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fire Ammonite Tentacle" ItemId="109141" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fire Ammonite Tentacle" ItemId="109141" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blind Lake Sturgeon Flesh" ItemId="109140" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Blind Lake Sturgeon Flesh" ItemId="109140" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fat Sleeper Flesh" ItemId="109139" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Fat Sleeper Flesh" ItemId="109139" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Jawless Skulker Flesh" ItemId="109138" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Jawless Skulker Flesh" ItemId="109138" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Crescent Saberfish Flesh" ItemId="109137" MerchantId="86776" MerchantName="Ribchewer" Comment="Horde" /> <TradingPostBuyout KeepMinimum="200" ResourceMinimum="10001" ItemName="Crescent Saberfish Flesh" ItemId="109137" MerchantId="87203" MerchantName="Talgaiir the Ironrender" Comment="Alliance" /> </TradingPostBuyoutLimits> <TradingPostWorkOrderLimits> <TradingPostWorkOrderLimitation ItemId="109118" KeepMinimum="0" Disabled="true" Comment="Blackrock Ore" /> <TradingPostWorkOrderLimitation ItemId="109119" KeepMinimum="0" Disabled="true" Comment="True Iron Ore" /> <TradingPostWorkOrderLimitation ItemId="109127" KeepMinimum="0" Disabled="true" Comment="Starflower" /> <TradingPostWorkOrderLimitation ItemId="109124" KeepMinimum="0" Disabled="true" Comment="Frostweed" /> <TradingPostWorkOrderLimitation ItemId="109125" KeepMinimum="0" Disabled="true" Comment="Fireweed" /> <TradingPostWorkOrderLimitation ItemId="109126" KeepMinimum="0" Disabled="true" Comment="Gorgrond Flytrap" /> <TradingPostWorkOrderLimitation ItemId="109129" KeepMinimum="0" Disabled="true" Comment="Talador Orchid" /> <TradingPostWorkOrderLimitation ItemId="109128" KeepMinimum="0" Disabled="true" Comment="Nagrand Arrowbloom" /> <TradingPostWorkOrderLimitation ItemId="109693" KeepMinimum="0" Disabled="true" Comment="Draenic Dust" /> <TradingPostWorkOrderLimitation ItemId="111557" KeepMinimum="0" Disabled="true" Comment="Sumptuous Fur" /> <TradingPostWorkOrderLimitation ItemId="110609" KeepMinimum="0" Disabled="true" Comment="Raw Beast Hide" /> <TradingPostWorkOrderLimitation ItemId="109136" KeepMinimum="0" Disabled="true" Comment="Raw Boar Meat" /> <TradingPostWorkOrderLimitation ItemId="109135" KeepMinimum="0" Disabled="true" Comment="Raw Riverbeast Meat" /> <TradingPostWorkOrderLimitation ItemId="109134" KeepMinimum="0" Disabled="true" Comment="Raw Elekk Meat" /> <TradingPostWorkOrderLimitation ItemId="109133" KeepMinimum="0" Disabled="true" Comment="Rylak Egg" /> <TradingPostWorkOrderLimitation ItemId="109132" KeepMinimum="0" Disabled="true" Comment="Raw Talbuk Meat" /> <TradingPostWorkOrderLimitation ItemId="109132" KeepMinimum="0" Disabled="true" Comment="Raw Clefthoof Meat" /> <TradingPostWorkOrderLimitation ItemId="109144" KeepMinimum="0" Disabled="true" Comment="Blackwater Whiptail Flesh" /> <TradingPostWorkOrderLimitation ItemId="109143" KeepMinimum="0" Disabled="true" Comment="Abyssal Gulper Eel Flesh" /> <TradingPostWorkOrderLimitation ItemId="109142" KeepMinimum="0" Disabled="true" Comment="Sea Scorpion Segment" /> <TradingPostWorkOrderLimitation ItemId="109141" KeepMinimum="0" Disabled="true" Comment="Fire Ammonite Tentacle" /> <TradingPostWorkOrderLimitation ItemId="109140" KeepMinimum="0" Disabled="true" Comment="Blind Lake Sturgeon Flesh" /> <TradingPostWorkOrderLimitation ItemId="109139" KeepMinimum="0" Disabled="true" Comment="Fat Sleeper Flesh" /> <TradingPostWorkOrderLimitation ItemId="109138" KeepMinimum="0" Disabled="true" Comment="Jawless Skulker Flesh" /> <TradingPostWorkOrderLimitation ItemId="109137" KeepMinimum="0" Disabled="true" Comment="Crescent Saberfish Flesh" /> </TradingPostWorkOrderLimits> <WorkOrderLimits> <WorkOrderLimitation Building="Alchemy" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="Enchanting" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="Engineering" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="Blacksmithing" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="Jewelcrafting" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="Inscription" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="Leatherworking" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="Tailoring" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="Barn" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="GladiatorsSanctum" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="LumberMill" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="HerbGarden" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="Mines" KeepMinimum="0" KeepMinimumSecondary="0" /> <WorkOrderLimitation Building="WarMill" KeepMinimum="1000" KeepMinimumSecondary="0" /> </WorkOrderLimits> <WorkOrdersIgnoreBankItems>false</WorkOrdersIgnoreBankItems> <MinimumMissionSuccess>100</MinimumMissionSuccess> <EnabledMissionTypes> </EnabledMissionTypes> <MissionPlanningStrategy>None</MissionPlanningStrategy> <LastHerbCheck>0001-01-01T00:00:00</LastHerbCheck> <LastMineCheck>0001-01-01T00:00:00</LastMineCheck> <MinimumFreeBagSlots>0</MinimumFreeBagSlots> <OpenItemTokens>false</OpenItemTokens> <MailCollectedItems>false</MailCollectedItems> <BankCollectedItems>true</BankCollectedItems> <WarMillDailySelectArmor>false</WarMillDailySelectArmor> <WarMillDisableDailyQuest>false</WarMillDisableDailyQuest> <DisableFollowerUpgrading>true</DisableFollowerUpgrading> <DumpGeneratedTile>false</DumpGeneratedTile> </GarrisonBuddySettings>
Hope it helps !
Regards,
P.S. : Sorry for my poor english![]()
Example code:
foreach (var i in Styx.WoWInternals.Garrison.GarrisonInfo.LandingPageShipmentInfos)
{
if (i.Building.Type == Styx.WoWInternals.DB.GarrisonBuildingType.Inscription)
Log(i.ShipmentsReady);
}