Renewal
.:Renewal Item Database:.
Weapon

Thorn Staff of Darkness [0]   [One Hand]   Item ID# 1636 (Thorn_Staff)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
70
Attack
60 / MATK 160
Required Lvl
75
Weapon Lvl
4
Slot
0
Applicable Jobs
High Mage
High Acolyte
High Priest
High Wizard
Champion
Professor
Description
A strong magical staff covered by sharp thorned vines.

MATK +160, INT +3, DEX +3.
For every refine level, pierces 1% magic defense of target when dealing magical attack.
For every 2 refine levels, reduces after cast skill delay by 3%.

More Information on Combo:
Item Script
{ bonus bAtkEle,Ele_Dark; bonus bInt,3; bonus bDex,3; .@r = getrefine(); bonus2 bIgnoreMdefClassRate,Class_Normal,.@r; bonus2 bIgnoreMdefClassRate,Class_Boss,.@r; bonus bDelayrate,-(.@r*3/2); },{},{}
Dropped By

Thorn Staff of Darkness [1]   [One Hand]   Item ID# 1664 (Thorn_Staff_)
Type
Weapon
Class
Mace
Buy
10z
Sell
5z
Weight
70
Attack
60 / MATK 160
Required Lvl
75
Weapon Lvl
4
Slot
1
Property
Darkness / Shadow
Applicable Jobs
High Mage
High Acolyte
High Priest
High Wizard
Champion
Professor
Description
Thorn Surrounded by Strong Magical Sticks.

MATK +160, INT +3, DEX +3
For every refine level, pierces 1% magic defense of target when dealing magical attack.
For every 2 refine levels, reduces after cast skill delay by 3%.
Item Script
{ bonus bInt,3; bonus bDex,3; .@r = getrefine(); bonus2 bIgnoreMdefClassRate,Class_Normal,.@r; bonus2 bIgnoreMdefClassRate,Class_Boss,.@r; bonus bDelayrate,-.@r*3/2; bonus bAtkEle,Ele_Dark; },{},{}
Dropped By No Result

Thousand Sun [2]   [One Hand]   Item ID# 28631 (OneSkyOneSun)
One Sky One Sun
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
90
Attack
160
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Star Emperor
Description
An ancient book titled The Only Sun on the Sky.
It is not known when anyone wrote down, but it contains knowledge of the heavenly bodies.
It resonates with Ancient Hero's Boots.

Every 2 refine levels, ATK +10.
Every 3 refine levels, MaxSP +2%.

Refine Level +7, increases Prominence Kick damage by 15%.
Refine Level +9, reduces after attack delay by 10% (ASPD +10%).
Refine Level +11, increases Solar Burst damage by 20%.

When equipped with Ancient Hero's Boots:
Has a chance to increase STR by 20 and ATK by 15% for 7 seconds when dealing physical attack.
Item Script
{ .@r = getrefine(); if (.@r>=2) { bonus bBaseAtk,.@r/2*10; } if (.@r>=3) { bonus bMaxSPrate,.@r/3*2; } if (.@r>=9) { bonus2 bSkillAtk,"SJ_PROMINENCEKICK",15; } if (.@r>=11) { bonus2 bSkillAtk,"SJ_SOLARBURST",20; } },{},{}
Dropped By No Result

Thunder Bow [2]   [Two Handed]   Item ID# 18133 (Bow_of_Trust)
Thunderclap Bow
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
150
Attack
120
Required Lvl
50
Weapon Lvl
3
Slot
2
Range
5
Applicable Jobs
Archer
Thief
Hunter
Rogue
Bard / Dancer
Description
A bow with the power of lightning.
It is said that the original performance can be exhibited by regaining the power of the wind.

Grants arrows the Wind element for 180 minutes.

Increases physical damage against Fish monsters by 15%.
Increases physical damage against Water elemental monsters by 15%.

Refine Level +7:
Increases physical damage against Fish monsters by additional 10%.
Increases physical damage against Water elemental monsters by additional 10%.

Refine Level +9:
Increases physical damage against Fish monsters by additional 15%.
Increases physical damage against Water elemental monsters by additional 15%.

When equipped with Thunder Ring:
Increases physical and magical damage against Fish monsters by additional 20%.
Increases physical and magical damage against Water elemental monsters by additional 20%.
Item Script
{ .@r = getrefine(); bonus bAtkEle,Ele_Wind; if (.@r>=7) { .@val = 10; if (.@r>=9) .@val += 15; bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddRace,RC_Fish,.@val; } },{},{}
Dropped By No Result

Thunder Gun [2]   [Two Handed]   Item ID# 13130 (Gun_of_Trust)
Thunderbolt
Type
Weapon
Class
Revolver
Buy
n/a
Sell
n/a
Weight
100
Attack
60
Required Lvl
50
Weapon Lvl
3
Slot
2
Range
7
Applicable Jobs
Gunslinger
Rebellion
Description
A gun with the power of lightning. It is said that the original performance can be exhibited by regaining the power of the wind.

Grants bullets the Wind element for 180 minutes.

Refine Level +7:
Increases physical damage against Fish monsters by 10%.
Increases physical damage against Water elemental monsters by 10%.

Refine Level +9:
Increases physical damage against Fish monsters by additional 15%.
Increases physical damage against Water elemental monsters by additional 15%.

When equipped with Thunder Ring:
Increases physical damage against Fish monsters by additional 20%.
Increases physical damage against Water elemental monsters by additional 20%.
Item Script
{ .@r = getrefine(); bonus bAtkEle,Ele_Wind; if (.@r>=7) { .@val = 10; if (.@r>=9) .@val += 15; bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddRace,RC_Fish,.@val; } },{},{}
Dropped By No Result

Thunder Hammer [3]   [One Hand]   Item ID# 16049 (Mace_of_Trust)
Thunderclap Hammer
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
200
Attack
130
Required Lvl
50
Weapon Lvl
3
Slot
3
Applicable Jobs
Novice
Swordman
Acolyte
Merchant
Knight
Priest
Blacksmith
Supernovice
Crusader
Monk
Alchemist
Description
Hammer imbued with the power of lightning.
It is said that the original performance can be demonstrated by regaining the power of the gale.

Refine Level +7:
Increases physical damage against Fish monsters by 10%.
Increases physical damage against Water monsters by 10%.

Refine Level +9:
Increases physical damage against Fish monsters by additional 15%.
Increases physical damage against Water monsters by additional 15%.
Item Script
{ .@r = getrefine(); bonus bAtkEle,Ele_Wind; bonus bUnbreakableWeapon; if (.@r>=7) { .@val = 10; if (.@r>=9) .@val += 15; bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddRace,RC_Fish,.@val; } },{},{}
Dropped By No Result

Thunder P [1]   [Two Handed]   Item ID# 13168 (Thunder_P)
Type
Weapon
Class
Shotgun
Buy
76000z
Sell
38000z
Weight
70
Attack
80
Required Lvl
70
Weapon Lvl
3
Slot
1
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A sawed off shotgun that fires shots more rapidly like a pistol at the cost of reduced accuracy.
HIT -5, increases attack speed by 20%.
Inflicts splash damage.
Item Script
{ bonus bSplashRange,1; bonus bHit,-5; bonus bAspdRate,20; },{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box, Old Violet Box

Thunder P [2]   [Two Handed]   Item ID# 13169 (Thunder_P_)
Type
Weapon
Class
Shotgun
Buy
76000z
Sell
38000z
Weight
70
Attack
80
Required Lvl
70
Weapon Lvl
3
Slot
2
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A sawed off shotgun that fires shots more rapidly like a pistol at the cost of reduced accuracy.
HIT -5, increases attack speed by 20%.
Inflicts splash damage.
Item Script
{ bonus bSplashRange,1; bonus bHit,-5; bonus bAspdRate,20; },{},{}
Dropped By

Thunder Spear [3]   [One Hand]   Item ID# 1444 (Spear_of_Trust)
Thunder Lance
Type
Weapon
Class
One-handed Spear
Buy
n/a
Sell
n/a
Weight
200
Attack
140
Required Lvl
50
Weapon Lvl
3
Slot
3
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A spear imbued with the power of lightning.

Refine Level +7:
Increases physical damage against Fish and Water elemental monsters by 10%.
Refine Level +9:
Increases physical damage against Fish and Water elemental monsters by 15%.
Item Script
{ .@r = getrefine(); bonus bAtkEle,Ele_Wind; if (.@r>=7) { .@val = 10; if (.@r>=9) .@val += 15; bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddRace,RC_Fish,.@val; } },{},{}
Dropped By No Result

Thunder Sword [3]   [One Hand]   Item ID# 28708 (Dagger_of_Trust)
Thunderclap Sword
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
100
Attack
150
Required Lvl
50
Weapon Lvl
3
Slot
3
Applicable Jobs
Novice
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Supernovice
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A dagger with the power of lightning.
It is said that the original performance can be exhibited by regaining the power of the gale.

Refine Level +7:
Increases physical damage against Fish race monsters by additional 10%.
Increases physical damage against Water elemental monsters by additional 10%.

Refine Level +9:
Increases physical damage against Fish race monsters by additional 15%.
Increases physical damage against Water elemental monsters by additional 15%.

When equipped with Thunder Ring:
Increases physical and magical damage against Fish race monsters by additional 20%.
Increases physical and magical damage against Water elemental monsters by additional 20%.
Item Script
{ .@r = getrefine(); bonus bAtkEle,Ele_Wind; if (.@r>=7) { .@val = 10; if (.@r>=9) .@val += 15; bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddRace,RC_Fish,.@val; } },{},{}
Dropped By No Result

Thunder Wand [2]   [One Hand]   Item ID# 1688 (Staff_of_Trust)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
100
Attack
160 / MATK 145
Required Lvl
50
Weapon Lvl
3
Slot
2
Applicable Jobs
Novice
Mage
Acolyte
Priest
Wizard
Supernovice
Monk
Sage
Soul Linker
Description
A staff with the power of lightning.
It is said that the original performance can be exhibited by regaining the power of the wind.

MATK +145

Refine Level +7:
Increases magical damage against Fish monsters by 10%.
Increases magical damage against Water elemental monsters by 10%.

Refine Level +9:
Increases magical damage against Fish monsters by additional 15%.
Increases magical damage against Water elemental monsters by additional 15%.

When equipped with Thunder Ring:
Increases magical damage against Fish monsters by additional 20%.
Increases magical damage against Water elemental monsters by additional 20%.
Item Script
{ .@r = getrefine(); bonus bAtkEle,Ele_Wind; bonus bUnbreakableWeapon; if (.@r>=7) { .@val = 10; if (.@r>=9) .@val += 15; bonus2 bMagicAddEle,Ele_Water,.@val; bonus2 bMagicAddRace,RC_Fish,.@val; } },{},{}
Dropped By No Result

Thunderstorm Huuma Shuriken [0]   [Two Handed]   Item ID# 13315 (Huuma_Thunderstorm)
Huuma Thunderstorm
Type
Weapon
Class
Fuuma Shuriken
Buy
100000z
Sell
50000z
Weight
150
Attack
200 / MATK 50
Required Lvl
110
Weapon Lvl
4
Slot
0
Property
Wind
Applicable Jobs
Ninja
Kagerou / Oboro
Description
Shuriken with Wind property. Blinds enemy's sight with rain and wind.
MATK +50.
When dealling physical attack, has a chance to autocast Level 1 (or learned level) Lightning Jolt on enemy.
Item Script
{ bonus bAtkEle,Ele_Wind; bonus3 bAutoSpell,"NJ_RAIGEKISAI",max(getskilllv("NJ_RAIGEKISAI"),1),30; bonus2 bAddEff,Eff_Blind,500; },{},{}
Dropped By

< 1234567891011 >
back to top