Droidz 2738 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 https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ Share on other sites More sharing options...
GTXMike 21 Posted June 24, 2015 Share Posted June 24, 2015 Thanks for info. I will look into this. Link to comment https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/#findComment-10404 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 https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/#findComment-14842 Share on other sites More sharing options...
Droidz 2738 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 https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/#findComment-17589 Share on other sites More sharing options...
lynx9999 0 Posted May 27, 2023 Share Posted May 27, 2023 Hello Droidz I'm farming Hellfire Ramparts, I set 3 rounds for 1 loop and then start totown sequence. But I found the totown command doesn't work. Maybe my syntax is not correct? <Vector3 X="---" Y="----" Z="---" Action="totown" /> Can you show me how to make it work>? Link to comment https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/#findComment-68285 Share on other sites More sharing options...
Droidz 2738 Posted May 27, 2023 Author Share Posted May 27, 2023 9 hours ago, lynx9999 said: Hello Droidz I'm farming Hellfire Ramparts, I set 3 rounds for 1 loop and then start totown sequence. But I found the totown command doesn't work. Maybe my syntax is not correct? <Vector3 X="---" Y="----" Z="---" Action="totown" /> Can you show me how to make it work>? Hello, Do you have information in the log? Do you have any sellers in your 'NPC DB' (or in the profile)? Are the settings correct? Link to comment https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/#findComment-68291 Share on other sites More sharing options...
lynx9999 0 Posted May 27, 2023 Share Posted May 27, 2023 12 minutes ago, Droidz said: Hello, Do you have information in the log? Do you have any sellers in your 'NPC DB' (or in the profile)? Are the settings correct? I think I have fixed it. Or there are other problems happen before this sequence so I dont know if I have fixed it..... thank you, Link to comment https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/#findComment-68293 Share on other sites More sharing options...
saiddd87 0 Posted May 21 Share Posted May 21 Tell me please. What command can I use to press a certain key? Link to comment https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/#findComment-69362 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