Pudge 24 Posted May 16, 2020 Share Posted May 16, 2020 Hey I need help resolving a few issues. 1) How can I delete a character using a robot? Click this button, paste string "delete", => if okey:isenable then click okay I think it should be like what api should be used, can anyone know? I think it’s not difficult, a couple of clicks and paste the desired text, I just don’t know what the frames are called in the menu so that and where to find it api 2) How can I, being in Logout, select the character I need? 3) Is it possible to create a new character with random nickname? Thx Link to comment https://wrobot.eu/forums/topic/12165-manipulations-in-character-selection-menu/ Share on other sites More sharing options...
Matenia 628 Posted May 16, 2020 Share Posted May 16, 2020 Extract GlueXML from your client's MPQ find out what everything is called and then use those names. Pudge 1 Link to comment https://wrobot.eu/forums/topic/12165-manipulations-in-character-selection-menu/#findComment-58230 Share on other sites More sharing options...
Pudge 24 Posted May 16, 2020 Author Share Posted May 16, 2020 1 hour ago, Matenia said: Extract GlueXML from your client's MPQ find out what everything is called and then use those names. Thanks for the answer, I extracted this document and found the name of the button, but how do I activate it? "CharacterSelectDeleteButton". I tried to use Lua.LuaDoString("CharacterSelectDeleteButton:Click()") in dev tools but nothing Link to comment https://wrobot.eu/forums/topic/12165-manipulations-in-character-selection-menu/#findComment-58231 Share on other sites More sharing options...
Matenia 628 Posted May 16, 2020 Share Posted May 16, 2020 That should work. Lua.LuaDoString takes some extra arguments like "notInGame" or something, so maybe try those Pudge 1 Link to comment https://wrobot.eu/forums/topic/12165-manipulations-in-character-selection-menu/#findComment-58232 Share on other sites More sharing options...
Pudge 24 Posted May 16, 2020 Author Share Posted May 16, 2020 15 minutes ago, Matenia said: Это должно работать. Lua.LuaDoString принимает некоторые дополнительные аргументы, такие как «notInGame» или что-то в этом роде, так что, возможно, попробуйте те You are the best! It work's) Lua.LuaDoString("CharacterSelectDeleteButton:Click();", true); Link to comment https://wrobot.eu/forums/topic/12165-manipulations-in-character-selection-menu/#findComment-58233 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