What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[ProfessionBuddy] [H] Skinning 1-525, fully automated. [BETA]

Same here. Got to 300 then took me to Desolace and just flies around in circles doing nothing. I manually took it to Shatt (yes lvl 300 skinning is Helfire Pen area) and i re started PB and nothing. Just sits there.
Known bugg, currently not supporting this project for the moment.
 
If anyone would like to have the pleasure to get the hot-spots + mob ID, for skinning in eastern kingdoms I would appreciate it a lot! Then I can continue the work on the new profile. (Sorry I'm lazy but I don't want to do it again for the moment)

Regards.
 
Hey, started using this profile today (first time i use the bott for something else then PVP), and it worked good up to skinning 70, but the bot wont use any mount? What am I doing wrong? I have (x) on use mounts, and on "Flying:" I have Swift Flight Form. But the bot doesnt use it.. it just runs around in cat form.

And to the next problem, the bot skinned up to skill 75, and then it ran to higher levled mobs and started to farm them, instead of going to org and learn the next skinning so I can get more skills?


And when I load profile, should I then take "[H] SubProfile Skinning 1-525.xml"?

Regards trozen
 
Hey, started using this profile today (first time i use the bott for something else then PVP), and it worked good up to skinning 70, but the bot wont use any mount? What am I doing wrong? I have (x) on use mounts, and on "Flying:" I have Swift Flight Form. But the bot doesnt use it.. it just runs around in cat form.

And to the next problem, the bot skinned up to skill 75, and then it ran to higher levled mobs and started to farm them, instead of going to org and learn the next skinning so I can get more skills?


And when I load profile, should I then take "[H] SubProfile Skinning 1-525.xml"?

Regards trozen

Post a logg and I'll see what I can do, btw It'll only skill up to 300 atm.

 
It only uses mount when I check (x) random in settings, but it just uses ground mount.. and it doesnt learn higher skill :(
 
Last edited:
It only uses mount when I check (x) random in settings, but it just uses ground mount.. and it doesnt learn higher skill or moving to higher levled mobs :S

It wont use flying mount because I guess you failed to read instructions, are you loading the main profile (not the sub) via ProfessionBuddy? Since it's that profile that's taking care of all the flying.
 
Oh thanks, I loaded the subprofile. But how can I load in through Professionbuddy? I just took load profile in honorbuddy.

Edit*

Started honorbuddy, changed bot to questing, chose an CC, clicked plugins -> ProffesionBuddy and then the ProfessionBuddy button that appears, when I do that the whole honorbudyd crashes, tested twice.
 
Last edited:
It wont use flying mount because I guess you failed to read instructions, are you loading the main profile (not the sub) via ProfessionBuddy? Since it's that profile that's taking care of all the flying.

Allright, I have now downloaded the last version of professionbuddy and now it works to load the profile through it, but it still uses ground mount and it doesnt to the any skinning trainer.. it just keep killing mobs

EDIT* Got it working now, dont know why =) But still a bit buggy, but great job =) Would be more perfect if it worked up to 525 :D
 
Last edited:
I have fixed the files, but when i start the bot in questing it says, "" Load a profile "" dosent understand how to do that. someone that can help me on teamviwer ?
 
You select questing from the dropdown menu. you DO NOT load a profile. You'll get a popup asking which CC Profile you want to use if you have them. You then open Plugins, select Professionbuddy so it's hightlighted, then click the button at the bottom left, it should say Professionbuddy. Once you're in the the Professionbuddy screen, you should see the profile in the left window. Hightlight the profile and click Load Profile at the bottom of the Left window. When you do that you should see the script open in the right top window. Then look to the top right and you will see the word Stopped highlighted in Red, click on that and it should change to Green and say Running. The Bot should begin. Close off the Professionbuddy Window & Plugins.

Hope that helps.
 
Code:
<FlyToAction Dismount="True" X="1842.883" Y="-4548.015" Z="24.4628" />
    <TrainSkillAction NpcEntry="7088" X="1852.908" Y="-4570.059" Z="24.98076" />
    <LoadProfileAction Path="HBProfiles\CustomBehavior Borean Tundra zep.xml" ProfileType="Honorbuddy" />

This part seems to be buggy, u should add an if statement 4 position check like this one (not tested yet)

Code:
 <If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue == 375 &amp;&amp; Me.GetSkill(Styx.SkillLine.Skinning).MaxValue == 375" IgnoreCanRun="True" ChildrenCount="5">
    <CustomAction Code="Lua.DoString(string.Format(&quot;RunMacroText(\&quot;{0}\&quot;)&quot; , &quot;/cast Hearthstone&quot;), 0);" />
    <FlyToAction Dismount="True" X="1842.883" Y="-4548.015" Z="24.4628" />
    <TrainSkillAction NpcEntry="7088" X="1852.908" Y="-4570.059" Z="24.98076" />
	<If Condition="Me.MapId != 571" IgnoreCanRun="True" ChildrenCount="2">
    <LoadProfileAction Path="HBProfiles\CustomBehavior Borean Tundra zep.xml" ProfileType="Honorbuddy" />
	</if>
    <If Condition="Me.MapId == 571" IgnoreCanRun="True" ChildrenCount="2">
      <LoadProfileAction Path="HBProfiles\[H] SubProfile Skinning 1-525.xml" ProfileType="Honorbuddy" />
      <FlyToAction Dismount="True" X="2388.442" Y="6217.238" Z="47.50923" />
    </If>
  </If>
 
Code:
<FlyToAction Dismount="True" X="1842.883" Y="-4548.015" Z="24.4628" />
    <TrainSkillAction NpcEntry="7088" X="1852.908" Y="-4570.059" Z="24.98076" />
    <LoadProfileAction Path="HBProfiles\CustomBehavior Borean Tundra zep.xml" ProfileType="Honorbuddy" />

This part seems to be buggy, u should add an if statement 4 position check like this one (not tested yet)

Code:
 <If Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue == 375 &amp;&amp; Me.GetSkill(Styx.SkillLine.Skinning).MaxValue == 375" IgnoreCanRun="True" ChildrenCount="5">
    <CustomAction Code="Lua.DoString(string.Format(&quot;RunMacroText(\&quot;{0}\&quot;)&quot; , &quot;/cast Hearthstone&quot;), 0);" />
    <FlyToAction Dismount="True" X="1842.883" Y="-4548.015" Z="24.4628" />
    <TrainSkillAction NpcEntry="7088" X="1852.908" Y="-4570.059" Z="24.98076" />
	<If Condition="Me.MapId != 571" IgnoreCanRun="True" ChildrenCount="2">
    <LoadProfileAction Path="HBProfiles\CustomBehavior Borean Tundra zep.xml" ProfileType="Honorbuddy" />
	</if>
    <If Condition="Me.MapId == 571" IgnoreCanRun="True" ChildrenCount="2">
      <LoadProfileAction Path="HBProfiles\[H] SubProfile Skinning 1-525.xml" ProfileType="Honorbuddy" />
      <FlyToAction Dismount="True" X="2388.442" Y="6217.238" Z="47.50923" />
    </If>
  </If>

Already got the new profile ready, just the subprofiles missing and the trainers are wrong "trainer" and location.
 

Attachments

im stuck right at 300 and hes flying in outlands trying to fly to location <1677.307, -4105.983, 49.07329> now where hes at hes in the air flying around doing a whole lot of nothing going around and around in a small circle. i figured it was my class profile so i switched it from fpsware to singular and still the same thing.


View attachment honorbuddy problem.txt
 
Last edited:
Back
Top