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

Plugin Feature Request

Beowulfe

Community Developer
Joined
Nov 4, 2010
Messages
194
Reaction score
20
Hey guys,

I'm currently working on a RAF plugin that makes RAF botting much, much easier. One of the features I'm looking to implement is one that makes it so that if one of the characters in the party gets ahead of the rest, he waits until his RAF'd buddies catch up before switching profiles.

That means that all characters will always be grinding in the same profile, even if some get ahead of the others. This increases overall leveling speed, since if they leave, both the lower level and the higher level character lose the triple experience bonus.

To implement this, I'd like some way to alter Styx.Logic.Profiles.ProfileManager.CurrentProfile, even if it's just the ability to set it to a different SubProfile contained in CurrentOuterProfile, so that I can force them to a specific profile, despite level settings.

There's a few other uses for this as well, I think it could be a rather useful feature aside from it's handiness for this plugin in particular. :)
 
Styx.Logic.Profiles.ProfileManager.LoadNew(string) will load a new profile from a file, that's the only one I'm aware of mate.
 
Styx.Logic.Profiles.ProfileManager.LoadNew(string) will load a new profile from a file, that's the only one I'm aware of mate.

Yeah, I was aware of that one, thanks though. :) The problem with that is it loads an entirely new profile, and you still have no direct control over which subprofile it loads out of that new profile, so it really doesn't help with this in particular.

Was kind of helping we could get the functionality I requested added in an upcoming HB patch, but there is a lot of stuff on their plate at the moment, so it might be asking too much. :)
 
Back
Top