• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Discussion/Help] Understanding Profiles with Behaviors/etc

    Discussion in 'Requests & Discussion' started by shat, Sep 1, 2014.

    1. shat

      shat New Member Legendary

      Joined:
      Aug 7, 2014
      Messages:
      97
      Likes Received:
      2
      Trophy Points:
      0
      I've been doing some digging through other individual profiles from Cava, Kick and a few others trying to wrap my head around the way profiles work. The overall structure of a profile seems very basic and easy to understand. However, I am currently wanting to utilize a specific BotBase 'autoangler' and then have it cycle through multiple profiles based on certain criteria.

      For example, I want it to load "000-GO_FISHING.xml" which is just a generic name. Within this profile, ideally it would perform a bit of "logic" but basically just expressions to check inventory of bags for certain items:

      I know using GrindBot you could do something like:

      <GrindTo Condition="GetItemCount(1234)>=100"/>

      But I don't think this is exactly what I'm looking for.

      Essentially I want to run an expression, load a profile based on the result of that expression, end of that profile contains a grindto (can I use this with AutoAngler for example?) then returns back to the start 000 profile which would run expression (first expression would now be true as it potentially met it, assuming all works well). Then goes to step 2.

      Basically, I have 9 profiles I run for fishing and I want to loop them together:

      0) Check what zone I am in
      1) Check bag slots open
      1.a) visit mailbox if necessary
      1.b) visit vendor if necessary

      2) Check for rare fishing quest items: Flying Tiger, Mimic Octopus, etc
      2.a) Check if I have each rare and if not load appropriate profile, farm that profile until either the rare is found (or if I have the rare until XXX count of fish is caught)

      rinse and repeat.

      I imagine it would contain quite a few expressions, but is this achievable with API or do I have to write custom behavior profiles and such to accomplish this?
       
    2. shat

      shat New Member Legendary

      Joined:
      Aug 7, 2014
      Messages:
      97
      Likes Received:
      2
      Trophy Points:
      0
      After additional examination of a few other larger fishing specific profiles, it seems most are just putting a set of way points related to each area. I'm giving this a whirl for now. Basically copying all of my various way points into a single profile though I believe I might run into some issues with travel. Testing now.

      I haven't had any issues with travel if I am say at Shrine of Two Moons and load in a profile for fishing down in the woods.
       

    Share This Page