Mercenary Quests

From DARO

Introduction

On DaRO, one of all the methods to be able to level up, you may want to complete Mercenary Quests.

  • There are 7 different types of Mercenary Quests, these one are new features for you to enjoy.
    • Just to mention, you will be able to fulfill all of them whatever your level can be.

→ Take a look below for all the details !

You can find the corresponding NPC in Midgard City.

A travailler

Toutes les 10 min les quêtes sont refresh (modifiée) les quêtes sont classées de 0 à 20, 21 à 40, etc... jusqu'à 101 à 120


il y a 5 quêtes par tranche de lvls


7 types de quests le joueur ne peut accepter que 1 quest de chaque tranche

il a droit qu'à 3 quests par jour


Tu peux abandonner / resign une quest et recevoir une autre quest


Tu peux reset autant de fois que besoin tes quests On peut stocker les quests de la veille pour le lendemain si on a pas le temps de les faire et du coup il est possible de resign ces quests qui étaient fait la veille


In Progress

Hunting

Hunting
Objective
Kill 15 Monsters Elite or not
Chest Apparition Rate Amount of Zeny Amount of EXP
20% 80% 100%

Tracking

Tracking
Objective
Kill 1 MvP Elite or not
Chest Apparition Rate Amount of Zeny Amount of EXP
25% 100% 120%

Harvesting

Harvesting
Objective
10 monsters Plant or Egg type will spawn on the corresponding map mentionned by the NPC when you accept the quest.


→ All monsters of the quest will spawn when you select the quest. However, if you can't find all 10 monsters on the map. It means someone killed some of them. In order to be able to complete your quest, you will have to kill all monsters you encounter on the map.

Chest Apparition Rate Amount of Zeny Amount of EXP
20% 115% 75%

Mailing

Mailing
Objective
The NPC will ask you to deliver 3 letters to 3 corresponding NPC. These NPC are located on several maps.
Chest Apparition Rate Amount of Zeny Amount of EXP
50% 133% 60%

Searching

Searching
Objective
Find an artifact by digging in the ground thanks to the command @search. The NPC will tell you the map you need to investigate. Once you are on the corresponding map, type @search and the NPC will assist you.
    • If you are located at a certain amount of cells from the goal, the NPC will help you :
  • More than 160 cells, it will tell you that you are "very far" from the goal.
  • Between 121 and 160 cells, the keyword is "some what far".
  • Between 81 and 120 cells, the keyword is "not too far".
  • Between 41 and 80 cells, the keyword is "really not far".
  • Between 15 and 40 cells, the keyword is 'near".
  • Between 0 and 14, it will specify the number of cells.


To find the artifact, you need to use @search on the exact cell where it is buried.

Chest Apparition Rate Amount of Zeny Amount of EXP
35% 120% 50%

Supplying

Supplying
Objective
You need to bring back specific Items to an NPC. All Items and the corresponding map is based on the player's Base Level.
Chest Apparition Rate Amount of Zeny Amount of EXP
15% 35% 450%

Exploring

Exploring
Objective
Explorer une map @explore à 3 endroits différents et suffisamment distants --> Au moins 50 cases les une des autres - @explore a 7s de Casting Time FIXED
Chest Apparition Rate Amount of Zeny Amount of EXP
20% 105% 145%

Hunting

15 mobs / Elite ou pas à tuer

100% XP

Chest Chance --> 20%

Zeny --> 80%

Tracking

1 MvP / Elite ou pas à tuer

120% XP

Chest Chance --> 25%

Zeny --> 100%

Harvesting

10 mobs de type plante ou oeuf sur une même map qui est spécifiée au choix de la quête --> les mobs apparaissent quand la quête est donnée / et si le joueur tue de monstre sur la map en ayant une quête active / et qu'il y a trop peu de mob à collecter sur la map une certaine quantité respawn

75% XP

Chest Chance --> 20%

Zeny --> 115%

Mailing

demande d'aller voir un pnj dans une ville pour aller apporter 3 lettre à 3 npcs sur deux maps différentes

60% XP

Chest Chance --> 50%

Zeny --> 133%

Searching

- Trouver un artefact en creusant le sol (chercher dans une zone) - Intitulé de quest "trouver l'artefact à prt_fild00" - Le joueur @search sur la map et ça prend un peu de temps - Il faut mettre la camera dans le bon sens pour s'orienter - @search a 2s de Casting Time


et il va dire : .@distance_x$ = "Very far";

       .@distance_y$ = "Very far";
       if (.@delta_x < 0) {
           .@delta_x = -.@delta_x;
           .@direction_x$ = "Est";
       }
       if (.@delta_y < 0) {
           .@delta_y = -.@delta_y;
           .@direction_y$ = "North";
       }
       if (.@delta_x < 150)
           .@distance_x$ = "Some what far";
       if (.@delta_x < 100)
           .@distance_x$ = "Not too far";
       if (.@delta_x < 50)
           .@distance_x$ = "Near";
       if (.@delta_x < 15)
           .@distance_x$ = "At a distance of " + .@delta_x + " squares";
       if (.@delta_y < 150)
           .@distance_y$ = "Not too far";
       if (.@delta_y < 100)
           .@distance_y$ = "Near";
       if (.@delta_y < 50)
           .@distance_y$ = "Really not far";
       if (.@delta_y < 15)
           .@distance_y$ = "At a distance of " + .@delta_x + " squares";

- Tu dois faire @search à chaque fois pour te diriger, il faut bien être sur la bonne case avec son @search pour trouver l'artéfact.


50% XP

Chest Chance --> 35%

Zeny --> 120%

Supplying

On doit apporter des items à un npc qui se trouve sur une map donnée les items et la map sont d'un niveau équivalents au niveau de la quête

35% XP

Chest Chance --> 15%

Zeny --> 450%

Exploring

Explorer une map @explore à 3 endroits différents et suffisamment distants --> Au moins 50 cases les une des autres

@explore a 7s de Casting Time FIXED

105% XP

Chest Chance --> 20%

Zeny --> 145%