Renewal
.:Renewal Item Database:.
Search Item By ID


Wild Poring Rider [1]   [Upper Head]   Item ID# 19108 (Wild_Poring_Rider)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
100
Defense
9
Required Lvl
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hat resemble the Wild Rider.
When equipped by Super Novice:
Adds certain chance of dropping 'Old Candy' when killing a monster.
When equipped by Knight:
Adds certain chance of dropping 'Rune stone ingredients' when killing a monster.
When equipped by Crusader:
Adds certain chance of dropping 'Ice Cream', 'Carrot Juice', 'Banana Juice' or 'Apple Juice' when killing a monster.
When equipped by Wizard:
Adds certain chance of dropping Yellow, Blue or Red Gemstone when killing a monster.
When equipped by Sage:
Adds certain chance of dropping Elemental Converter ingredints when killing a monster.
When equipped by Hunter:
Adds certain chance of dropping 'Elemental Quiver' or 'Sharp Quiver' when killing a monster.
When equipped by Bard and Dancer:
Adds certain chance of dropping 'Elemental Quiver; or 'Silence Quiver' when killing a monster.
When equipped by Priest:
Adds certain chance of dropping 'Holy Water' when killing a monster.
When equipped by Monk:
Adds certain chance of dropping 'Anodyne' when killing a monster.
When equipped by Assassin:
Adds certain chance of dropping 'Guillotine cross poison ingredients' when killing a monster.
When equipped by Rogue:
Adds certain chance of dropping 'Surface Paint Box' or 'Face Paint Box' when killing a monster.
When equipped by Blacksmith:
Adds certain chance of dropping 'Steel', 'Iron' or 'Brigan' when killing a monster.
When equipped by Alchemist:
Adds certain chance of dropping 'Herbs', 'Mole Whiskers', 'Witched Starsand' or 'Cactus Needle' when killing a monster.
When equipped by Star Gladiator:
Adds certain chance of dropping 'Enchanted stone' when killing a monster.
When equipped by Soul Linker:
Adds certain chance of dropping 'Witherless Rose', '3 carat Diamond' or 'Immortal Heart' when killing a monster.
When equipped by Ninja:
Adds certain chance of dropping 'Dried Squid Box', 'Flying Fish Box' or 'Starfish Box' when killing a monster.
When equipped by Gunslinger:
Adds certain chance of dropping 'Silver Bullet Ammo Case', 'Gong Bug Pocket' or 'Blood Ammo Case' when killing a monster.
When equipped by class higher than classes listed above, adds certain chance of dropping 'Mastela Fruit' when killing a monster.

[iRO Description]
When killing a monster adds a chance to drop a specific item type for each job.
Knight - Rune Crafting Materials
Crusader - Juice
Priest - Holy Water
Monk - Anodyne
Wizard - Gemstones
Sage - Horns and Shells
Assassin - Poisons
Rogue/Super Novice - Dogly Bottle Z
Hunter/Performers - Quivers
Blacksmith - Iron and Steel
Alchemist - Potion Crafting Materials
Ninja - Dried Fish
Gunslinger - Bullet Cases
Soul Linker - Witherless Rose and Crystals
Tae Kwon Master - Elemental Stones
Other - Mastela Fruit
Type : Helm Defense : 9
Required Level : 30
Class : All
Item Script
expand to view script
{ if ((eaclass()&EAJ_UPPERMASK) == EAJ_KNIGHT) bonus2 bAddMonsterDropItemGroup,IG_RUNE_CRAFT_MATERIALS,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_CRUSADER) bonus2 bAddMonsterDropItemGroup,IG_JUICE,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_PRIEST) bonus2 bAddMonsterDropItem,523,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_MONK) bonus2 bAddMonsterDropItem,605,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_WIZARD) bonus2 bAddMonsterDropItemGroup,IG_GEMSTONE,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_SAGE) bonus2 bAddMonsterDropItemGroup,IG_ELEMENTAL_CONVERTER,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_ASSASSIN) bonus2 bAddMonsterDropItemGroup,IG_POISONS,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_ROGUE || (eaclass()&EAJ_UPPERMASK) == EAJ_SUPER_NOVICE) bonus2 bAddMonsterDropItem,23660,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_HUNTER || (eaclass()&EAJ_UPPERMASK) == EAJ_BARDDANCER) bonus2 bAddMonsterDropItemGroup,IG_QUIVER,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_BLACKSMITH) bonus2 bAddMonsterDropItemGroup,IG_BLACKSMITH,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_ALCHEMIST) bonus2 bAddMonsterDropItemGroup,IG_POTION_CRAFT_MATERIALS,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_NINJA) bonus2 bAddMonsterDropItemGroup,IG_KUNAI_BOX,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_GUNSLINGER) bonus2 bAddMonsterDropItemGroup,IG_BULLET_CASE,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_SOUL_LINKER) bonus2 bAddMonsterDropItemGroup,IG_SOUL_LINKER,100; else if ((eaclass()&EAJ_UPPERMASK) == EAJ_STAR_GLADIATOR) bonus2 bAddMonsterDropItemGroup,IG_ELEMENTAL_STONES,100; else bonus2 bAddMonsterDropItem,522,100; },{},{}
Dropped By No Result

back to top