|
|
(4 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
− | {{Quest
| + | #REDIRECT [[Observation Wings Quest]] |
− | | levelreq = LV99 if nontrans
| + | |
− | | joblevelreq =
| + | |
− | | classreq = Trans or LV99nontrans
| + | |
− | | skillreq =
| + | |
− | | partyreq = Yes
| + | |
− | | itemreq = White Angel Feather x99
| + | |
− | <br>Soft Feather x33
| + | |
− | <br>Blue Feather x9
| + | |
− | <br>Panacea x1
| + | |
− | | nitemreq =
| + | |
− | | zenyreq =
| + | |
− | | questsreq =
| + | |
− | | questscoreq =
| + | |
− | | baseexpreward =
| + | |
− | | jobexpreward =
| + | |
− | | itemreward =
| + | |
− | | qreward = 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.
| + | |
− | | + | |
− | | + | |
− | [[Image:ObsWing2.JPG]] | + | |
− | | + | |
− | | + | |
− | 2. Visit the Demon's Friend at Thanatos Floor 2 (approximately at coordinates 82, 220) and give her a Panacea.
| + | |
− | | + | |
− | | + | |
− | [[Image: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.
| + | |
− | | + | |
− | | + | |
− | [[Image:ObsWing3.JPG]]
| + | |
− | | + | |
− | ==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==
| + | |
− | | + | |
− | 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+. The chance is then multiplied by two due to [[Double_Wing_Effect|Double Wing Effect]].
| + | |
− | | + | |
− | Therefore,
| + | |
− | | + | |
− | {| border="1"
| + | |
− | |Refine
| + | |
− | |Allegiance Points
| + | |
− | |Chances of Gold
| + | |
− | |-
| + | |
− | | +0
| + | |
− | | =<200
| + | |
− | | 0.00%
| + | |
− | |-
| + | |
− | | +1
| + | |
− | | =<200
| + | |
− | | 0.04%
| + | |
− | |-
| + | |
− | | +2
| + | |
− | | =<200
| + | |
− | | 0.08%
| + | |
− | |-
| + | |
− | | +3
| + | |
− | | =<200
| + | |
− | | 0.12%
| + | |
− | |-
| + | |
− | | +4
| + | |
− | | =<200
| + | |
− | | 0.16%
| + | |
− | |-
| + | |
− | | +5
| + | |
− | | =<200
| + | |
− | | 0.20%
| + | |
− | |-
| + | |
− | | +6
| + | |
− | | =<200
| + | |
− | | 0.24%
| + | |
− | |-
| + | |
− | | +7
| + | |
− | | =<200
| + | |
− | | 0.28%
| + | |
− | |-
| + | |
− | | +8
| + | |
− | | =<200
| + | |
− | | 0.32%
| + | |
− | |-
| + | |
− | | +9
| + | |
− | | =<200
| + | |
− | | 0.36%
| + | |
− | |-
| + | |
− | | +10
| + | |
− | | =<200
| + | |
− | | 0.40%
| + | |
− | |-
| + | |
− | |
| + | |
− | |
| + | |
− | |
| + | |
− | |-
| + | |
− | | +0
| + | |
− | | >200
| + | |
− | | 0.00%
| + | |
− | |-
| + | |
− | | +1
| + | |
− | | >200
| + | |
− | | 0.10%
| + | |
− | |-
| + | |
− | | +2
| + | |
− | | >200
| + | |
− | | 0.20%
| + | |
− | |-
| + | |
− | | +3
| + | |
− | | >200
| + | |
− | | 0.30%
| + | |
− | |-
| + | |
− | | +4
| + | |
− | | >200
| + | |
− | | 0.40%
| + | |
− | |-
| + | |
− | | +5
| + | |
− | | >200
| + | |
− | | 0.50%
| + | |
− | |-
| + | |
− | | +6
| + | |
− | | >200
| + | |
− | | 0.60%
| + | |
− | |-
| + | |
− | | +7
| + | |
− | | >200
| + | |
− | | 0.70%
| + | |
− | |-
| + | |
− | | +8
| + | |
− | | >200
| + | |
− | | 0.80%
| + | |
− | |-
| + | |
− | | +9
| + | |
− | | >200
| + | |
− | | 0.90%
| + | |
− | |-
| + | |
− | | +10
| + | |
− | | >200
| + | |
− | | 1.00%
| + | |
− | |-
| + | |
− | |}
| + | |
− | | + | |
− | | + | |
− | [[Category:Custom Quest Guides]]
| + | |