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

Joining DutyFinder fails

khralala

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