Wheredidigo
Community Developer
- Joined
- Dec 15, 2013
- Messages
- 417
I'm tired of Mastahg saying everything anyone else does is bad. I've removed my stuff from the forums and will be posting them elsewhere online.
Last edited:
Not working for me.
Not working for me.
Thank you for this re-write Where. I'll put it to good use on teh alts.
EDIT: Couple of issues:
- It allows and accepts non-food items to be selected as valid edibles (Looks like seafood is the culprit.)
- It is not unhooking either when the plugin is de-selected (unchecked in the plugin menu) or when the bot is stopped via the Stop button.
I have included a log file, edited out my combat crap from the 8 hours previous (50K lines, heh). Info is at the bottom of it![]()
Yes but the plugin didn't pick it up. I was using Buffalo Milk. I had to type it in myself.
Definitely need to make sure to delete any previous versions of GourmetGuy as you should not be able to type in what food you are looking for. When you click on the Settings button, you should only have a drop down list of items and you shouldn't be able to type in what item to use.
The issue that caused the exception was that you didn't have a "(" in the name of the food you wanted. You also shouldn't be able to type in a name at all which is what led me to believe you still had the old version installed. Have you tried the latest version I updated to? Does it work for you now?I did delete the entire old plugin folder. But I did make a new plugin folder with the same name. Could that have been the issue?
Delete your setting file too it's in Reborn Buddy\Settings\ your char nameI did delete the entire old plugin folder. But I did make a new plugin folder with the same name. Could that have been the issue?
Have you tried a fresh RB install with the only plugin being GourmetGuy? Meaning, a clean RB install that's never been used before, not just deleting all the specific GourmetGuy files.I deleted everything and reinstalled. It still wont recognize the Bufffalo Milk. I'm also still able to type in the drop down box. Unchecking the plugin doesn't seem to stop it either.
I deleted everything and reinstalled. It still wont recognize the Bufffalo Milk. I'm also still able to type in the drop down box. Unchecking the plugin doesn't seem to stop it either.
foreach (var item in ff14bot.Managers.InventoryManager.FilledSlots.Where(
x =>
x.BagId == InventoryBagId.Bag1 || x.BagId == InventoryBagId.Bag2 ||
x.BagId == InventoryBagId.Bag3 || x.BagId == InventoryBagId.Bag4))
{
Log("Name: " + item.Item.EnglishName + "\tItemCategory: " + item.Item.EquipmentCatagory);
}
I assume this was the line you needed with that snippet?Can you please run the following code in the RebornConsole and then paste back the results you get.
Code:foreach (var item in ff14bot.Managers.InventoryManager.FilledSlots.Where( x => x.BagId == InventoryBagId.Bag1 || x.BagId == InventoryBagId.Bag2 || x.BagId == InventoryBagId.Bag3 || x.BagId == InventoryBagId.Bag4)) { Log("Name: " + item.Item.EnglishName + "\tItemCategory: " + item.Item.EquipmentCatagory); }
Name: Buffalo Milk ItemCategory: Ingredient
Yes, that is definitely the problem. I'm currently only looking for things with a category of Meal.Not home atm but that may be the problem. It's a cheap food but it's labeled as an ingredient. Because it is used for both.
foreach (var item in ff14bot.Managers.InventoryManager.FilledSlots.Where(x => x.BagId == InventoryBagId.Bag1 || x.BagId == InventoryBagId.Bag2 || x.BagId == InventoryBagId.Bag3 || x.BagId == InventoryBagId.Bag4))
{
Log("Name: " + item.Item.EnglishName + "\tItemCategory: " + item.Item.EquipmentCatagory + "\tActionType: " + item.ActionType + "\tCanUse: " + item.CanUse());
}
Yes, that is definitely the problem. I'm currently only looking for things with a category of Meal.
When the game comes back up, can you still please run the following code snippet in the RebornConsole. I'd like to see all of the results and not just the one for Buffalo's Milk so I have some context to match it against. It would be perfect if you could make sure to have another Ingredient Item in your back that you can't use as food.
Code:foreach (var item in ff14bot.Managers.InventoryManager.FilledSlots.Where(x => x.BagId == InventoryBagId.Bag1 || x.BagId == InventoryBagId.Bag2 || x.BagId == InventoryBagId.Bag3 || x.BagId == InventoryBagId.Bag4)) { Log("Name: " + item.Item.EnglishName + "\tItemCategory: " + item.Item.EquipmentCatagory + "\tActionType: " + item.ActionType + "\tCanUse: " + item.CanUse()); }
Name: Prickly Pineapple ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Seema ItemCategory: Seafood ActionType: Item CanUse: True
Name: Dzemael Tomato ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Assassin Betta ItemCategory: Seafood ActionType: Item CanUse: True
Name: Bone Crayfish ItemCategory: Seafood ActionType: Item CanUse: True
Name: Maple Syrup ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Chub ItemCategory: Seafood ActionType: Item CanUse: True
Name: Black Truffle ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Apricot ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Mole Meat ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Night Milk ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Ala Mhigan Fighting Fish ItemCategory: Seafood ActionType: Item CanUse: True
Name: Buffalo Sirloin ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Night Milk ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Night Milk ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Ala Mhigan Fighting Fish ItemCategory: Seafood ActionType: Item CanUse: True
Name: Malm Kelp ItemCategory: Seafood ActionType: Item CanUse: True
Name: Honey Lemon ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Sweet Cream ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Merlthor Goby ItemCategory: Seafood ActionType: Item CanUse: True
Name: Seema ItemCategory: Seafood ActionType: Item CanUse: True
Name: Rainbow Trout ItemCategory: Seafood ActionType: Item CanUse: True
Name: Bone Crayfish ItemCategory: Seafood ActionType: Item CanUse: True
Name: Silverfish ItemCategory: Seafood ActionType: Item CanUse: True
Name: Boltfish ItemCategory: Seafood ActionType: Item CanUse: True
Name: Antelope Shank ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Moat Carp ItemCategory: Seafood ActionType: Item CanUse: True
Name: Assassin Betta ItemCategory: Seafood ActionType: Item CanUse: True
Name: Wahoo ItemCategory: Seafood ActionType: Item CanUse: True
Name: Smooth Butter ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Prickly Pineapple ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Nutmeg ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Honey ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Thanalan Tea Leaves ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Gelatin ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Laurel ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Gelatin ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Thanalan Tea Leaves ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Midland Basil ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Dzemael Tomato ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Dark Sleeper ItemCategory: Seafood ActionType: Item CanUse: True
Name: Mugwort ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Kissing Trout ItemCategory: Seafood ActionType: Item CanUse: True
Name: Chicken Stock ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Marjoram ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Kukuru Butter ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Crimson Trout ItemCategory: Seafood ActionType: Item CanUse: True
Name: Kukuru Powder ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Gridanian Walnut ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Lavender Oil ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Almonds ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Cider Vinegar ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Maple Sugar ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Night Milk ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Maple Syrup ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Clove Oil ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Apkallu Egg ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Honey Lemon ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Sun Lemon ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Lowland Grapes ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Black Truffle ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Harbor Herring ItemCategory: Seafood ActionType: Item CanUse: True
Name: Crimson Trout ItemCategory: Seafood ActionType: Item CanUse: True
Name: Rainbow Trout ItemCategory: Seafood ActionType: Item CanUse: True
Name: Gudgeon ItemCategory: Seafood ActionType: Item CanUse: True
Name: Sea Cucumber ItemCategory: Seafood ActionType: Item CanUse: True
Name: Rolanberry ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Rolanberry ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Prickly Pineapple ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Prickly Pineapple ItemCategory: Ingredient ActionType: Item CanUse: True
Name: Prickly Pineapple ItemCategory: Ingredient ActionType: Item CanUse: True
here is everything you want.
Code:Name: Prickly Pineapple ItemCategory: Ingredient ActionType: Item CanUse: True Name: Seema ItemCategory: Seafood ActionType: Item CanUse: True Name: Dzemael Tomato ItemCategory: Ingredient ActionType: Item CanUse: True Name: Assassin Betta ItemCategory: Seafood ActionType: Item CanUse: True Name: Bone Crayfish ItemCategory: Seafood ActionType: Item CanUse: True Name: Maple Syrup ItemCategory: Ingredient ActionType: Item CanUse: True Name: Chub ItemCategory: Seafood ActionType: Item CanUse: True Name: Black Truffle ItemCategory: Ingredient ActionType: Item CanUse: True Name: Apricot ItemCategory: Ingredient ActionType: Item CanUse: True Name: Mole Meat ItemCategory: Ingredient ActionType: Item CanUse: True Name: Night Milk ItemCategory: Ingredient ActionType: Item CanUse: True Name: Ala Mhigan Fighting Fish ItemCategory: Seafood ActionType: Item CanUse: True Name: Buffalo Sirloin ItemCategory: Ingredient ActionType: Item CanUse: True Name: Night Milk ItemCategory: Ingredient ActionType: Item CanUse: True Name: Night Milk ItemCategory: Ingredient ActionType: Item CanUse: True Name: Ala Mhigan Fighting Fish ItemCategory: Seafood ActionType: Item CanUse: True Name: Malm Kelp ItemCategory: Seafood ActionType: Item CanUse: True Name: Honey Lemon ItemCategory: Ingredient ActionType: Item CanUse: True Name: Sweet Cream ItemCategory: Ingredient ActionType: Item CanUse: True Name: Merlthor Goby ItemCategory: Seafood ActionType: Item CanUse: True Name: Seema ItemCategory: Seafood ActionType: Item CanUse: True Name: Rainbow Trout ItemCategory: Seafood ActionType: Item CanUse: True Name: Bone Crayfish ItemCategory: Seafood ActionType: Item CanUse: True Name: Silverfish ItemCategory: Seafood ActionType: Item CanUse: True Name: Boltfish ItemCategory: Seafood ActionType: Item CanUse: True Name: Antelope Shank ItemCategory: Ingredient ActionType: Item CanUse: True Name: Moat Carp ItemCategory: Seafood ActionType: Item CanUse: True Name: Assassin Betta ItemCategory: Seafood ActionType: Item CanUse: True Name: Wahoo ItemCategory: Seafood ActionType: Item CanUse: True Name: Smooth Butter ItemCategory: Ingredient ActionType: Item CanUse: True Name: Prickly Pineapple ItemCategory: Ingredient ActionType: Item CanUse: True Name: Nutmeg ItemCategory: Ingredient ActionType: Item CanUse: True Name: Honey ItemCategory: Ingredient ActionType: Item CanUse: True Name: Thanalan Tea Leaves ItemCategory: Ingredient ActionType: Item CanUse: True Name: Gelatin ItemCategory: Ingredient ActionType: Item CanUse: True Name: Laurel ItemCategory: Ingredient ActionType: Item CanUse: True Name: Gelatin ItemCategory: Ingredient ActionType: Item CanUse: True Name: Thanalan Tea Leaves ItemCategory: Ingredient ActionType: Item CanUse: True Name: Midland Basil ItemCategory: Ingredient ActionType: Item CanUse: True Name: Dzemael Tomato ItemCategory: Ingredient ActionType: Item CanUse: True Name: Dark Sleeper ItemCategory: Seafood ActionType: Item CanUse: True Name: Mugwort ItemCategory: Ingredient ActionType: Item CanUse: True Name: Kissing Trout ItemCategory: Seafood ActionType: Item CanUse: True Name: Chicken Stock ItemCategory: Ingredient ActionType: Item CanUse: True Name: Marjoram ItemCategory: Ingredient ActionType: Item CanUse: True Name: Kukuru Butter ItemCategory: Ingredient ActionType: Item CanUse: True Name: Crimson Trout ItemCategory: Seafood ActionType: Item CanUse: True Name: Kukuru Powder ItemCategory: Ingredient ActionType: Item CanUse: True Name: Gridanian Walnut ItemCategory: Ingredient ActionType: Item CanUse: True Name: Lavender Oil ItemCategory: Ingredient ActionType: Item CanUse: True Name: Almonds ItemCategory: Ingredient ActionType: Item CanUse: True Name: Cider Vinegar ItemCategory: Ingredient ActionType: Item CanUse: True Name: Maple Sugar ItemCategory: Ingredient ActionType: Item CanUse: True Name: Night Milk ItemCategory: Ingredient ActionType: Item CanUse: True Name: Maple Syrup ItemCategory: Ingredient ActionType: Item CanUse: True Name: Clove Oil ItemCategory: Ingredient ActionType: Item CanUse: True Name: Apkallu Egg ItemCategory: Ingredient ActionType: Item CanUse: True Name: Honey Lemon ItemCategory: Ingredient ActionType: Item CanUse: True Name: Sun Lemon ItemCategory: Ingredient ActionType: Item CanUse: True Name: Lowland Grapes ItemCategory: Ingredient ActionType: Item CanUse: True Name: Black Truffle ItemCategory: Ingredient ActionType: Item CanUse: True Name: Harbor Herring ItemCategory: Seafood ActionType: Item CanUse: True Name: Crimson Trout ItemCategory: Seafood ActionType: Item CanUse: True Name: Rainbow Trout ItemCategory: Seafood ActionType: Item CanUse: True Name: Gudgeon ItemCategory: Seafood ActionType: Item CanUse: True Name: Sea Cucumber ItemCategory: Seafood ActionType: Item CanUse: True Name: Rolanberry ItemCategory: Ingredient ActionType: Item CanUse: True Name: Rolanberry ItemCategory: Ingredient ActionType: Item CanUse: True Name: Prickly Pineapple ItemCategory: Ingredient ActionType: Item CanUse: True Name: Prickly Pineapple ItemCategory: Ingredient ActionType: Item CanUse: True Name: Prickly Pineapple ItemCategory: Ingredient ActionType: Item CanUse: True