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!

[OrderBot] Crafting Profiles 50-60

[09:04:50.902 D] No viable path from <-60.44426, 8.113304, 34.83847> to <-210.2958, -16.13492, -55.40603> in 00:00:00.7252809 ms

Yours looks to be the same problem, should be fixed now.
 
Hello,

I'm trying to get this to work but all my Careful Synth II's only yields 58 progress, so this requires me to use 3 Careful Synth II's. I'm not sure what can be the cause. Simulator is showing that I should be getting 98 progress.
Craftsman: 415
Control: 393
CP: 349

***EDIT: FYI, incase this hasn't been mentioned. Careful Synth II went up to 133 progress after reaching Lv51 on Weaver.

Also, on your line 77-80, I have this:
Code:
          <If Condition ="Core.Player.ClassLevel &lt; 52">
            <LogMessage Message="Your current level of botanist is not high enough for this profile. Please level to 51 and start the profile again."/>
            <RunCode Name="Stop"/>
          </If>

But line 112-115 has it as "Core.Player.ClassLevel &lt; 51"

I modified Line 77 for it to work for me.
 
Hello,

I'm trying to get this to work but all my Careful Synth II's only yields 58 progress, so this requires me to use 3 Careful Synth II's. I'm not sure what can be the cause. Simulator is showing that I should be getting 98 progress.
Craftsman: 415
Control: 393
CP: 349

***EDIT: FYI, incase this hasn't been mentioned. Careful Synth II went up to 133 progress after reaching Lv51 on Weaver.

Also, on your line 77-80, I have this:
Code:
          <If Condition ="Core.Player.ClassLevel < 52">
            <LogMessage Message="Your current level of botanist is not high enough for this profile. Please level to 51 and start the profile again."/>
            <RunCode Name="Stop"/>
          </If>

But line 112-115 has it as "Core.Player.ClassLevel < 51"

I modified Line 77 for it to work for me.

So once you reached 51 it started working for you?
 
So once you reached 51 it started working for you?

(This is strictly for Weaver Lv)
It was working at Lv50, just needed to modify the default craft sequence. (I removed 1 Hasty Touch and added in another Careful Synth II)
Once I hit Lv51, I used the original sequence in the XML.

Botany needed to be Lv51 regardless, but I modified Line 77 from "< 52" to "< 51" to make that portion work
 
ok i hate to be a bother but when i go and try to collect the cotton boils and am wearing my wearvers gears the toon just sits and does not change into botanist gears. I have to manually change the gears then the bot continues thru until i return to get more cotton boils.


View attachment 7340 2015-08-03 12.53.txt
 
ok i hate to be a bother but when i go and try to collect the cotton boils and am wearing my wearvers gears the toon just sits and does not change into botanist gears. I have to manually change the gears then the bot continues thru until i return to get more cotton boils.


View attachment 184301

Not sure what happened, by the log it shows that the code to change to botanist ran. I went a head and made a small change to the profile that should keep this from happening again.
 
I have added Leatherworker.

NOTE ABOUT THE PROFILE.
The grinding of mobs for skins is slow going.
 
You did it again buddy

<If Condition="Core.Player.ClassLevel &lt; 51">
<LogMessage Message="Your current level of Leatherworker is not high enough for this profile. Please level to 50 and start the profile again."/>

hehe
 
You did it again buddy

<If Condition="Core.Player.ClassLevel < 51">
<LogMessage Message="Your current level of Leatherworker is not high enough for this profile. Please level to 50 and start the profile again."/>

hehe

Thanks :)

It's been fixed.
 
Had to manually harvest tea leaves, it gets there before the spawn and finishes its 1 loop before the node pops, after manually selecting and harvesting the tea, the profile moves around, rests while regenning gp, then tp's back to tailfeather and moves to the archeonis once again, instead of just going back from your resting spot.
 
Will run it some more but thought I had all the bugs out of that area. The moveto tag in Western Highlands only seems to work about half the time so ended up using a gather tag to get to the starting location. It will complete a loop before the time for the spawn then wait and continue after the correct time.
 
Will run it some more but thought I had all the bugs out of that area. The moveto tag in Western Highlands only seems to work about half the time so ended up using a gather tag to get to the starting location. It will complete a loop before the time for the spawn then wait and continue after the correct time.

owh.. Maybe I should have let it sit in front of the node a little longer then.. I'll watch it next time without interfering :P
Thank you btw, these profiles are awesome
 
The equipment wear was set to high also so fixed that so it shouldn't port as often.
 
First off thank you for all the hard work you have put into this.
I intend to lvl all crafts form 50-60 using your profiles (assuming you keep on releasing more crafts). If you need a beta tester hit me up.

Just one question about your weaver profile. Does it keep doing the lvl 51 synth (rainbow thread) all the way to 60 or does it change at some point?
 
First off thank you for all the hard work you have put into this.
I intend to lvl all crafts form 50-60 using your profiles (assuming you keep on releasing more crafts). If you need a beta tester hit me up.

Just one question about your weaver profile. Does it keep doing the lvl 51 synth (rainbow thread) all the way to 60 or does it change at some point?

It changes to Ramie Thread @ Lv 55
 
It changes to Ramie Thread @ Lv 55

Ah thank you for the info.

Also I did notice that it keeps on trying to farm Thunder shards (even though I have 9999). I think the recipe needs crystals so I am sure the WVR profile needs updating.
 
Ah thank you for the info.

Also I did notice that it keeps on trying to farm Thunder shards (even though I have 9999). I think the recipe needs crystals so I am sure the WVR profile needs updating.

The profile is setup to farm crystals then shards (when crystals is not available). You may have to sell some shards or store some in your retainer OR edit/remove lightning shards in the profile itself.
 
Back
Top