Skip to content

MapleQuestAdvisor

Latest
Compare
Choose a tag to compare
@ronancpl ronancpl released this 08 Aug 23:01
· 20 commits to master since this release

A road planning tool for cruising quests in MapleStory

This is an application which aims to tell promising quest trajectories for the
player to run at a given time. The user needs to insert information in flavor
of CSV files.

  1. Gaming info required

The in-game informations needed are:

  • Character - Pertinent info such as Level, EXP, Job...
  • Inventory - Items the player has gotten.
  • Quest - Holds current quest states the player has achieved.
  • Rates - Environment info, such as ongoing EXP, Meso, Drop rate.
  1. User results

The results the user view are:

  • The Quest the player is supposed to be following, on top of the screen.
  • The Resource book, containing quest required items, mobs, NPC and Field.
  • The Stat records, containing the quest data.
  • The Inventory, containing expected items the player is holding, updates with quests.
  1. Interaction

The user is expected to interact, and make sure actions are updated along gameplay, with quests using buttons:

  • Selectbox: pick one quest from the list to be played next;
  • "NEXT": update the gameplay status with the selected quest;
  • "BACK": go back by one, returning to the previous gameplay status.
  1. Known issues
  • Sometimes crash happens when interchanging worldmaps by clicking region links having many points.