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

    Discussion in 'Mining-Botany Profiles' started by goldenlion, Aug 16, 2015.

    1. goldenlion

      goldenlion New Member

      Joined:
      Oct 20, 2013
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    2. magoclow

      magoclow Member

      Joined:
      Mar 17, 2015
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      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.

       
    3. goldenlion

      goldenlion New Member

      Joined:
      Oct 20, 2013
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      0
      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!
       
    4. goldenlion

      goldenlion New Member

      Joined:
      Oct 20, 2013
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      0

      Attached Files:

      Last edited: Aug 22, 2015
    5. Spideyknight

      Spideyknight New Member

      Joined:
      Aug 12, 2015
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Which one should we test out the one in the first or fourth post? Both are Violet Ovoid's.
       
    6. goldenlion

      goldenlion New Member

      Joined:
      Oct 20, 2013
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      0
      Sorry, attached the wrong file. Added Foxglove in the post above.
      Still not automatically using Favors, for the usual reasons.
       
    7. Snipi

      Snipi New Member

      Joined:
      Mar 15, 2014
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      1
      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.
       
    8. goldenlion

      goldenlion New Member

      Joined:
      Oct 20, 2013
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      0
      Needs a code chunk, i think?
       
    9. DivaSong

      DivaSong New Member

      Joined:
      Sep 2, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      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
       

    Share This Page