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!

While Conditions Please Help

MagistratMay

New Member
Joined
Dec 7, 2014
Messages
33
Hello,

I want to make a gethering bot for Fleece.

How do I configurate the bot, so that he collects 99 HQ Fleece by killing Ornery Karakul and than stops? I mean a while Condition like --> Itemcount of FleeceHQ in ItemBox < wanted Count of FleeceHQ
 
Hello,

thx for the help it seems i need the itemid where can i find the ItemID??

can i use it like this

<Grind grindRef="Fleece" while="HqHasAtLeast('Fleece',99)" />
 
grindareaname is Fleece so that i don't get the wrong Area. I need it to farm Items for crafting
 
Hello,

thx for the help it seems i need the itemid where can i find the ItemID??

can i use it like this

<Grind grindRef="Fleece" while="HqHasAtLeast('Fleece',99)" />

Code:
public static bool HqHasAtLeast(
	uint itemId,
	int Count
)

No, you can't use it like that. Also, there's a nice feature in the forums at the top of the page for searching, your question about the item id has been asked and answered many times before.

In this URL, 5347 is the Item ID. Fleece - Item - Final Fantasy XIV : A Realm Reborn (FFXIV ARR) Database
 
Back
Top