Renewal
.:Item Database:.
Weapon

Glorious Shotgun [0]   [Two Handed]   Item ID# 13178 (Krieger_Shotgun1)
Type
Weapon
Class
Shotgun
Buy
n/a
Sell
n/a
Weight
0
Attack
110
Required Lvl
80
Weapon Lvl
4
Slot
0
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
Increases physical attack against DemiHuman monster by 55%.
Adds 20% defense bypassing on Demi-human monster.
Splash Attack.
Increases 30% damage of skill Triple Action.
Indestructible (except in upgrade attempts).
[Refine Rate >= 6]
Adds 5% defense bypassing on Demi-human monster.
[Slaughter] Lv 1
[Refine Rate >= 9]
Increases the damage of Spread Attack by 2% for each refine level of the weapon.
Gives Spread Attack a chance to Stun the opponent.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,55; bonus2 bAddRace,RC_Player_Human,55; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bSplashRange,1; bonus2 bSkillAtk,"GS_TRIPLEACTION",30; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if(getrefine()>8) { bonus2 bSkillAtk,"GS_SPREADATTACK",getrefine() * 2; bonus3 bAddEffOnSkill,"GS_SPREADATTACK",Eff_Stun,2000; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Shuriken [0]   [Two Handed]   Item ID# 13307 (Krieger_Huuma_Shuriken1)
Type
Weapon
Class
Fuuma Shuriken
Buy
20z
Sell
10z
Weight
0
Attack
55
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Ninja
Description
Increases physical attack against DemiHuman monster by 95%.
Adds 20% defense bypassing on Demi-human monster.
MATK +15%
Has a 5% chance of dealing double damage with Level 1 Final Strike and Level 1 Throw Huuma Shuriken for 10 seconds when physically attacking.
Indestructible (except in upgrade attempts).

[Refine Rate +6 or higher]
Pierces Defense of DemiHuman monster by 5%.
[Slaughter] Lv 2

[Refine Rate +9 or higher]
Add 100% chance of auto casting Level 10 Heal when using skill Final Strike.
Add a chance of auto casting Level 2 Critical Wound on the monster when using skill Throw Huuma Shuriken.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,95; bonus2 bAddRace,RC_Player_Human,95; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bMatkRate,15; autobonus "{ bonus2 bSkillAtk,"NJ_HUUMA",100; bonus2 bSkillAtk,"NJ_ISSEN",100; }",50,10000; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); bonus2 bAddRace,RC_Player_Human,(getrefine()-3)*(getrefine()-3); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if(getrefine()>8) { bonus5 bAutoSpellOnSkill,"NJ_ISSEN","AL_HEAL",10,1000,1; bonus4 bAutoSpellOnSkill,"NJ_HUUMA","NPC_CRITICALWOUND",2,200; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Spear [0]   [One Hand]   Item ID# 1426 (Krieger_Onehand_Spear1)
Type
Weapon
Class
One-handed Spear
Buy
20z
Sell
10z
Weight
0
Attack
130
Required Lvl
80
Weapon Lvl
4
Slot
0
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
Physical Attack Strength to Demihuman monsters +95%.
Ignore 20% of Physical Defense of Demihuman monsters.

[Refine Level +6]
Ignore Demihuman's physical defense +5%.
Increase in ASPD(Delay after attacking reduces by 10%).
[Slaughter] Lv 1 (Damage bonus of Slaughter increases up to the upgrade level 14.)

[Refine Level +9]
Knight Class: When using Pierce, has a chance of inflicting Level 2 Critical Wound.
Crusader Class: When attacking normally, has a chance of casting Level 5 [Pressure].
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,95; bonus2 bAddRace,RC_Player_Human,95; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; bonus bAspdRate,10; } if(getrefine()>8) { if(BaseJob==Job_Knight) bonus4 bAutoSpellOnSkill,"KN_PIERCE","NPC_CRITICALWOUND",2,200; else if(BaseJob==Job_Crusader) bonus3 bAutoSpell,"PA_PRESSURE",5,100; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Tablet [0]   [One Hand]   Item ID# 1576 (Krieger_Book1)
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
0
Attack
90
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Priest
Sage
Star Gladiator
Description
MATK +15%.
Increases physical attack against DemiHuman monster by 80%.
Adds 25% defense bypassing on Demi-human monster.
Indestructible (except in upgrade attempts).

[Refine Rate +6 or higher]
Adds 5% defense bypassing on Demi-human monster.
[Slaughter] Lv 1 (Damage bonus of Slaughter increases up to the upgrade level 14.).

[Refine Rate +9 or higher]
When attacking there's a chance the weapon will awaken and grant you ATK + 200 for 3 seconds.
Item Script
expand to view script
{ bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; bonus2 bAddRace,RC_Player_Human,80; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,25; bonus2 bIgnoreDefRaceRate,RC_Player_Human,25; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if(getrefine()>8) autobonus "{ bonus bBaseAtk,200; }",30,3000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }"; },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Two-Handed Axe [0]   [Two Handed]   Item ID# 1382 (Krieger_Twohand_Axe1)
Glorious Twohanded Axe
Type
Weapon
Class
Two-handed Axe
Buy
20z
Sell
10z
Weight
0
Attack
220
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Merchant
Knight
Blacksmith
Crusader
Alchemist
Description
Increases physical attack against DemiHuman monster by 70%.
Adds 25% defense bypassing on Demi-human monster.
Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Add 5% chance of auto casting Level 1 Critical Wound when dealing physical damage.
Adds 5% defense bypassing on Demi-human monster.
[Slaughter] Lv 2
[Refine Rate +9 or higher]
Attack Speed + 10%.
Increases 5% Chance to casting Critical Wound when dealing physical damage.
Add a chance of auto casting Level 2 Critical Wound when using skill Mammonite.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,70; bonus2 bAddRace,RC_Player_Human,70; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,25; bonus2 bIgnoreDefRaceRate,RC_Player_Human,25; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); bonus2 bAddRace,RC_Player_Human,(getrefine()-3)*(getrefine()-3); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,50; } if(getrefine()>8) { bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100; bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200; bonus4 bAutoSpellOnSkill,"WS_CARTTERMINATION","NPC_CRITICALWOUND",2,200; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Gold Lux [0]   [Two Handed]   Item ID# 13106 (Gold_Lux)
Type
Weapon
Class
Revolver
Buy
100000z
Sell
50000z
Weight
50
Attack
20
Required Lvl
12
Weapon Lvl
3
Slot
0
Range
7
Applicable Jobs
Gunslinger
Rebellion
Description
A decorative, beautiful golden revolver that commands attention.
Add a 10% chance of auto casting Coin Flip when the user receives Physical Damage.
Autocast Coin Flip will be equal to the Coin Flip skill level that the user has learned.
HIT - 10
Item Script
{ bonus bHit,-10; if(getskilllv("GS_GLITTERING")>0) bonus3 bAutoSpell,"GS_GLITTERING",getskilllv("GS_GLITTERING"),100; },{},{}
Dropped By

Golden Axe [0]   [One Hand]   Item ID# 1308 (Golden_Axe)
Type
Weapon
Class
One-handed Axe
Buy
20z
Sell
10z
Weight
300
Attack
170
Required Lvl
45
Weapon Lvl
4
Slot
0
Applicable Jobs
Novice (& Supernovice)
Description
Not much is known about the mysterious Golden Axe.
Item Script
{},{},{}
Dropped By No Result

Golden Mace [1]   [One Hand]   Item ID# 1524 (Golden_Mace)
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
80
Attack
110
Required Lvl
40
Weapon Lvl
4
Slot
1
Applicable Jobs
Acolyte
Priest
Monk
Description
A mace forged out of pure gold.
Increases damage inflicted on Undead monster by 10%.
Indestructible (except in upgrade attempts).
Item Script
{ bonus2 bAddRace,RC_Undead,10; bonus bUnbreakableWeapon; },{},{}
Dropped By
EnchantmentSocket Enchantable

Golden Mace [2]   [One Hand]   Item ID# 1539 (Golden_Mace_)
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
80
Attack
110
Required Lvl
40
Weapon Lvl
4
Slot
2
Applicable Jobs
Acolyte
Priest
Monk
Description
A mace forged out of pure gold.
Increases damage inflicted on Undead monster by 10%.
Indestructible (except in upgrade attempts).
Item Script
{ bonus2 bAddRace,RC_Undead,10; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result
EnchantmentGenerated by Socket Enchanting

Good Morning Star [0]   [One Hand]   Item ID# 1536 (Good_Morning_Star)
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
0
Attack
120
Required Lvl
None
Weapon Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Swordman
Acolyte
Merchant
Knight
Priest
Blacksmith
Crusader
Monk
Alchemist
Description
The adventurers who are brave the item which is provided from the hazard adventurer guild.
Increases damage by 50%.
Impossible to refine this item.
Item Script
{ bonus2 bAddClass,Class_All,50; },{},{}
Dropped By No Result

Grand Cross [0]   [One Hand]   Item ID# 1528 (Grand_Cross)
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
150
Attack
140
Required Lvl
40
Weapon Lvl
4
Slot
0
Property
Holy
Applicable Jobs
Acolyte
Priest
Monk
Description
A cruciform mace that was blessed by the pope of the Rune Midgard kingdom.
Add a 10% chance of auto casting Level 3 Turn Undead on the enemy when attacking.
Regain 1 SP for each attack on an Undead monster and 3 SP for each killed Undead monster.
Item Script
{ bonus bAtkEle,Ele_Holy; skill "PR_TURNUNDEAD",3; bonus3 bAutoSpell,"PR_TURNUNDEAD",3,100; bonus2 bSPDrainValueRace,RC_Undead,1; bonus2 bSPGainRace,RC_Undead,3; },{},{}
Dropped By
EnchantmentSocket Enchantable

Grand Cross [1]   [One Hand]   Item ID# 1540 (Grand_Cross_)
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
150
Attack
140
Required Lvl
40
Weapon Lvl
4
Slot
1
Property
Holy
Applicable Jobs
Acolyte
Priest
Monk
Description
A cruciform mace that was blessed by the pope of the Rune Midgard kingdom.
Add a 10% chance of auto casting Level 3 Turn Undead on the enemy when attacking.
Regain 1 SP for each attack on an Undead monster and 3 SP for each killed Undead monster.
Item Script
{ bonus bAtkEle,Ele_Holy; skill "PR_TURNUNDEAD",3; bonus3 bAutoSpell,"PR_TURNUNDEAD",3,100; bonus2 bSPDrainValueRace,RC_Undead,1; bonus2 bSPGainRace,RC_Undead,3; },{},{}
Dropped By No Result
EnchantmentGenerated by Socket Enchanting

« First < 1819202122232425262728 > Last »
back to top