Renewal
.:Renewal Item Database:.
Weapon

Outlaw Cursed Shotgun [2]   [Two Handed]   Item ID# 820020 (Outlaw_Cursed_Shotgun)
Type
Weapon
Class
Shotgun
Buy
n/a
Sell
n/a
Weight
250
Attack
280
Required Lvl
215
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A shotgun imbued with the curse of an outlaw.

ATK +5%, CON +2
Deals Splash Damage.
Increases damage of Wild Fire by 5%.

Refine Level +5:
Increases damage of Wild Fire by additional 10%.

Refine Level +7:
Increases ranged physical damage by 5%.

Refine Level +9:
Increases damage of Wild Fire by additional 10%.

Refine Level +10:
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +11:
Increases damage of Wild Fire by additional 5%.
Increases ranged physical damage by additional 15%.

[Bonus by Grade]
[Grade D]: ranged physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bCon,2; bonus bSplashRange,1; bonus2 bSkillAtk,"NW_WILD_FIRE",5; if (.@r>=5) { bonus2 bSkillAtk,"NW_WILD_FIRE",10; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"NW_WILD_FIRE",10; if (.@r>=10) { bonus bAspdRate,10; if (.@r>=11) { bonus bLongAtkRate,15; bonus2 bSkillAtk,"NW_WILD_FIRE",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Owl Cutter [1]   [One Hand]   Item ID# 13091 (Owl_Cutter)
Dagger of Owl
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
50
Attack
50
Required Lvl
50
Weapon Lvl
4
Slot
1
Applicable Jobs
Novice
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A dagger made of owl feathers.
It contains the magical power of the owl, who controls wisdom and good luck.

For each refine level: INT +1, LUK +1.
Item Script
{ .@r = getrefine(); bonus bInt,.@r; bonus bLuk,.@r; },{},{}
Dropped By No Result

Oz's New Ukulele [2]   [One Hand]   Item ID# 1935 (Ukulele_Of_Newoz)
Ukulele Of Newoz
Type
Weapon
Class
Musical Instrument
Buy
20z
Sell
10z
Weight
100
Attack
160
Required Lvl
130
Weapon Lvl
4
Slot
2
Gender
Male Only
Applicable Jobs
Minstrel / Wanderer
Description
The color match well with new oz's outfit.
Reduces SP cost of Windmill Rush by 20.

When equipped with New Oz's Wing Ring:
Increases Arrow Vulcan damage by 200%.
Increases SP cost of Arrow Vulcan by 50.

More Information on Combo:
Item Script
{ bonus2 bSkillUseSP,"MI_RUSH_WINDMILL",20; },{},{}
Dropped By
Obtainable FromJitterbug of Nightmare

P.Huuma Suriken I [0]   [Two Handed]   Item ID# 13310 (P_Huuma_Shuriken1)
Eden Group Huuma Shuriken I
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
0
Attack
150 / MATK 50
Required Lvl
60
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A Huuma Shuriken that is made by the Paradise Group.
It is suitable for experienced Ninjas only.
MATK + 50
Impossible to refine this item.
Item Script
{},{},{}
Dropped By No Result

Pala [1]   [One Hand]   Item ID# 13444 (Pala)
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
70
Attack
190
Weapon Lvl
3
Slot
1
Applicable Jobs
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
An unusual type of weapon, mainly used for other stuff.
ASPD +8%.
Item Script
{ bonus bAspdRate,8; },{},{}
Dropped By No Result

Paradise Alchemist Mace [0]   [One Hand]   Item ID# 590026 (2Para_Mace_AM)
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
0
Attack
160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Alchemist
Description
A mace made by the Paradise Group.

Indestructible in battle

ATK +3%

Base Level at least 60:
Decreases variable cast time by 10%.

Base Level at least 75:
Increases damage of Acid Terror by 10%.

Base Level at least 90:
Increases damage of Acid Terror by additional 15%.
Item Script
{ bonus bAtkRate,3; if (BaseLevel>=60) bonus bVariableCastrate,-10; if (BaseLevel>=75) bonus2 bSkillAtk,"AM_ACIDTERROR",10; if (BaseLevel>=90) bonus2 bSkillAtk,"AM_ACIDTERROR",15; },{},{}
Dropped By No Result

Paradise Alchemist Sword [0]   [One Hand]   Item ID# 500034 (2Para_Sword_AM)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
0
Attack
160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Alchemist
Description
A one-handed sword for beginners made by Paradise Group.

ATK +3%

Base Level at least 60:
Increases melee physical damage by 10%.

Base Level at least 75:
Increases damage of Cart Revolution by 10%.

Base Level at least 90:
Increases damage of Cart Revolution by additional 15%.
Item Script
{ bonus bAtkRate,3; if (BaseLevel>=60) bonus bShortAtkRate,10; if (BaseLevel>=75) bonus2 bSkillAtk,"MC_CARTREVOLUTION",10; if (BaseLevel>=90) bonus2 bSkillAtk,"MC_CARTREVOLUTION",15; },{},{}
Dropped By No Result

Paradise Arch Bishop Mace [0]   [One Hand]   Item ID# 590029 (3Para_Mace_AB)
Paradise Archbishop Mace
Type
Weapon
Class
Mace
Buy
n/a
Sell
n/a
Weight
0
Attack
180 / MATK 180
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Arch Bishop
Description
A high-quality mace made by the Paradise Group.

Indestructible in battle

MATK +180
Critical +15%
MATK +5%

For each Level of Meditatio:
ASPD +1% (Decreases after attack delay by 1%).

Base Level at least 105:
Decreases variable cast time by 10%.
Decreases after skill cast delay by 10%.
Increases damage of Magnus Exorcismus, Judex and Duple Light by 25%.

Base Level at least 110:
Increases magical damage with Neutral and Holy element by 20%.
Increases Damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Magnus Exorcismus, Judex and Duple Light by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("HP_MEDITATIO"); bonus bMatkRate,3; bonus bCritical,15; bonus bAspdRate,1*.@a; if (BaseLevel>=105) { bonus bVariableCastrate,-10; bonus bDelayrate,-10; bonus2 bSkillAtk,"PR_MAGNUS",25; bonus2 bSkillAtk,"AB_JUDEX",25; bonus2 bSkillAtk,"AB_DUPLELIGHT",25; if (BaseLevel>=110) { bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Holy,20; bonus2 bAddSize,Size_All,15; bonus2 bMagicAddSize,Size_ALL,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"PR_MAGNUS",15; bonus2 bSkillAtk,"AB_JUDEX",15; bonus2 bSkillAtk,"AB_DUPLELIGHT",15; } } } },{},{}
Dropped By No Result

Paradise Arch Bishop Staff [0]   [One Hand]   Item ID# 550041 (3Para_Rod_AB)
Paradise Archbishop Staff
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Arch Bishop
Description
A high-quality one-handed staff made by the Paradise Group.

MATK +180
MATK +5%

Indestructible in battle

For each Level of Meditatio:
Decreases variable cast time of skills by 1%.

Base Level at least 105:
Increases magical damage with Holy element by 10%.
Increases damage of Adoramus by 25%.

Base Level at least 110:
Increases magical damage with Holy element by additional 15%.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Adoramus by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("HP_MEDITATIO"); bonus bMatk,180; bonus bMatkRate,5; bonus bUnbreakableWeapon; bonus bVariableCastrate,-1*.@a; if (.@l>=105) { bonus2 bMagicAtkEle,Ele_Holy,10; bonus2 bSkillAtk,"AB_ADORAMUS",25; if (.@l>=110) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus2 bMagicAddSize,Size_ALL,15; if (.@l>=115) bonus2 bSkillAtk,"AB_ADORAMUS",15; } } },{},{}
Dropped By No Result

Paradise Assassin Chakram [0]   [Two Handed]   Item ID# 610024 (2Para_Katar1_AS)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Assassin
Description
A katar made by the Paradise Group.

Critical +5

Base Level at least 60:
ASPD +10% (Decreases after attack delay by 10%).

Base Level at least 75:
Increases critical damage by 5%.

Base Level at least 90:
Increases critical damage by additional 10%.
Item Script
{ bonus bCritical,5; if (BaseLevel>=60) bonus bAspdRate,10; if (BaseLevel>=75) bonus bCritAtkRate,5; if (BaseLevel>=90) bonus bCritAtkRate,10; },{},{}
Dropped By No Result

Paradise Assassin Katar [0]   [Two Handed]   Item ID# 610025 (2Para_Katar2_AS)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Assassin
Description
A katar made by the Paradise Group.

ATK +3%

Base Level at least 60:
HIT +15

Base Level at least 75:
Increases damage of Sonic Blow by 10%.

Base Level at least 90:
Increases damage of Sonic Blow by additional 15%.
Item Script
{ bonus bAtkRate,3; if (BaseLevel>=60) bonus bHit,15; if (BaseLevel>=75) bonus2 bSkillAtk,"AS_SONICBLOW",10; if (BaseLevel>=90) bonus2 bSkillAtk,"AS_SONICBLOW",15; },{},{}
Dropped By No Result

Paradise Axe [0]   [One Hand]   Item ID# 520010 (1Para_Axe)
Type
Weapon
Class
One-handed Axe
Buy
n/a
Sell
n/a
Weight
0
Attack
100
Required Lvl
10
Weapon Lvl
2
Slot
0
Refineable
No
Applicable Jobs
Merchant
Blacksmith
Alchemist
Description
A one-handed axe for beginners made by the Paradise Group.

Indestructible in battle

Base Level at least 20:
ATK +15

Base Level at least 30:
ATK +20

Base Level at least 45:
ATK +25
Item Script
{ bonus bUnbreakableWeapon; if (BaseLevel>=20) bonus bBaseAtk,15; if (BaseLevel>=30) bonus bBaseAtk,20; if (BaseLevel>=45) bonus bBaseAtk,25; },{},{}
Dropped By No Result

« First < 127128129130131132133134135136137 > Last »
back to top