Difference between revisions of "Observation Wing Quest"

From HeRO Wiki
Jump to: navigation, search
(Added wings info and drop chances)
Line 18: Line 18:
 
| qreward = Observation Wings
 
| qreward = Observation Wings
 
}}
 
}}
 +
 +
==About the Wings==
 +
 +
{{Template:CustomGear
 +
|name= Observation Wings
 +
|id=  10084
 +
|sprite= observation_wings.jpg
 +
|copyright=
 +
|portrait= obswings.jpg
 +
|def= 6
 +
|mdef= 6
 +
|weight= 30
 +
|refinable= Yes
 +
|usablejobs= All
 +
|reqlvl= 80
 +
|type= Lower Headgear and Armor
 +
|description= Pretty wings made to look like those seen on the monster Observation.
 +
|effect= *Small chance of gaining gold when killing a Dragon monster.
 +
*The chance is better with higher refine level
 +
*The chance is higher is the wearer is a strong hero. (200+ Allegiance points)
 +
 +
*Drop chances can be found [[Observation_Wing_Quest#Drop_Chances|here]].}}
 +
 +
==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.
 
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.
Line 35: Line 59:
  
 
[[Image:ObsWing3.JPG]]
 
[[Image:ObsWing3.JPG]]
 +
 +
==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). An additional 0.03%*(refine level) is added when the wearer have an allegiance points amount of 200+.
 +
 +
 +
Example:
 +
The chance of Gold when wearing an +4 Observation Wings is 0.08%, with an additional chance of 0.12% if the wearer have 200+ points. That makes a total of 0.2%, which is applied twice due to double wings effect.
 +
  
 
[[Category:Custom Quest Guides]]
 
[[Category:Custom Quest Guides]]

Revision as of 15:23, 3 January 2017



Observation Wing Quest
Requirements

Base Level:

LV99 if nontrans

Job Class:

Trans or LV99nontrans

Party:

Yes

Items (Consumed):

White Angel Feather x99
Soft Feather x33
Blue Feather x9
Panacea x1

Rewards

Quest Rewards:

Observation Wings



About the Wings

Observation Wings
Id #: 10084 Observation Wings Pretty wings made to look like those seen on the monster Observation.
Observation Wings
Def MDef Weight Refinable Level Type Usable Jobs
6 6 30 Yes 80 Lower Headgear and Armor All
  • Small chance of gaining gold when killing a Dragon monster.
  • The chance is better with higher refine level
  • The chance is higher is the wearer is a strong hero. (200+ Allegiance points)
  • Drop chances can be found here.


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.


ObsWing2.JPG


2. Visit the Demon's Friend at Thanatos Floor 2 (approximately at coordinates 82, 220) and give her a Panacea.


ObsWing1.JPG


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.


ObsWing3.JPG

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). An additional 0.03%*(refine level) is added when the wearer have an allegiance points amount of 200+.


Example: The chance of Gold when wearing an +4 Observation Wings is 0.08%, with an additional chance of 0.12% if the wearer have 200+ points. That makes a total of 0.2%, which is applied twice due to double wings effect.