Oustm1ne 0 Posted March 14 Share Posted March 14 I can't find a solution for pressing the accept key. the frame name is "uierrorframe" but the key itself doesn't have a name to use it via script. checked by /fstack. maybe one of you solved a similar problem? I want to send gold at the end of the dungeon walk Link to comment Share on other sites More sharing options...
Droidz 2674 Posted March 14 Share Posted March 14 Hi, it's not StaticPopup1Button1:Click() ? Link to comment Share on other sites More sharing options...
Oustm1ne 0 Posted March 14 Author Share Posted March 14 tested /click StaticPopup1Button1 with no result Link to comment Share on other sites More sharing options...
Oustm1ne 0 Posted March 14 Author Share Posted March 14 15 minutes ago, Droidz said: Hi, it's not StaticPopup1Button1:Click() ? same with /run StaticPopup1Button1:Click() Link to comment Share on other sites More sharing options...
Oustm1ne 0 Posted March 14 Author Share Posted March 14 here is frame name and button name itself. maybe it helps Link to comment Share on other sites More sharing options...
Nax 0 Posted March 15 Share Posted March 15 TimerTracker:Click(); maybe Link to comment Share on other sites More sharing options...
Matenia 602 Posted March 15 Share Posted March 15 https://github.com/tomrus88/BlizzardInterfaceCode/blob/wrath/Interface/FrameXML/CoinPickupFrame.lua CoinPickupLeftButton:Click(); -- maybe? Link to comment Share on other sites More sharing options...
Oustm1ne 0 Posted March 15 Author Share Posted March 15 11 hours ago, Nax said: TimerTracker:Click(); maybe 5 hours ago, Matenia said: https://github.com/tomrus88/BlizzardInterfaceCode/blob/wrath/Interface/FrameXML/CoinPickupFrame.lua CoinPickupLeftButton:Click(); -- maybe? Unfortunately none of these options work. Link to comment Share on other sites More sharing options...
Matenia 602 Posted March 15 Share Posted March 15 (edited) https://github.com/tomrus88/BlizzardInterfaceCode/tree/wrath/Interface/FrameXML Figure it out. Time to read some code and figure out how that frame is created. Look into mail frame. From having a quick look it seems to open some MailFrameCOD. You can see literally all the functionality in place that causes this frame. Everything is statically name. Edited March 15 by Matenia Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now