February 11, 201510 yr Hello, I've been making my clue scroll solver, but i stumbled on a big issue. Since I can't get any of the Emote interfaces I got no way to interact with them. Alek is it possible these are not hooked? Thx for your reply, Khaleesi Edited February 11, 201510 yr by Khaleesi
February 11, 201510 yr Interfaces are broken on OSbot Here's what it should be 216 : 1 : 5 Is the interface ID : C : C2 EDIT: Also Alek if you are reading this http://osbot.org/forum/topic/63165- Edited February 11, 201510 yr by Czar
February 11, 201510 yr our interface and our interface debugger are both garbage. please do something about this
February 11, 201510 yr Author Ya I used to use another client to debug interfaces since it takes ages on osbot to get the right parent and child of something. but since i was trying osbot interfaces now I got stuck in the first 5 minutes of using it guess i'll be using an X and Y value to click the emotes for now ... -_-
February 13, 201510 yr Pretty much everything drawn on your screen is an interface. I personally use my own interface debugger (command line based). I can make emote API, but it definitely won't be an enum because it will eventually require maintenance. The only reason why spells are enums is because the design makes way too much sense not to.
February 13, 201510 yr Author Pretty much everything drawn on your screen is an interface. I personally use my own interface debugger (command line based). I can make emote API, but it definitely won't be an enum because it will eventually require maintenance. The only reason why spells are enums is because the design makes way too much sense not to. Ow I see.. Ya the enum isn't really needed ;) But the debugger really acts weird, it feels impossible to work with our current one in the client Might make my own interface debugger probably. or does someone feels to share hes debugger with me? ;) Thx! Khaleesi