Oustm1ne 0 Posted March 14, 2023 Share Posted March 14, 2023 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 https://wrobot.eu/forums/topic/15096-mailing-gold-accept-button/ Share on other sites More sharing options...
Droidz 2738 Posted March 14, 2023 Share Posted March 14, 2023 Hi, it's not StaticPopup1Button1:Click() ? Link to comment https://wrobot.eu/forums/topic/15096-mailing-gold-accept-button/#findComment-67846 Share on other sites More sharing options...
Oustm1ne 0 Posted March 14, 2023 Author Share Posted March 14, 2023 tested /click StaticPopup1Button1 with no result Link to comment https://wrobot.eu/forums/topic/15096-mailing-gold-accept-button/#findComment-67848 Share on other sites More sharing options...
Oustm1ne 0 Posted March 14, 2023 Author Share Posted March 14, 2023 15 minutes ago, Droidz said: Hi, it's not StaticPopup1Button1:Click() ? same with /run StaticPopup1Button1:Click() Link to comment https://wrobot.eu/forums/topic/15096-mailing-gold-accept-button/#findComment-67849 Share on other sites More sharing options...
Oustm1ne 0 Posted March 14, 2023 Author Share Posted March 14, 2023 here is frame name and button name itself. maybe it helps Link to comment https://wrobot.eu/forums/topic/15096-mailing-gold-accept-button/#findComment-67850 Share on other sites More sharing options...
TechMecca 7 Posted March 15, 2023 Share Posted March 15, 2023 TimerTracker:Click(); maybe Link to comment https://wrobot.eu/forums/topic/15096-mailing-gold-accept-button/#findComment-67851 Share on other sites More sharing options...
Matenia 628 Posted March 15, 2023 Share Posted March 15, 2023 https://github.com/tomrus88/BlizzardInterfaceCode/blob/wrath/Interface/FrameXML/CoinPickupFrame.lua CoinPickupLeftButton:Click(); -- maybe? Link to comment https://wrobot.eu/forums/topic/15096-mailing-gold-accept-button/#findComment-67853 Share on other sites More sharing options...
Oustm1ne 0 Posted March 15, 2023 Author Share Posted March 15, 2023 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 https://wrobot.eu/forums/topic/15096-mailing-gold-accept-button/#findComment-67855 Share on other sites More sharing options...
Matenia 628 Posted March 15, 2023 Share Posted March 15, 2023 (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, 2023 by Matenia Link to comment https://wrobot.eu/forums/topic/15096-mailing-gold-accept-button/#findComment-67856 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