• Visit Rebornbuddy
  • [OrderBot] Ixal Dailies

    Discussion in 'Questing Profiles' started by Sodimm, Dec 27, 2014.

    1. glack8595

      glack8595 New Member

      Joined:
      Jan 4, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      what's the HAND IN CLASS?
       
    2. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      The craft class you're levelling up, or if it's not needed, just use any other craft class.
       
    3. Marth

      Marth Member

      Joined:
      Dec 9, 2013
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      Looks like that was a strange one-off, they've both worked for me today. ^^

      I did notice however that in We Fly High he won't automatically switch the chat channel to /say, this means the message may get typed in a different channel and the NPC ignores it.
       
    4. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      Yeah, I thought of that when you mentioned it, i've changed the codechunk to "/s We Fly High" It's updated on my SVN.
       
    5. ZaneMcFate

      ZaneMcFate Member

      Joined:
      Nov 17, 2014
      Messages:
      137
      Likes Received:
      2
      Trophy Points:
      18
      OMG, I've spent hours building Ixal quest profiles because I downloaded my dailies in December before this thread was created. I was just getting ready to post the prototype; just shoot me now. Oh well, I can at least reconcile what I've done so far :)
       
      Last edited: Jan 13, 2015
    6. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      I was the same when Kaga posted the questing profile, i'd already done to 35 as a CNJ... These things happen, I suppose i'd better announce what i'm working on before starting lol. Still It's freed up time for debugging my current profiles, and making a start on the terribad, awful, headache inducing Sylph Dailies. Still, if you've done them a better way than I have, which is a high possibility, lemme know, could improve them for the better :)
       
    7. ZaneMcFate

      ZaneMcFate Member

      Joined:
      Nov 17, 2014
      Messages:
      137
      Likes Received:
      2
      Trophy Points:
      18
      It was a good learning experience either way. I have a couple ideas on how to handle the fishing portion, but we'll see how it goes. My profile walks to the fishing spot, then waits until you've fished up the node before continuing, same as you would wait for crafting to complete.
       
    8. ZaneMcFate

      ZaneMcFate Member

      Joined:
      Nov 17, 2014
      Messages:
      137
      Likes Received:
      2
      Trophy Points:
      18
      The SendChat commands should have a /say before them, in case the character's default chat mode is not say. Had the bot type "Now Fall" into my guild chat; whoops!
       
    9. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      There is a Rank 1 Sylph profile added to my SVN for those willing to test.
      Code:
      NOTES:
      
      These profiles are incomplete and buggy. These quests are some of the most complex in the game, and it takes a while to compile the profiles, any help where you can will be greatly appreciated.
      
      Please note the current known issues below.
      
      The quest Giddy for Goobbues will not be picked up, as it requires the bot to ignore aggro, which it can't do.
      
      The quest Magitek Menace will not be picked up unless you have the Damaged Proto-key from the Fate "A Wrench in the Woods".
      
      The Quest Now You See me may have missing conditionals, and may not be fast enough to reach the Fragrant Blooms in time. Currently I have no work around for this.
      
      The quest Not Who They Seem may have missing conditionals.
      
      The Quest Imperial Intruders may have missing conditionals.
      
      The Quest Feed Me is missing.
      
      If you wish, providing screen captures of the QuestDevTools when the bot misses an objective will go a long way to help finish these profiles.
      
       
    10. Kaetor

      Kaetor New Member

      Joined:
      Sep 2, 2014
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1

      Bless you Soddimm. You're the best. I can't find the link for your svn file. Can you link it or add it to your signature? Unless it already is the one in your sig in which case I'm downloading it wrong because it refused to work in tortoise. Says invalid xml. I'm not a smart man.
       
      Last edited: Jan 18, 2015
    11. ZaneMcFate

      ZaneMcFate Member

      Joined:
      Nov 17, 2014
      Messages:
      137
      Likes Received:
      2
      Trophy Points:
      18
      Subtle, but there is an extra condition that causes the Rank 4 routine to keep going back to the Black Rabbit Trader unnecessarily before continuing crafting.

      <!-- MoveTo Black Rabbit and Independent Traders -->
      <If Condition="GetQuestStep(67034) == 2 or GetQuestStep(67035) == 2 or GetQuestStep(67036) == 2">
      <MoveTo XYZ="7.853583, -46.51825, 241.6417" Name="Black Rabbit Trader // Independent Trader"/>
      <RunCode Name="CraftClass"/>
      <WaitTimer WaitTime="5"/>
      </If>

      Thanks again for this, it's been a huge help.
       
    12. ZaneMcFate

      ZaneMcFate Member

      Joined:
      Nov 17, 2014
      Messages:
      137
      Likes Received:
      2
      Trophy Points:
      18
      I have attached a version of the script which automatically crafts using the new routines. What makes this tricky is that the non-cross-class crafting spells have unique IDs for each crafting class, so the examples used in this script are for BSM only, and would need to be adjusted for each class. It's a start though! My example DOES account for running out of materials and/or losing the crafting aura. It does NOT account for turning in NQ items on a HQ quest, which seems to put the bot into an endless loop. I couldn't find a command to discard the NQ items, but I imagine that does exist.

      The crafting routine is mediocre and requires a lot of CP, since I built it on an end-game crafter, but it seems like it will be easy for people to swap in their custom routines easily. Can the entire crafting routine be thrown into a code chunk like some of your other routines? That would avoid having to copy and paste the same technique eight or nine times.
       

      Attached Files:

    13. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      Click the download in my signature, unzip to wherever you like, right click the folder and choose SVN update. Should work alright.

      I could use a CodeChunk to Load/Reload personal profiles, which would be name sensitive. The way I've been looking at it is that I've already got macros set up to one shot the recipes as a lvl 50 GSM. I'd make craft profiles for each recipe/or Quest, and have them load when required, Leaving the profile with little to modify, except adding your own rotations in a seperate folder (Sodimms Profiles/Quests/Ixal Dailies/Craft Profiles) . Alas, i'm a little pressed for time so I can't look into it just yet. These Sylph dailies are taking it out of me, tehy're just stupidly time consuming, heavy in CodeChunks, and a debugging nightmare :p

      I've updated the rank 1, 2 and 3 profile with the supposed method, see what you think.

      Yeah, that was fixed a while back. The profiles in the initial post are a few versions behind.
       
      Last edited: Jan 19, 2015
    14. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      I've added Automated crafting to the Rank 1,2 and 3 Profiles, take a look, see what you think. I should add that it's on my SVN only at the moment. Just in Case.
       
      Last edited: Jan 19, 2015
    15. Buddernutz

      Buddernutz New Member

      Joined:
      Sep 28, 2011
      Messages:
      197
      Likes Received:
      0
      Trophy Points:
      0
      gearset change over is off on the new rank 4 profile.
       
    16. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      That's because it's Zanes rank 4 profile, he's customised the codechunks, just renumber them
       
    17. cryquz

      cryquz Member

      Joined:
      Nov 4, 2011
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      6
      Hi Bro,

      just wanted to say that sylph profile runs great so far. Dont first time yesterday and it ran like a charm!
      Excellent work! - Keep on going!
       
    18. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      Good to hear :). Profiles been updated, Giddy for Goobue should now work, still no sign of Feed Me yet. Also added a rank 2 profile, only 6 quests atm tho.
       
    19. lordofthereef

      lordofthereef New Member

      Joined:
      Jul 16, 2014
      Messages:
      242
      Likes Received:
      1
      Trophy Points:
      0
      There is a sylph profile?! OH BOY! I haven;t updated in a while since been working on Amaljaa. Need to hit sylphs next! :D
       
    20. Sodimm

      Sodimm Member

      Joined:
      Nov 8, 2014
      Messages:
      383
      Likes Received:
      7
      Trophy Points:
      18
      Rank 1 is complete,
      Rank 2 is 2 quests short
      and rank 3 isn't started yet (Working on Kobold 3).
       

    Share This Page