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!

For help, why can not run the script?

9540321

Member
Joined
Apr 15, 2015
Messages
107
<!--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>
 
<!--338 CP required.-->
<Profile>
<Name>Crafting - SpinelElectrum Ingot</Name>
<KillRadius>50</KillRadius>
<GrindAreas>
</GrindAreas>
<Order>
<While Condition="Core.Player.MaxCP >= 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>

It looks like you pieced together lines from a lot of different places....what exactly are you wanting to do?
 
Back
Top