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