Jump to content
  • 0

Q>about this drop from mob


CursorX

Question


  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   0
  • Joined:  11/20/13
  • Last Seen:  

i'd like to ask.. if this possible to do.. 1 monster will drop 1item but 250pcs? (in bulk)

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   20
  • Joined:  02/05/13
  • Last Seen:  

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/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  


*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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...