• Visit Rebornbuddy
  • How to click a RemoteButton

    Discussion in 'Rebornbuddy Support' started by shayooou, Oct 29, 2020.

    Tags:
    1. shayooou

      shayooou New Member

      Joined:
      Sep 29, 2020
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      I want to vote for person with specified index after finishing dungeon.I use the code 'RaptureAtkUnitManager.GetWindowByName("VoteMvp").SendAction(1, 3, 0); '

      but it only can vote for first player in 'VoteMvp' window.

      Can i click a RemoteButton for custom choice? or What params with method 'SendAction' can fill my needs.

      'RaptureAtkUnitManager.GetWindowByName("VoteMvp").FindButton(index + 2)'
      this can get the specified player button,but i dont know how to activate it.
       
    2. shayooou

      shayooou New Member

      Joined:
      Sep 29, 2020
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      @zzi guru. I tried to solve it, but it didn't work. Could i get your help? :)
       
    3. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      1,3,1 probably votes for the second person etc. No easy way to 'click' a remotebutton sadly afaik.
       
    4. shayooou

      shayooou New Member

      Joined:
      Sep 29, 2020
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      Thanks for replying. I'll test it.
       
    5. Akira0245

      Akira0245 Member

      Joined:
      Mar 9, 2019
      Messages:
      72
      Likes Received:
      0
      Trophy Points:
      6
      ulong playernumber = 1;
      RaptureAtkUnitManager.GetWindowByName("VoteMvp").SendAction(2, 3, 0, 3, playernumber);
       

    Share This Page