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

How to load a generated order bot profile on the fly

Haak

New Member
Joined
Mar 1, 2015
Messages
3
Reaction score
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
 
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