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

Profile Help

Yayan

Member
Joined
May 16, 2010
Messages
247
Reaction score
4
Very new to writing profiles, I have a prodile I have edited to suit my needs (just changing the item name), but is there a way to collect a different item when the inventory is full of that item?

Code:
<?xml version="1.0"?>

-<WayPointProfile>




-<Settings>


<NodeDistance>4</NodeDistance>


<ArcDistance>6</ArcDistance>


<Strictness>10</Strictness>


</Settings>




-<Items>


<ItemName>Lightning Shard</ItemName>


</Items>




-<Targets>


<TargetName>Mineral Deposit</TargetName>


</Targets>




+<Paths>


</WayPointProfile>
 
Are you trying to write an OrderBot or a GatherBot profile?

The above code looks like a GatherBot profile, if that is the case, then you won't be able to do what you're looking for.

Any new profiles should really be built with OrderBot. The tags available with it make what you're doing very easy.
 
Its a gatherbot profile I have edited, been using since january.

Will orderbot be able to do what I want. the shards are on he same node, I just need it to start collecting wind instead of lightning
 
Back
Top