bob_the_builder
Well-Known Member
Found a few additions such as AutoConsumeOn but I can not seem to get these to work.
Amadeus
09-13-2008, 09:33 PM
September 13, 2008 -- By Amadeus
[ISXEQ2-20080903.0053]
* Added new MEMBER to the 'item' datatype:
1. AutoConsumeOn (bool type)
2. IsFoodOrDrink (bool type)
3. IsAutoConsumeable (bool type)
4. CanBeRedeemed (bool type)
5. IsEquipped (bool type)
* Added new METHOD to the 'item' datatype:
1. ToggleAutoConsume [Works for anything that can be 'auto consumed', including food/drink]
* Fixed the "Consume" METHOD of the 'item' datatype:
Such as:
Me.Inventory[Crispy Fried King Prawn Heads]:Consume
I was able to identify the food item by Type and it reported Item.
Anyways, looking for a addition to my eq2bot class files to check the effect for Homemade Meal and Consume if no effect.
Any help? I just can't seem to get this working.
ob
Amadeus
09-13-2008, 09:33 PM
September 13, 2008 -- By Amadeus
[ISXEQ2-20080903.0053]
* Added new MEMBER to the 'item' datatype:
1. AutoConsumeOn (bool type)
2. IsFoodOrDrink (bool type)
3. IsAutoConsumeable (bool type)
4. CanBeRedeemed (bool type)
5. IsEquipped (bool type)
* Added new METHOD to the 'item' datatype:
1. ToggleAutoConsume [Works for anything that can be 'auto consumed', including food/drink]
* Fixed the "Consume" METHOD of the 'item' datatype:
Such as:
Me.Inventory[Crispy Fried King Prawn Heads]:Consume
I was able to identify the food item by Type and it reported Item.
Anyways, looking for a addition to my eq2bot class files to check the effect for Homemade Meal and Consume if no effect.
Any help? I just can't seem to get this working.
ob