Skip to content

Releases: ronancpl/MapleQuestAdvisor

MapleQuestAdvisor

07 Feb 01:35

Choose a tag to compare

MapleQuestAdvisor Revision 3

  • Adjusted screen size to fit WorldMap canvas.
  • Quest recommendation tries to follow questline streak.
  • Reviewed inventory regarding item upgrades.

Rebound: at HeavenMS, on file "sql/db_drops.sql", to patch questline Resurrection:

  • Find and remove line UPDATE drop_data SET questid=6191 WHERE itemid=4001107;.

MapleQuestAdvisor

08 Aug 23:01

Choose a tag to compare

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.

MapleQuestAdvisor

07 Aug 15:47

Choose a tag to compare

MapleQuestAdvisor Pre-release
Pre-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.