Mining Profile (With Platinum Ore) - Requires 420 gathering to farm the platinum ore View attachment Miner Unspoiled.xml You can adjust what slots to mine (depending on the market and what's currently selling for the most). If you run into any issues or recommendations let me know.
Awesome, tyvm. Is there any way for it to gather Water Clusters when its at the Than Soil node? I'm guessing you can use <ItemNames> like at the Umbral Rocks node, however I assume that requires Toil to be used. Ideally, for maximum crystals, it would hit both slots and use King's Yield or water ward; idk if that's possible.
It would be awesome if there was a way to tell it to hit a slot and tell it to hit another slot... I don't think its possible as of yet though. Thanalan soil is cheap now on my server, so I think going for the water clusters is worth it more.
Your posted profiles would take a while to convert >_> but here's a basic example Code: <Profile> <Name>Mythril Ore-Southern Than-LVL 31</Name> <KillRadius>50</KillRadius> <Order> <If Condition="not IsOnMap(146)"> <TeleportTo Name="Forgotten Springs" AetheryteId="20" /> </If> <Gather while="True"> <GatherObject>Mineral Deposit</GatherObject> <HotSpots> <Hotspot Radius="80" X="165.298462" Y="3.100333" Z="951.855164" name="Mythril Ore" /> </HotSpots> <ItemNames> <ItemName>Mythril Ore</ItemName> </ItemNames> <GatheringSkillOrder> <GatheringSkill SpellName="King's Yield II" TimesToCast="1" /> </GatheringSkillOrder> </Gather> </Order> </Profile>
orderbot is very flexible so if multiple ItemNames/slots doesn't work then you can have separate blocks inside of the profile that change based on some variable/condition. I've never messed with profiles beyond minor editing and sorry but I don't feel like messing around with it until i figure it out but I'm 99% sure it's possible
hey, i think ur profile is awesome , but i have some problem here. im play cn server (now v2.16 , next month path to v2.2) and the time & place & item is here ???????14??????_???????14????17173??????? wish u can help me to correct to this version use , thank you!
Sorry didn't notice your original profile was orderbot XD but the honorbuddy section is probably a good place to get ideas on adding advanced logic into profiles. I don't know what you mean :S That website looks interesting though... edit: you're awesome kagamihiiragi17. google translate wouldn't work for me on that site XD
the website is china server pop time and map. i have use this profiles , but it just teleport to somewhere and do nothing because there r nothing , but sometimes it can goto the right way and mining. so i mean is this profiles can match right time and item in old game version like china 2.2 next month?
i have a problem , when it pop in revenant's toll map , and got mob hit will interrupt mining , so how can i insert "Stealth" skill in the right way? because im insert <GatheringSkill SpellName="Stealth" TimesToCast="1" /> into profiles but it won't work!
The problem is you cant stealth before mining it efficiently with order bot... This can be resolved if order bot had a mount tag. It's a limitation currently of order bot
Is there a way to modify this to mine normal nodes instead of waiting for the next unspoiled one? Thanks.