NEW Gm command to find model Id's
I was trying to add weapons to my NPC's and was unable to use #npcedit Weapon (ID) command without searching in my database for the modelid...
So i created this GM command that returns the Model ID when you search for an item by itemid. For example. I type #finditemmodel 14383 and it returns Innoruuk's Curse - IT145. Very simple. The searching by item NAME and working as well but MUCH more reliable to search by item id. I realize this is not a MAJOR improvement or feature but it made my life MUCH MUCH easier. I did not provide a Diff because nothing is being removed. Just added. Command.h Line 157 I added Code:
void command_finditemmodel(Client *c, const Seperator *sep); Line 446 I added Code:
command_add("finditemmodel", "- #finditemmodel searches for model of an item based on provided item ID", 0, command_finditemmodel) || Code:
void command_finditemmodel(Client *c, const Seperator *sep) |
/cheer
/10char |
All times are GMT -4. The time now is 06:37 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.