• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Is there a way to unlearn professions?

    Discussion in 'Honorbuddy Forum' started by ScroTeeUs, Mar 19, 2012.

    1. ScroTeeUs

      ScroTeeUs New Member

      Joined:
      Dec 26, 2011
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
      Last edited: Mar 19, 2012
    2. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      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(&quot;RunMacroText(\&quot;{0}\&quot;)&quot;, &quot;k&quot;), 0);" />
      <
      CustomAction Code="Lua.DoString(string.Format(&quot;RunMacroText(\&quot;{0}\&quot;)&quot;, &quot;/click PrimaryProfession1UnlearnButon&quot;), 0);" />
      Questing Profile
      PHP:
      <CustomBehavior File="RunMacro" Macro="k" NumOfTimes="1" WaitTime="15000"/>
      <
      CustomBehavior File="RunMacro" Macro="/click PrimaryProfession1UnlearnButon" NumOfTimes="1" WaitTime="1500"/>
       
    3. ScroTeeUs

      ScroTeeUs New Member

      Joined:
      Dec 26, 2011
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      So if I'm reading that right, it would automatically hit K, then click the unlearn button with that code?
       
    4. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      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...
       
    5. WoWuser123

      WoWuser123 Member

      Joined:
      Aug 4, 2011
      Messages:
      371
      Likes Received:
      4
      Trophy Points:
      18
      Wouldn't it be easier just to keep the professions and play around with the fakeskills in PB?
       
    6. ScroTeeUs

      ScroTeeUs New Member

      Joined:
      Dec 26, 2011
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    7. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      Or use Inrego's ultimate farmer profile. Its the best way.

      On mobile...
       
    8. Inrego

      Inrego New Member Buddy Store Developer

      Joined:
      Feb 7, 2010
      Messages:
      2,765
      Likes Received:
      71
      Trophy Points:
      0
      There's more info about that in my blog (link in my signature)
       
    9. ScroTeeUs

      ScroTeeUs New Member

      Joined:
      Dec 26, 2011
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      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.
       

    Share This Page