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

Huuma Giant Wheel Shuriken Box    Item ID# 16293 (Huuma_Giant_C_Box1)
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A box that contains 1 "Huuma Giant Wheel Shuriken" inside.

Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
Item Script
{ getgroupitem(IG_HUUMA_GIANT_C_BOX1); },{},{}
Dropped By No Result

Huuma Metal Shuriken [1]   [Two Handed]   Item ID# 13322 (Metal_Huuma_Shuriken)
Metal Huuma Shuriken
Type
Weapon
Class
Fuuma Shuriken
Buy
20z
Sell
10z
Weight
0
Attack
50
Weapon Lvl
3
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
This item is impossible to deal with another account.
Giant shuriken with steel cone that is added to enhance the ability to throw, made of metal.
Indestructible.
Each refine level: ATK +5, MATK +3.
Each 2 refines increase ranged physical attack by 1%.
ATK +3 for every 10 Base Levels above 20 (applied up to level 120).
Item Script
{ bonus bUnbreakableWeapon; .@r = getrefine(); bonus bBaseAtk,.@r*5; bonus bMatk,.@r*3; bonus bLongAtkRate,.@r; if (BaseLevel >= 20 && BaseLevel <= 120) bonus bBaseAtk,3*.@r/10; },{},{}
Dropped By No Result

Huuma Shuriken Clearness [2]   [Two Handed]   Item ID# 13345 (Humma_Clear)
Huuma Shuriken Clear
Type
Weapon
Class
Fuuma Shuriken
Buy
20z
Sell
10z
Weight
130
Attack
230
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A wind eagle sword used by a famous ninja.
It resonates with Ancient Hero's Boots.

For each 2 refine levels, ATK +10.

For each 3 refine levels:
Increases long ranged physical damage by 2%.

Refine Level +7:
Increases Swirling Petal damage by 30%.

Refine Level +9:
Reduces after skill delay of Swirling Petal by 1 second.

Refine Level +11:
Increases physical damage against Fire and Shadow elemental monsters by 15%
Increases physical damage against Undead and Demon race monsters by 30%

When equipped with Ancient Hero's Boots:
Random chance to increase STR by 20 and long ranged physical damage by 10% for 7 sec when dealing physical damage.

More Information on Combo:
Item Script
expand to view script
{ .@r = getrefine(); bonus bLongAtkRate,2*(.@r/3); bonus bBaseAtk,10*(.@r/2); if (.@r >= 7) { bonus2 bSkillAtk,"KO_HUUMARANKA",30; if (.@r >= 9) { bonus2 bSkillCooldown,"KO_HUUMARANKA",-1000; if (.@r >= 11) { bonus2 bAddEle,Ele_Fire,15; bonus2 bAddEle,Ele_Dark,15; bonus2 bAddRace,RC_Undead,30; bonus2 bAddRace,RC_Demon,30; } } } },{},{}
Dropped By No Result

Huuma Shuriken Clearness-LT [2]   [Two Handed]   Item ID# 650024 (Humma_Clear_LT)
Clarity Huuma Shuriken-LT
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
230
Attack
290
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Ninja
Kagerou / Oboro
Description
An improved version of the huuma shuriken used by famous ninjas in the past.
Resonates with Hero's Boots-LT.

Indestructible in battle

Base Level at least 210:
POW +2, P.ATK +1.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases ranged physical damage by 4%.

Refine Level +7:
Increases damage of Swirling Petal by 30%.
Decreases variable cast time by 10%.

Refine Level +9:
Decreases Swirling Petal skill cooldown by 2 second.
Increases damage of Swirling Petal by additional 15%.

Refine Level +11:
Increases physical damage against enemies of Fire, Shadow and Holy element by 25%.
Increases physical damage against enemies of Undead, Demon and Angel race by 25%.

When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.

[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: ranged physical damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"KO_HUUMARANKA",30; if (.@r>=9) { bonus2 bSkillCooldown,"KO_HUUMARANKA",-2000; bonus2 bSkillAtk,"KO_HUUMARANKA",15; if (.@r>=11) { bonus2 bAddRace,RC_Undead,25+25; bonus2 bAddRace,RC_Angel,25; bonus2 bAddRace,RC_Demon,25; bonus2 bAddRace,RC_Dragon,25; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,4*(.@r/3); },{},{}
Dropped By No Result

Huuma Shuriken of Dancing Petals [2]   [Two Handed]   Item ID# 13332 (Huuma_Hundred_Petal)
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
200
Attack
250
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A Huuma Shuriken used by ninja hired by gold mine owner.
Increases Swirling Petal damage by 20%.

Refine Level +7: Increases long range physical attack by 10%.
Refine Level +9: Increases Swirling Petal damage by an additional 20%.

More Information on Combo:
Item Script
{ .@r = getrefine(); .@bonus = 20; if (.@r>=7) { bonus bLongAtkRate,10; } if (.@r>=9) { .@bonus += 20; } bonus2 bSkillAtk,"KO_HUUMARANKA",.@bonus; },{},{}
Dropped By

Huuma Shuriken of Dancing Petals [3]   [Two Handed]   Item ID# 13340 (Huuma_Hundred_Petal_J)
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
200
Attack
250 / MATK 180
Required Lvl
130
Weapon Lvl
4
Slot
3
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); bonus bAspdRate,.@r; if (.@r>=9) bonus bSPGainValue,20; },{},{}
Dropped By No Result

Huuma Shuriken of Vicious Mind [1]   [Two Handed]   Item ID# 13328 (Sinister_Huuma)
Vicious Mind Huuma Shuriken
Type
Weapon
Class
Fuuma Shuriken
Buy
20z
Sell
10z
Weight
150
Attack
150 / MATK 50
Required Lvl
160
Weapon Lvl
4
Slot
1
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Huuma Shuriken imbued with evil spirit.
MATK +50.
Increase ATK by (Refine Level * Refine Level), up to +15.
Increase MATK by (Refine Level * Refine Level)/2, up to +15.
Indestructible.
Item Script
{ bonus bBaseAtk,pow(min(getrefine(),15),2); bonus bMatk,pow(min(getrefine(),15),2)/2; bonus bUnbreakableWeapon; },{},{}
Dropped By

Huuma Shuriken Tuning Device    Item ID# 311382 (Gear_SS3)
Huuma Shuriken - Grasp Tuning Device
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Huuma Shuriken - Grasp by 5%.

[Bonus by Weapon Grade]
[Grade D]: Damage of Huuma Shuriken - Grasp +3%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Damage of Huuma Shuriken - Grasp +4%.
[Grade A]: Damage of Huuma Shuriken - Grasp +6%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bSkillAtk,"SS_FUUMASHOUAKU",5; if (.@g >= 1) { bonus2 bSkillAtk,"SS_FUUMASHOUAKU",3; if (.@g >= 2) { bonus2 bAddSize,Size_All,10; if (.@g >= 3) { bonus2 bSkillAtk,"SS_FUUMASHOUAKU",4; if (.@g >= 4) { bonus2 bSkillAtk,"SS_FUUMASHOUAKU",6; } } } } },{},{}
Dropped By No Result

Huuma Wing Shuriken [0]   [Two Handed]   Item ID# 13300 (Huuma_Bird_Wing)
Type
Weapon
Class
Fuuma Shuriken
Buy
90000z
Sell
45000z
Weight
300
Attack
150
Required Lvl
65
Weapon Lvl
4
Slot
0
Property
Wind
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A famous Huuma Ninja weapon that is shaped like a wing.
AGI - 1, DEX - 2
Item Script
{ bonus bAtkEle,Ele_Wind; bonus bDex,-2; bonus bAgi,-1; },{},{}
Dropped By

Hwergelmir's Tonic    Item ID# 12095 (Dex_Dish10)
Type
Healing Item
Class
n/a
Buy
100000z
Sell
50000z
Weight
5
Description
Named after the legendary spring believed to be the source of the world's rivers, this beverage is famous for its amazing taste.

Effect: DEX +10
Heal: 10% HP, 10% SP
Duration: 20 minutes
Item Script
{ sc_start SC_DEXFOOD,1200000,10; percentheal 10,10; },{},{}
Dropped By

Hwergelmir's Tonic    Item ID# 12205 (Dex_Dish10_)
Type
Healing Item
Class
n/a
Buy
2z
Sell
1z
Weight
1
Description
Named after the legendary spring believed to be the source of the world's rivers, this beverage is famous for its amazing taste.
DEX + 10 for 30 minutes.
Item Script
{ sc_start SC_FOOD_DEX_CASH,1800000,10; percentheal 15,5; },{},{}
Dropped By No Result

Hwergelmir's Tonic    Item ID# 12253 (Dex_Dish10_M)
Hwergelmir's Tonic 60
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
Named after the legendary spring believed to be the source of the world's rivers, this beverage is famous for its amazing taste.
DEX + 10 for 1 hours.
Item Script
{ sc_start SC_DEXFOOD,3600000,10; percentheal 10,10; },{},{}
Dropped By No Result

« First < 686970717273747576 >
back to top