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!

Joining DutyFinder fails

khralala

New Member
Joined
Mar 1, 2017
Messages
1
Hi,

I'm currently writing a piece of code to join the dutyfinder, but RaptureAtkUnitManager.GetWindowByName("ContentsFinder").SendAction(1, 1, 3); doesn't work.
Maybe it's because the DutyFInder's UI changed, but what are the proper parameters now ?

Thank you very much,
Best regards.
 
Hi,

I'm currently writing a piece of code to join the dutyfinder, but RaptureAtkUnitManager.GetWindowByName("ContentsFinder").SendAction(1, 1, 3); doesn't work.
Maybe it's because the DutyFInder's UI changed, but what are the proper parameters now ?

Thank you very much,
Best regards.

Don't send parameters to a window if your not sure what they do.

You've also got it backwards, its datatype then contents, so itd be 1,3,1 not 1,1,3.
 
Back
Top