• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • How to load a generated order bot profile on the fly

    Discussion in 'Community Developer Forum' started by Haak, Mar 29, 2015.

    1. Haak

      Haak New Member

      Joined:
      Mar 1, 2015
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      I want to autogenerate profiles and load them without saving to a file. I'm currently looking at NeoProfileManager and NeoProfile like this,

      NeoProfileManager.CurrentProfile = ff14bot.NeoProfiles.NeoProfile.Load(my XElement);
      NeoProfileManager.UpdateCurrentProfileBehavior();

      No dice so far.

      thanks
       
    2. Haak

      Haak New Member

      Joined:
      Mar 1, 2015
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      After some investigation it does seem like the CurrentProfile is loaded but pressing start run the previous profile anyway.
       
    3. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      Edit:
      Nevermind, too much stuff is internal. Won't work.

      Best bet is to just write it to a temporary file then use NeoProfileManager.Load
       

    Share This Page