March 14, 20233 yr 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
March 14, 20233 yr Author 15 minutes ago, Droidz said: Hi, it's not StaticPopup1Button1:Click() ? same with /run StaticPopup1Button1:Click()
March 15, 20233 yr https://github.com/tomrus88/BlizzardInterfaceCode/blob/wrath/Interface/FrameXML/CoinPickupFrame.lua CoinPickupLeftButton:Click(); -- maybe?
March 15, 20233 yr Author 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.
March 15, 20233 yr 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, 20233 yr by Matenia
Create an account or sign in to comment