Droidz 2674 Posted June 19, 2015 Share Posted June 19, 2015 Hello, With this feature you can say at WRobot of jump, go to town, mount... when he goes to location where an action command is configured. List of Actions: jump left right land watersurface mount dismount totown stopmove stopmoveto c#: [CODE_C#] lua: [CODE_LUA] vb: [CODE_VB.NET] luabot: [CODE_LUA_BOT] Sample of use: ps: You can found some c# code here: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/ Link to comment Share on other sites More sharing options...
GTXMike 20 Posted June 24, 2015 Share Posted June 24, 2015 Thanks for info. I will look into this. Link to comment Share on other sites More sharing options...
Philippe 0 Posted June 19, 2016 Share Posted June 19, 2016 Hello, I'm trying to create a Profil for making the Dungeon (The Vortex Pinnacle) and at a moment i have to jump and clic rignt in a vortex for going to the next plateform.... I'll find how jumping, but how clic right ? Without this, i can't do the following of the instance. Thank you. AAA - Cime du Vortex.xml Link to comment Share on other sites More sharing options...
Droidz 2674 Posted September 3, 2016 Author Share Posted September 3, 2016 On 19/06/2016 at 4:09 PM, Philippe said: Hello, I'm trying to create a Profil for making the Dungeon (The Vortex Pinnacle) and at a moment i have to jump and clic rignt in a vortex for going to the next plateform.... I'll find how jumping, but how clic right ? Without this, i can't do the following of the instance. Thank you. AAA - Cime du Vortex.xml Hello, c#: new System.Threading.Thread(() => { wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP, 250); for (var i = 0; i < 30; i++) { wManager.Wow.Helpers.Interact.InteractGameObject(wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWUnit(wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitByEntry(45455)).GetBaseAddress, false, true); System.Threading.Thread.Sleep(350); }}).Start(); AAA - Cime du Vortex EDITED.xml zatvorgt 1 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