Seiro Posted December 12, 2012 Posted December 12, 2012 What's the script for NPC dropping items? again, I know there's a script of this already but I couldn't find it.. :x Quote
Neo-Mind Posted December 12, 2012 Posted December 12, 2012 This One? => *makeitem <item id>,<amount>,"<map name>",<X>,<Y>; *makeitem "<item name>",<amount>,"<map name>",<X>,<Y>; This command will create an item lying around on a specified map in the specified location. itemid - Found in 'db/(pre-)re/item_db.txt' amount - Amount you want produced map name - The map name X - The X coordinate Y - The Y coordinate. This item will still disappear just like any other dropped item. Like 'getitem', it also accepts an 'english name' field from the database and creates apples if the name isn't found. If the map name is given as "this", the map the invoking character is on will be used. Quote
Question
Seiro
What's the script for NPC dropping items? again, I know there's a script of this already but I couldn't find it.. :x
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.