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!

Important Crafting Tags

hello, i have had a browse through here but didnt find what i was looking for. wonder if anyone can help. i want to mix HQ and NQ materials. What is the best way to do that?

I've had a play with the tags but can only seem to get all HQ or all NQ. Any help greatly appreciated :)

also and apologies if i should be creating a new thread. how do you check value of current CP?
 
Last edited:
hello, i have had a browse through here but didnt find what i was looking for. wonder if anyone can help. i want to mix HQ and NQ materials. What is the best way to do that?

I've had a play with the tags but can only seem to get all HQ or all NQ. Any help greatly appreciated :)


Guess you should try reading a bit harder. Its explained very clearly in the first post.
 
Dumprecipes.xml run an error on cn client now

 
Last edited:
Why can't perform?Help me to amend the!
======================================
<!--338 CP required.-->
<Profile>
<Name>Crafting - SpinelElectrum Ingot</Name>
<KillRadius>50</KillRadius>
<GrindAreas>
</GrindAreas>
<Order>
<While Condition="Core.Player.MaxCP &gt;= 338">
<NPCRepair Threshhold="20" XYZ="4.119806, 0, 5.349827" NpcId="1008874"/>
<!-- Electrum Ingot -->
<If Condition="Core.Player.CurrentJob == ClassJobType.Goldsmith ">
<If Condition="(ItemCount<1000)">
</If>
<Gather while="(ItemCount<1000)">
<Synthesize RecipeItemId="5066" HQMats="-2,-2,-2,-2" />
</Gather>
<!-- Spinel -->
<If Condition="Core.Player.CurrentJob == ClassJobType.Goldsmith ">
<If Condition="(ItemCount<1000)">
</If>
<Gather while="(ItemCount<1000)">
<Synthesize RecipeItemId="5185" HQMats="-2,-2,-2,-2" />
</Gather>
<While Condition="CraftingManager.IsCrafting">
<CraftAction Name="模范制作II" ActionId="100069" />
</While>
</While>
</Order>
</Profile>
 
Has anyone tried to use the Collectable function yet? I saw that it was implemented in a previous update. I'm just not sure if it's part of the order bot and automatically clicks yes or if I have to include code in my crafting xml. Any help?
 
Back
Top