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!

[OrderBot] Gathering Favors - Sea of Clouds complete, seek help for others

goldenlion

New Member
Joined
Oct 20, 2013
Messages
106
I've made a Python script that will generate a valid profile for Favor gathering.
As it stands, it DOESN'T auto-use favors, since expensive as they are.... (And i also don't know the OrderTag to use a item.)

https://ideone.com/5n7Tue
To generate a different profile, provide VALID input to the function at the end of the file: The current generation is for Violet Ooids in Sea of Clouds, and uses the following input:

Code:
print generateProfile(spots=["518.2427, -111.9493, 429.0835", "723.8118, -97.36623, 453.2475", "667.0069, -124.9072, 325.6782"], 
	altitude="-92", #Altitude during the gathering loops. NOTE: this and all other integers are STRINGS, not integers. Quote them.
	altForArrival="-85", #Altitude for the initial Aetheryte -> First Spot travel.
	normalItems=["Aurum Regis Sand"], 
	concealedItems=["Violet Roundstone", "Violet Ooid"], 
	spotNameNormal="Mineral Deposit", 
	spotNameConcealed="Concealed Mineral Deposit",
	zoneID="401", 
	AetheryteId="72")

This is a FLYING profile, in the interest of efficiency and not dying. It uses Iyake's FlyTo Tag

I will provide the other Favor profiles myself along the way, if there's interest in them.

View attachment [MIN] Favor - Sea of Clouds - Violet Ovoid.xml
 
Can you make the Yellow Ooid and Black and Black Swan Feather one?
I can help with coords of nodes if you wants.

Thank you.

I've made a Python script that will generate a valid profile for Favor gathering.
As it stands, it DOESN'T auto-use favors, since expensive as they are.... (And i also don't know the OrderTag to use a item.)

https://ideone.com/5n7Tue
To generate a different profile, provide VALID input to the function at the end of the file: The current generation is for Violet Ooids in Sea of Clouds, and uses the following input:

Code:
print generateProfile(spots=["518.2427, -111.9493, 429.0835", "723.8118, -97.36623, 453.2475", "667.0069, -124.9072, 325.6782"], 
	altitude="-92", #Altitude during the gathering loops. NOTE: this and all other integers are STRINGS, not integers. Quote them.
	altForArrival="-85", #Altitude for the initial Aetheryte -> First Spot travel.
	normalItems=["Aurum Regis Sand"], 
	concealedItems=["Violet Roundstone", "Violet Ooid"], 
	spotNameNormal="Mineral Deposit", 
	spotNameConcealed="Concealed Mineral Deposit",
	zoneID="401", 
	AetheryteId="72")

This is a FLYING profile, in the interest of efficiency and not dying. It uses Iyake's FlyTo Tag

I will provide the other Favor profiles myself along the way, if there's interest in them.

View attachment 185116
 
Sure! Just get me the nodes, and possibly the altitude (Fly at the lowest point at it can fly the entire loop, and record position) if you want it flying.

Also please note:
- Which zone & aetheryte it is
- if it's a Mineral Deposit or whatever other spot name!
 
Sorry, attached the wrong file. Added Foxglove in the post above.
Still not automatically using Favors, for the usual reasons.
 
Just a dumb question isnt possible to do something like that ? :

Code:
<HotSpot Radius="150" XYZ="[B]Core.Me.Location[/B]" name="Concealed Mineral Deposit" />
</HotSpots>

This way the bot wont return to the HotSpot all the time, it will be more human like.
 
Newbee's here. Having trouble getting started. Do I need to put the SimpleFlyToTag-0.2.cs somewhere to load the file? Sorry if it seems dumb
 
Back
Top