• Visit Rebornbuddy
  • Joining DutyFinder fails

    Discussion in 'Community Developer Forum' started by khralala, Mar 1, 2017.

    1. khralala

      khralala New Member

      Joined:
      Mar 1, 2017
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      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.
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      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.
       

    Share This Page