- 0
Sign in to follow this
Followers
0
@whodrops LIST to only show items that are dropped by mobs
Asked by
Zirius
-
Recently Browsing 0 members
No registered users viewing this page.
I think this would be great feature for Hercules.
On @whodrops Knife, Hercules would first list all "Knife" items from item_db, composed of Knife_,Knife__, etc.
The thing is, I don't think players are interested at knowing items that are not even dropped by mobs (unless otherwise specified by @whodrops ID), so I think there should be no more reason to show them, plus there's @iteminfo to do that.
What the current script does, is list all the items that has the keyword knife, then one by one get the names and drop chance of each.
What I think should be better (though I think more resource consuming), pull all the items that are listed on the mob drops in mob_db, then from that list, start searching. This way, @whodrops will not show any more of those Rental Boxes, etc.
I'd been playing with that atcommand.c for sometime now, and can't get it work.
LOL.
Thanks!
Add. I think the better way is, for the herc to create a cache at init, to list all items under mob_db. Then @whodrops, it would retrieve only items inside that cache. The cache would be refreshed/regenerated upon @reloaditemdb/@reloadmobdb
Thanks!
Edited by ZiriusShare this post
Link to post
Share on other sites