Jump to content

Gepard

Members
  • Posts

    392
  • Joined

  • Last visited

  • Days Won

    19

Community Answers

  1. Gepard's post in Quest Log System Additional Objectives... was marked as the answer   
    Edit common/mmo.h

    #define MAX_QUEST_OBJECTIVES 3 //Max quest objectives for a quest
    I didn't check, but probably you'll have to edit all entries in db/quest_db.txt as well (to match new number of objectives)
    Item objectives are usually handled by script, because there is no real need to this in another fashion.

    if(countitem(512) >= 10) // has 10 apples { // do something (quest done) } else { // do something else (quest not done yet) }
  2. Gepard's post in [Request] Custom Drop rate was marked as the answer   
    This feature has been added to rAthena in r15520.
×
×
  • Create New...