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!

Looking for a plugin

Lorre

New Member
Joined
Mar 30, 2014
Messages
52
Looking for a plugin to auto inv a friend to the party when he is online is this possible?

thx
 
You can use chat messages via LokiPoe.Type to invite people to a party, but you cannot do any other party functions though the API like accept requests or change party settings, etc...

The reason the Party API was dropped for the new version was due to the change in the way the API has to work now. We no longer call client functions to perform actions directly, so all actions have to be performed using mouse/keyboard events and interacting with the GUI itself. The Social panel is a real mess in terms of trying to work with, so there's no planned support for parties under the current client setup. Much like for the same reason why assigning passive skill points isn't possible due to the complexity of the GUI.
 
You can use chat messages via LokiPoe.Type to invite people to a party, but you cannot do any other party functions though the API like accept requests or change party settings, etc...

The reason the Party API was dropped for the new version was due to the change in the way the API has to work now. We no longer call client functions to perform actions directly, so all actions have to be performed using mouse/keyboard events and interacting with the GUI itself. The Social panel is a real mess in terms of trying to work with, so there's no planned support for parties under the current client setup. Much like for the same reason why assigning passive skill points isn't possible due to the complexity of the GUI.


thx bro
 
i seriously need an update for the party.accept function. for the multidominus running plugin i ve already made, and for an autofollower bot -.-
 
i seriously need an update for the party.accept function. for the multidominus running plugin i ve already made, and for an autofollower bot -.-

For now you could just learn a bit of autoit, with a decent party accept logic you could detect the invite frame and click on the button, it's not omptimized but who cares, you're gonna use this script once in a run.
 
ewww. autoit =)
i have done a not perfect autoaccept function that works using mouse pos and click. =)
so, problem solved (for me) =)
 
For now you could just learn a bit of autoit, with a decent party accept logic you could detect the invite frame and click on the button, it's not omptimized but who cares, you're gonna use this script once in a run.

Once in a run? Not just when you start your bots? Would it be effective to start both with a delay so bot2 runs the cleared route of bot1 ?

ewww. autoit =)
i have done a not perfect autoaccept function that works using mouse pos and click. =)
so, problem solved (for me) =)

How is your plugin devolepment going?
 
Back
Top