Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Hyper Novice Soul (Shield Chain Rush)    Item ID# 312292 (HN_Soul_SC)
Hyper Novice Soul(Shield Chain Rush)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Shield Chain Rush by 2%.

For each 2 Refine Levels:
Increases damage of Shield Chain Rush by additional 1%.
Item Script
{ bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",2+(getrefine()/2); },{},{}
Dropped By No Result

Hyper Novice Soul (Spiral Pierce Max)    Item ID# 312293 (HN_Soul_SP)
Hyper Novice Soul(Spiral Pierce Max)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Spiral Pierce Max by 2%.

For each 2 Refine Levels:
Increases damage of Spiral Pierce Max by additional 1%.
Item Script
{ bonus2 bSkillAtk,"HN_SPIRAL_PIERCE_MAX",2+(getrefine()/2); },{},{}
Dropped By No Result

Hypnotist's Staff [1]   [One Hand]   Item ID# 1621 (Hypnotist's_Staff)
Type
Weapon
Class
One-handed Staff
Buy
43000z
Sell
21500z
Weight
50
Attack
70 / MATK 120
Required Lvl
30
Weapon Lvl
3
Slot
1
Property
Neutral
Applicable Jobs
Novice
Supernovice
Description
A staff that hypnotizes the Novice and makes him feel like he is a great Wizard.
INT + 1, MATK + 120
Item Script
{ bonus bInt,1; },{},{}
Dropped By No Result
Obtainable FromOld Blue Box

Hypnotist's Staff [2]   [One Hand]   Item ID# 1622 (Hypnotist's_Staff_)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
70 / MATK 120
Required Lvl
30
Weapon Lvl
3
Slot
2
Property
Neutral
Applicable Jobs
Novice
Supernovice
Description
A staff that hypnotizes the Novice and makes him feel like he is a great Wizard.
INT + 1, MATK + 120
Item Script
{ bonus bInt,1; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Hypocrisy Edge [2]   [Two Handed]   Item ID# 600008 (Ep172_Bh_Sword)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
300
Attack
280
Required Lvl
150
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
A massive sword that decorated the corners of the Barmund Mansion.
It was terribly transformed by the magic interference device installed by the Illusionians.

Increases damage of Wind Cutter by 10%.
Indestructible in battle

For each 3 refine levels: ATK +12.

Refine Level +7:
Increases damage of Wind Cutter by additional 10%.

Refine Level +9:
Decreases after skill cast delay of all skills by 10%.

Refine Level +11:
Increases damage of Wind Cutter by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"RK_WINDCUTTER",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RK_WINDCUTTER",10; } if (.@r>=9) { bonus bDelayrate,-10; } if (.@r>=11) { bonus2 bSkillAtk,"RK_WINDCUTTER",15; } },{},{}
Dropped By

Hypocrisy Machine [3]   [One Hand]   Item ID# 500007 (Ep172_1h_Sword)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
300
Attack
250
Required Lvl
150
Weapon Lvl
4
Slot
3
Applicable Jobs
Novice
Supernovice
Description
One-handed sword used by guards in Barmund Mansion.
It was terribly transformed by the magic interference device installed by the Illusionians.

Indestructible in battle

For each 2 refine levels: Increases physical melee damage by 3%.
For each 3 refine levels: Critical +2.

Refine Level +7:
ASPD +20% (After attack delay -20%).

Refine Level +9:
Increases physical damage against Small and Large sized enemies by 25%.

Refine Level +11:
Enables the use of Bowling Bash with the same Level of Sword Mastery learned.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bShortAtkRate,3*(.@r/2); bonus bCritical,2*(.@r/3); if (.@r>=7) bonus bAspdRate,20; if (.@r>=9) { bonus2 bAddSize,Size_Small,25; bonus2 bAddSize,Size_Large,25; } if (.@r>=11) skill "KN_BOWLINGBASH",getskilllv("SM_SWORD"); },{},{}
Dropped By

Hyuke's Black Cat Ears [0]   [Upper Head]   Item ID# 5360 (Whikebain_Ears)
Wickebine's Black Cat Ears
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Defense
4
Required Lvl
45
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Wickebine's black cat ears.
FLEE +10
Critical damage +10%.
Adds a high chance for 5 seconds ignore target's MDEF when attacking magically.

More Information on Combo:
Item Script
{ bonus bFlee,10; bonus bCritAtkRate,10; autobonus "{ bonus2 bIgnoreMdefClassRate,Class_Normal,25; bonus2 bIgnoreMdefClassRate,Class_Boss,25; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_ENHANCE; }"; },{},{}
Dropped By No Result

Hyun Rok Tuning Device    Item ID# 311064 (Gear_SH2)
Hyunrok Tuning Device
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Hyunrok Breeze and Hyunrok Cannon by 7%.

[Bonus by Weapon Grade]
[Grade D]: Damage of Hyunrok Breeze and Hyunrok Cannon +5%.
[Grade C]: Magical Damage against enemies of every size +10%.
[Grade B]: Damage of Hyunrok Breeze and Hyunrok Cannon +6%.
[Grade A]: Damage of Hyunrok Breeze and Hyunrok Cannon +7%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",7; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",7; if (.@g >= 1) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",5; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",5; if (.@g >= 2) { bonus2 bMagicAddSize,Size_All,10; if (.@g >= 3) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",6; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",6; if (.@g >= 4) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",7; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",7; } } } } },{},{}
Dropped By No Result

« First < 717273747576
back to top