Ok, this may seem like a strange idea, but is there a way to modify the default 1-525 mining/herb profiles to unlearn the profession once it reaches 525? I recently used a couple scrolls of resurrection on a few accounts that I'm going to bot on, so I have some fresh 80's that need to level professions. While I could just do it through the AH, I find it more in the spirit of botting to abuse mechanics for it. Basically, right now, I have an herb/miner running the profiles, and once it hits 525 I manually unlearn, and run the profile again to gather the wide variety of herbs/ore once more. However, if there was a simple "unlearnprofession" command I could toss in there so it automatically loops and starts over, that would be amazing. Thanks in advance for any help in this undoubtedly weird idea. Edit: After looking at some profiles it appears this would do what I wanted, if I had the right code to unlearn: Code: <If Condition="Me.GetSkill(Styx.SkillLine.Mining).CurrentValue == 525> Command to unlearn mining </if> But I could be wrong.
Maybe if you send LUA code, press K to open up Professions and then /click PrimaryProfession1UnlearnButon (If it's your Primary) it's hackish but it might work. PB Profile PHP: <CustomAction Code="Lua.DoString(string.Format("RunMacroText(\"{0}\")", "k"), 0);" /> <CustomAction Code="Lua.DoString(string.Format("RunMacroText(\"{0}\")", "/click PrimaryProfession1UnlearnButon"), 0);" /> Questing Profile PHP: <CustomBehavior File="RunMacro" Macro="k" NumOfTimes="1" WaitTime="15000"/> <CustomBehavior File="RunMacro" Macro="/click PrimaryProfession1UnlearnButon" NumOfTimes="1" WaitTime="1500"/>
So if I'm reading that right, it would automatically hit K, then click the unlearn button with that code?
Thats the idea yeah, just keep in mind it will click the first profession unlearn. If mining is the second propulsion use framestack to find the name of that button. Also default for k is profession pane. If you have change it, it wont work. On mobile...
How would that be easier? As of now, I just click two buttons and it farms up all the ore/herbs I need to level multiple professions from 0-525. If I went in and kept changing fakeskills that's less efficient than it is for me currently. I'm going to try that code and see if it works.
I'm very, very glad that when I tested that code it didn't seem to work. lol Irego's profile looks perfect for my cause.