December 13, 20178 yr 1.How to use the function runcode control switch 2.Game too much sweet language automatically shut down the game,//>wManager.wManagerSetting.CurrentSetting.CloseIfWhisperBiggerOrEqualTo = 10000;<//Where is the error? 3.Pet skills to switch what API control?======>?
December 13, 20178 yr Hello, 1: You cannot. 2: is is: wManager.wManagerSetting.CurrentSetting.CloseIfWhisperBiggerOrEgalAt = 10000; 3: Use lua http://vanilla-wow.wikia.com/wiki/World_of_Warcraft_API
December 13, 20178 yr Author Thanks Droidz, How to use this function in wrbotthere is a tutorial? I am a novice /////////////////////////////Add the first question/////////////////// Sometimes I need to buy a piece of equipment in the supplier, But this plugin will right-purchase my equipment for the moment, sell it, So I would like to close the plug-in at the time of purchase, open the plug-in after closing the dialog box, what should I do?
December 13, 20178 yr PetActionButton5:Click("RightButton") http://wowwiki.wikia.com/wiki/API_Button_Click https://github.com/ericraio/vanilla-wow-addons/tree/master/s/SmartPet
December 13, 20178 yr Author 5 hours ago, Matenia said: PetActionButton5:Click("RightButton") http://wowwiki.wikia.com/wiki/API_Button_Click https://github.com/ericraio/vanilla-wow-addons/tree/master/s/SmartPet How to use this API?////? This does not seem like it!
December 13, 20178 yr RunCode is C#, RunLuaCode is correct. But this looks like you are using the quester, you should be using this as part of your fightclass. Also, if you are using " within a string, they need to be escaped, so it would be (in C#): Lua.LuaDoString("PetActionButton5:Click(\"RightButton\")");
Create an account or sign in to comment