What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Mining Profile (With Platinum Ore)

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.
 
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.
 
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.

I'm pretty sure you can do this with orderbot, although it will be quite wordy
 
Can you perhaps guide me? Maybe provide me with a profile that does this?

Cheers.

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>
 
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>
???

That only collects 'Mythril Ore', I thought you meant farming 2 items from the same node.
 
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
 
???

That only collects 'Mythril Ore', I thought you meant farming 2 items from the same node.

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.

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!
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
 
Last edited:
I don't know what you mean :S
That website looks interesting though...

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?
 
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?

Adjust the times accordingly and remove platinum ore and it should be fine.
 
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!
 
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.
 
Back
Top