Observation Wing Quest
Observation Wing Quest | |
---|---|
Requirements | |
Base Level: |
LV99 if nontrans |
Job Class: |
Trans or LV99nontrans |
Party: |
Yes |
Items (Consumed): |
White Angel Feather x99
|
Rewards | |
Quest Rewards: |
Observation Wings |
Quest Guide
1. Go to Thanatos Tower and reach floor 7. Find the Demon in the first sections of the floor and speak to him (he is located approximately near tha_t07: 29, 144). He will give you a list for the Observation Wings and to also find his friend and give them a Panacea as they are injured.
2. Visit the Demon's Friend at Thanatos Floor 2 (approximately at coordinates 82, 220) and give her a Panacea.
3. Return to the Demon on Floor 7, and give him the 99 White Angel Feathers, 33 Soft Feathers and the 9 Blue Feathers to receive your Observation wings.
About the Wings
Observation Wings | ||||||||
---|---|---|---|---|---|---|---|---|
Id #: 10084 | Pretty wings made to look like those seen on the monster Observation. | |||||||
Def | MDef | Weight | Refinable | Level | Type | Usable Jobs | ||
6 | 6 | 30 | Yes | 80 | Lower Headgear and Armor | All | ||
|
Drop Chances
The script for Observation Wings are as follow:
bonus3 bAddMonsterDropItem,969,RC_Dragon,2*getrefine(); if (#AllegiancePoint>10199 || (#AllegiancePoint<9801 && #AllegiancePoint >1000)) { bonus3 bAddMonsterDropItem,969,RC_Dragon,3*getrefine(); }
From the script, we can tell that the base chance for Gold when killing a Dragon race monster is 0.02%*(refine level). It becomes 0.03%*(refine level) when the wearer have an allegiance points amount of 200+. The chance is multipled by the drop rate multiplier (usually 3x in heRO server) and then applied twice due to Double Wing Effect (this does not mean the drop chance is doubled).
Therefore,
Refine | Allegiance Points | Chances of Gold (0.02*refine*3) |
+0 | =<200 | 0.01% |
+1 | =<200 | 0.06% |
+2 | =<200 | 0.12% |
+3 | =<200 | 0.16% |
+4 | =<200 | 0.24% |
+5 | =<200 | 0.30% |
+6 | =<200 | 0.36% |
+7 | =<200 | 0.42% |
+8 | =<200 | 0.48% |
+9 | =<200 | 0.54% |
+10 | =<200 | 0.60% |
Refine | Allegiance Points | Chances of Gold (0.03*refine*3) |
+0 | >200 | 0.01% |
+1 | >200 | 0.09% |
+2 | >200 | 0.18% |
+3 | >200 | 0.27% |
+4 | >200 | 0.36% |
+5 | >200 | 0.45% |
+6 | >200 | 0.54% |
+7 | >200 | 0.63% |
+8 | >200 | 0.72% |
+9 | >200 | 0.81% |
+10 | >200 | 0.90% |
Note: Drop chances does not go below 0.01%.