Zak's Horde Herbalism 1-525 -------------------------------------------------------------------------------------------------------------------------- This profile will level you herbalism from 1-525 using the routes from wow-professions.com Bot Mode: Questing Plugins Needed: Ringo Profession Trainer Kill Between Hotspots: Off Mount Distance: 5 Level Order: 1-325 Eastern Kingdoms Herbalism 1-70 Tirisfal Glades Train Journeyman Herbalist Herbalism 70-125 Hillsbard Foothills Herbalism 125-150 Hillsbard Foothills Train Expert Herbalist Herbalism 150-200 Western Plaguelands Train Artisan Herbalist Herbalism 200-230 Western Plaguelands Herbalism 230-275 Eastern Plaguelands Train Master Herbalist Herbalism 275-285 Eastern Plaguelands Herbalism 285-325 Swamp of Sorrows 325-350 Outland Herbalism 325-350 Terokkar Forest 350-425 Northrend Train Grand Master Herbalist Herbalism 350-400 Howling Fjord Notice: Currently the profile only supports 1-350 Working on the Northrend part right now and will be here very soon. You need to travel from one content to another yourself. Please leave a comment if you have issues i am gonna need as much feedback as I can get. Change Log://28-01-11 Probably Fixed Profession Training (needs testing) Added Outlands Redid Swamp of Sorrows //18-01-11 Added Vendors Added Mailboxes If you like my profile, please hit the Reputation button!
Very nice. In the next release the <GrindTo /> tag will have a Condition attribute so you can do stuff like <GrindTo Condition="(Me.GetSkill(Styx.SkillLine.Herbalism).CurrentValue > 149) & (Me.GetSkill(Styx.SkillLine.Herbalism).CurrentValue < 200)" />
I'm testing this Profile at the moment an a Level 85 Tauren druid, just reached 90 Herbalism, worked very well so far but my Toon didn't run to the trainer had to do this manually. I have to go to work now, i will report back when i continue.
Updated! Please give me feedback so I can fix the problems that might be. Only supports Horde 1-325 atm but I will add Alliance and 325-525 during the week
Didn't run to trainer automatically, otherwise works like a charm! (Up to 75). edit: I just noticed one thing. Are you sure about the conditions? As I understand it the GrindTo condition means that it will grind that area as long as the statement is false. <GrindTo Condition="(Me.GetSkill(Styx.SkillLine.Herbalism).CurrentValue >= 70) & (Me.GetSkill(Styx.SkillLine.Herbalism).CurrentValue <= 150)" /> this for example wont be false while grinding that area.
Have you downloaded and enabled the plugin Ringo Professions trainer (Link it first post) Took an extra look at the conditions, try again now with the new version
Still doesn't train, and yes I have the plugin. I'm gonna try to locate the problem. edit: Okey, the problem is your If-statements before going to trainer. I managed to quickfix it and now it works great. <If Condition="(Me.GetSkill(Styx.SkillLine.Herbalism).CurrentValue >= 70) &(Me.GetSkill(Styx.SkillLine.Herbalism).CurrentValue <= 70)" > That statement will always be false, just change it to eg. <If Condition="(Me.GetSkill(Styx.SkillLine.Herbalism).CurrentValue >= 70) &(Me.GetSkill(Styx.SkillLine.Herbalism).CurrentValue <= 75)" > I still can't run a proper test though, because I get "authentication failed" every 15 min.
I have this and it doesn't want to runto trainer coords Code: <!-- Train Skinning at 75 --> <If Condition="(Me.GetSkill(Styx.SkillLine.Skinning).MaxValue = 75"> <!-- Go to Trainer in Goldshire: <Vendor Name="Helene Peltskinner" Entry="6306" Type="Train" TrainProfession="Skinning" X="-9380.229" Y="-69.52946" Z="64.43707" /> --> <RunTo X="-9380.229" Y="-69.52946" Z="64.43707" /> </If> in my skinning profile. i tried it with .CurrentValue and .MaxValue, with and without the = Kick's Skinning 1-525 ^^ link is there I get error 52? or 53? when it tries to use the If statement (in the log) @OP -- sorry, I'm not trying to intrude =P