This is a good place,every question you guys helped me solved,I love you ^_^.
Here is a new question, I want to listen the herb loot event.When I searched for api, I found 2.
1. void OnObjectHarvested(BotEvents.Player.ObjectHarvestedEventArgs args)
{
}
2. OnMobLooted(BotEvents.Player.MobLootedEventArgs args)
{
}
BotEvents.Player.OnObjectHarvested += OnObjectHarvested;
BotEvents.Player.OnMobLooted += OnMobLooted;
The second is triggering when i loot a mob.But when i loot a herb, nothing triggered.
Please teach me which event triggers when I loot a herb.
Here is a new question, I want to listen the herb loot event.When I searched for api, I found 2.
1. void OnObjectHarvested(BotEvents.Player.ObjectHarvestedEventArgs args)
{
}
2. OnMobLooted(BotEvents.Player.MobLootedEventArgs args)
{
}
BotEvents.Player.OnObjectHarvested += OnObjectHarvested;
BotEvents.Player.OnMobLooted += OnMobLooted;
The second is triggering when i loot a mob.But when i loot a herb, nothing triggered.
Please teach me which event triggers when I loot a herb.






