Andreavnn 0 Posted December 25, 2017 Share Posted December 25, 2017 How do you program wrobot flightclass to use a custom macro you made in-game? I can't seem to figure it out. Link to comment https://wrobot.eu/forums/topic/8096-solved-flightclass-macros/ Share on other sites More sharing options...
Zer 2 Posted December 26, 2017 Share Posted December 26, 2017 + to this question. RunMacroText("MACRO") doesn't work at Vanilla, but on BC is ok. need the solution Link to comment https://wrobot.eu/forums/topic/8096-solved-flightclass-macros/#findComment-37072 Share on other sites More sharing options...
Matenia 627 Posted December 26, 2017 Share Posted December 26, 2017 You can execute Lua directly in the fightclass (with the option Is Lua, not spell). Whatever you use ingame, unless it's a slash command (basically anything you can put after /run or /script is possible) works with that too. Link to comment https://wrobot.eu/forums/topic/8096-solved-flightclass-macros/#findComment-37075 Share on other sites More sharing options...
Zer 2 Posted December 26, 2017 Share Posted December 26, 2017 how it is possible to do? When I try: RunMacroText("CastPetAction(1)") or RunMacroText("/script CastPetAction(1)") I get this error. Option "Not spell, is lua script" is True. Link to comment https://wrobot.eu/forums/topic/8096-solved-flightclass-macros/#findComment-37076 Share on other sites More sharing options...
Matenia 627 Posted December 26, 2017 Share Posted December 26, 2017 Yes, because like I said, anything after /script works directly in Lua. CastPetAction(1) is perfectly valid Lua Link to comment https://wrobot.eu/forums/topic/8096-solved-flightclass-macros/#findComment-37077 Share on other sites More sharing options...
Zer 2 Posted December 26, 2017 Share Posted December 26, 2017 I uderstand. RunMacroText() doesn't need.just plain macro text in spell tab. TY! Link to comment https://wrobot.eu/forums/topic/8096-solved-flightclass-macros/#findComment-37078 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