Hello, I'm giving my first shot at creating my own profiles and have seemed to have stumbled into something i'm not understanding. The profile i'm making is to farm Dirty Soil for half hill towns people rep. What I attempted todo was use a quest that i had to make it gather soil. Here is what i have done, it runs my path correctly but only picks up a Soil patch once the bot is started...It then proceeds to just follow the hotspot route without the collection of anymore Soil. Code: <HBProfile> <Name>My Own</Name> <MinLevel>85</MinLevel> <MaxLevel>91</MaxLevel> <MinDurability>.35</MinDurability> <MinFreeBagSlots>2</MinFreeBagSlots> <SellGrey>Flase</SellGrey> <SellWhite>Flase</SellWhite> <SellGreen>Flase</SellGreen> <SellBlue>Flase</SellBlue> <SellPurple>False</SellPurple> <TargetElites>False</TargetElites> <Blackspots> <Blackspot X="-5031.881" Y="373.0786" Z="1.829525" Radius="5.460198" /> <Blackspot X="-5037.09" Y="425.9052" Z="4.874842" Radius="3.223265" /> <Blackspot X="-5082.043" Y="394.1984" Z="-13.58719" Radius="5.788316" /> <Blackspot X="-5249.281" Y="634.1429" Z="53.99003" Radius="22.86769" /> </Blackspots> <Vendors> <Vendor Name="Trader Jambeezi" Entry="59583" Type="Repair" X="-160.253" Y="475.6258" Z="194.9288" /> </Vendors> <Quest Id="30763" Name="Piranha!"> <Objective Type="CollectItem" ItemId="81122" CollectCount="100"> <CollectFrom> <GameObject Id="210582" Name="Dark Soil" /> </CollectFrom> <Hotspots> <Hotspot X="-135.859" Y="1303.995" Z="213.744" /> <Hotspot X="-161.7092" Y="1245.42" Z="197.5822" /> <Hotspot X="-171.2842" Y="1187.508" Z="178.4397" /> <Hotspot X="-175.7257" Y="1122.152" Z="171.3458" /> <Hotspot X="-204.2442" Y="1088.125" Z="171.34" /> <Hotspot X="-218.1701" Y="1041.805" Z="169.0477" /> <Hotspot X="-247.1474" Y="974.4867" Z="162.7271" /> <Hotspot X="-252.0872" Y="928.8132" Z="162.8434" /> <Hotspot X="-275.6791" Y="889.2359" Z="161.2061" /> <Hotspot X="-266.924" Y="863.8617" Z="160.9585" /> <Hotspot X="-202.2189" Y="799.2468" Z="160.6391" /> <Hotspot X="-151.6038" Y="778.4223" Z="160.6931" /> <Hotspot X="-92.73752" Y="782.4539" Z="160.8943" /> <Hotspot X="-86.2625" Y="819.2177" Z="160.7625" /> <Hotspot X="-43.30974" Y="819.6605" Z="163.3433" /> <Hotspot X="-27.24342" Y="790.6158" Z="160.9163" /> <Hotspot X="-5.702633" Y="789.4886" Z="162.4416" /> <Hotspot X="15.30076" Y="770.4679" Z="160.7028" /> <Hotspot X="56.44765" Y="787.3947" Z="163.3035" /> <Hotspot X="76.24809" Y="812.3447" Z="164.0744" /> <Hotspot X="79.0628" Y="856.3585" Z="167.3275" /> <Hotspot X="64.71426" Y="879.7336" Z="169.8601" /> <Hotspot X="9.746353" Y="913.9916" Z="168.1514" /> <Hotspot X="-50.85085" Y="877.6346" Z="163.362" /> <Hotspot X="-95.98044" Y="909.3533" Z="163.1507" /> <Hotspot X="-185.917" Y="947.1645" Z="163.2859" /> <Hotspot X="-233.836" Y="1002.144" Z="164.1663" /> <Hotspot X="-210.4932" Y="1100.949" Z="169.0272" /> <Hotspot X="-170.437" Y="1146.743" Z="169.2834" /> <Hotspot X="-162.7948" Y="1245.239" Z="197.516" /> <Hotspot X="-137.0416" Y="1303.552" Z="213.5497" /> </Hotspots> </Objective> </Quest> <QuestOrder> <PickUp QuestName="Piranha!" QuestId="30763" GiverName="Field Hand" GiverId="16837" /> <Objective QuestName="Piranha!" QuestId="30763" Type="CollectItem" ItemId="81122" CollectCount="100" /> <TurnIn QuestName="Piranha!" QuestId="30763" TurnInName="Field Hand" TurnInId="16837" /> <Factions>9999</Factions> </QuestOrder> <GrindArea> <TargetMinLevel>80</TargetMinLevel> <TargetMaxLevel>91</TargetMaxLevel> <Factions>9999</Factions> <MaxDistance>50</MaxDistance> <Hotspots> </Hotspots> </GrindArea> <ProtectedItems> </ProtectedItems> </HBProfile> If another profile maker out there wants to maybe be kind enough to help me get pointed in the right direction that would be wonderful. Thanks!
Im afraid im no good with profile making, but I noticed one thing. You only have one object ID, and I think there is two 210582, -- Dark Soil1 210565, -- Dark Soil2 Maybe that can help?
Here's an edit of HighVoltz's Netherwing Egg plugin that loots DarkSoil instead. So credit goes to him. Run it in conjunction with a GB2 profile with hotspots of the farmland areas. If someone want's to share a GB2 profile to use with this and encounters minimal combat I'd appreciate it.
I guess you could add Code: Mount.Dismount(); right before Code: o.Interact(); which is located on approximately line 81.
Almost. The dismount line worked but it gets confused when it's flying and there's more that one pile in range. Could not generate path from {192.0668, 870.995, 210.0833} to {123.8247, 834.6354, 160.4989} (time used: 0 milliseconds) @ FindStartPoly Could not generate path from {188.9717, 871.0717, 210.0495} to {123.8247, 834.6354, 160.4989} (time used: 0 milliseconds) @ FindStartPoly Could not generate path from {185.8127, 871.1499, 210.0151} to {123.8247, 834.6354, 160.4989} (time used: 0 milliseconds) @ FindStartPoly I've never made a flying profile before anyone know how to fix this? If you're desperate just use one of the ground mount profiles for farming herbs/ore in this area