What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How to load a generated order bot profile on the fly

Haak

New Member
Joined
Mar 1, 2015
Messages
3
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
 
After some investigation it does seem like the CurrentProfile is loaded but pressing start run the previous profile anyway.
 
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
 
Back
Top