Feature - Enhancement #2167
Requesting "Claim" button implemention in Window rewardsWnd"
Start date:
2021-01-26
Due date:
% Done:
0%
Estimated time:
vbulletin_issue_id:
Description
Right now I'm using the code below to handle the omega daily rewards (and other seasonal rewards) on login:
if ${EVEWindow[rewardsWnd](exists)}
{
Mouse:SetPosition[1255,789]
Mouse:LeftClick
}
Of course, that means code that snags the mouse, which is annoying. Also, if the window moves.... it doesn't work anymore. Can we get a bool member for if the "Claim" button exists, and a method to click it? I can already close the window with EVEWindow[rewardsWnd], but the free exp is worth collecting....