Project

General

Profile

Feature - Enhancement #2167

Requesting "Claim" button implemention in Window rewardsWnd"

Added by Teht about 3 years ago. Updated about 3 years ago.

Status:
Implemented
Priority:
Normal
Assignee:
Category:
-
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....

#1

Updated by CyberTech about 3 years ago

  • Status changed from New to Implemented
  • Assignee set to Amadeus

Implemented 2021-02

Also available in: Atom PDF