CursorX Posted December 20, 2013 Posted December 20, 2013 i'd like to ask.. if this possible to do.. 1 monster will drop 1item but 250pcs? (in bulk) Quote
Shio Devs Posted December 20, 2013 Posted December 20, 2013 Hm you can add it to the mob_db or use something like this http://rathena.org/board/topic/69225-help-me-with-this-script/ Quote
Patskie Posted December 20, 2013 Posted December 20, 2013 *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
CursorX
i'd like to ask.. if this possible to do.. 1 monster will drop 1item but 250pcs? (in bulk)
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.