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

How to determine this?

adaifjios

Member
Joined
Jan 26, 2015
Messages
45
Reaction score
0
psb

How to determine this?
ff14bot.RemoteWindows.SelectYesNo.Yes();
Cannot run.

Please help me !!!
 
that might not be a SelectYesno Window.

run this in the console:
Code:
foreach(var window in RaptureAtkUnitManager.Controls)
    Log(window.Name);

chances are this is a SelectOk or a SlectYesNoItem window.
 
Back
Top