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!

Help! Material Gathering with DoW

(I have the same problem)

  • Yes!

  • Nah. Mine works fine :P


Results are only viewable after voting.

xivaddict

New Member
Joined
Sep 9, 2016
Messages
3
I have tried all profiles here from different threads but it seems i cant make them work for gathering materials like "Dhalmel hide". Nothing worked from this thread:

https://www.thebuddyforum.com/threads/order-bot-heavensward-simple-material-grind-profiles.219871/

I have no problem with DoLs as I'm using GatherUp to generate profiles and it works awesome.
Is there anything i missed? Im using y2krazy's profiles for questing even stormblood MSQ & Job Quests works fine (https://www.thebuddyforum.com/threads/order-bot-material-grinds-requests-welcome.215780/)

On the log, i noticed this line :
"Stopping the bot. Reason: Profile Completed" (Complete log below)

It will just tele my character to the aetheryte then stops so if my character is on the map already it just dont do anything.
Please help
 

Attachments

Please post full logs the next time, the excerpt does not help because it misses information like level, class and potential prior errors.

My guess is that you are level 61 or higher, causing the profile to exit immediately due to the "while" attached to the Grind order.

If that is the case, please replace
HTML:
<Grind grindRef="Last Step" while="Core.Player.ClassLevel &lt; 61" />
with
HTML:
<Grind grindRef="Last Step" />
in the profile, save it and load it again.
 
Last edited:
My guess is that you are level 61 or higher, causing the profile to exit immediately due to the "while" attached to the Grind order.

If that is the case, please replace
HTML:
<Grind grindRef="Last Step" while="Core.Player.ClassLevel &lt; 61" />
with
HTML:
<Grind grindRef="Last Step" />
in the profile, save it and load it again.

@Freiheit Yes! That's it ! Its now working! Thanks alot! Next time ill upload full log. :D
 
Back
Top