celguar / mangosbot-bots

Bot AI Core from ike3 for cmangos/mangos classic/tbc/wotlk
https://github.com/cmangos/playerbots
84 stars 40 forks source link

Ignore loot list (backport from 2021-2022) #318

Closed ike3 closed 7 months ago

ike3 commented 7 months ago

Make bot ignore items or gos when looting:

ll +[item] = always loot item ll ![item] = ignore item (do not loot it) ll ![go] = ignore game object ll -[item] = remove from lists ll -[go] = remove from lists

(ll +[go] is not supported yet)

celguar commented 7 months ago

Will it conflict with current "keep" command?

ike3 commented 7 months ago

Will it conflict with current "keep" command?

Should be completely separate. Can keep command be used to tell one bot to loot an item, and others to ignore it? Also to prevent bots to move to a game object to loot an item from it?

UPD: from discord - keep is a completely different beast, it works after bot looted the item, but ll prevents bot to loot it at all.