Renewal
.:Renewal Item Database:.
Weapon

Paradise Sorcerer Spell Book [0]   [One Hand]   Item ID# 540032 (3Para_Book2_SO)
Paradise Sorcerer Spellbook
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Sorcerer
Description
A high-quality book made by the Paradise Group.

MATK +180
MATK +5%

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

Base Level at least 105:
Increases magical damage with Water, Wind, Earth and Fire element by 10%.
Increases damage of Psychic Wave, Diamond Dust, Earth Grave and Varetyr Spear by 25%.

Base Level at least 110:
Increases magical damage with Water, Wind, Earth and Fire element by additional 15%.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Psychic Wave, Diamond Dust, Earth Grave and Varetyr Spear by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("SA_AUTOSPELL"); bonus bMatk,180; bonus bMatkRate,5; bonus bAspdRate,1*.@a; if (.@l>=105) { bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bSkillAtk,"MG_FIREBOLT",25; bonus2 bSkillAtk,"MG_COLDBOLT",25; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",25; bonus2 bSkillAtk,"WZ_EARTHSPIKE",25; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",25; if (.@l>=110) { bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"MG_FIREBOLT",15; bonus2 bSkillAtk,"MG_COLDBOLT",15; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",15; bonus2 bSkillAtk,"WZ_EARTHSPIKE",15; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",15; } } } },{},{}
Dropped By No Result

Paradise Soul Linker Dagger [0]   [One Hand]   Item ID# 510037 (2Para_Dagger_SL)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
0
Attack
160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Soul Linker
Description
A dagger made by the Paradise Group.

Critical +15

Base Level at least 60:
Critical +30

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,15; if (BaseLevel>=60) bonus bCritical,30; if (BaseLevel>=75) bonus bCriticalRate,5; if (BaseLevel>=90) bonus bCriticalRate,10; },{},{}
Dropped By No Result

Paradise Soul Linker Staff [0]   [One Hand]   Item ID# 550037 (2Para_Rod_SL)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
100 / MATK 160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Soul Linker
Description
A one-handed staff made by the Paradise Group.

MATK +160
MATK +3%

Indestructible in battle

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

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

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

Paradise Soul Reaper Soulstick [0]   [Two Handed]   Item ID# 640026 (3Para_Rod_SP)
Paradise Soul Reaper Soul Stick
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
150 / MATK 200
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Soul Reaper
Description
A high-quality two-handed staff made by the Paradise Group.

MATK +200
MATK +5%

Indestructible in battle

For each Level of Happy Break:
Decreases variable cast time by 1%.

Base Level at least 105:
Increases magical damage with Shadow element by 15%.
Increases damage of Curse Explosion by 25%.

Base Level at least 110:
Decreases Curse of Wicked Soul skill cooldown by 2 seconds.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Curse Explosion by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("TK_SPTIME"); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bVariableCastrate,-1*.@a; if (BaseLevel>=105) { bonus2 bMagicAtkEle,Ele_Dark,15; bonus2 bSkillAtk,"SP_CURSEEXPLOSION",25; if (BaseLevel>=110) { bonus2 bSkillCooldown,"SP_SOULCURSE",-2000; bonus2 bMagicAddSize,Size_ALL,15; if (BaseLevel>=115) bonus2 bSkillAtk,"SP_CURSEEXPLOSION",15; } } },{},{}
Dropped By No Result

Paradise Soul Reaper Staff [0]   [Two Handed]   Item ID# 640025 (3Para_Staff_SP)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
150 / MATK 200
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Soul Reaper
Description
A high-quality two-handed staff made by the Paradise Group.

MATK +200
MATK +5%

Indestructible in battle

For each Level of Happy Break:
Decreases variable cast time by 1%.

Base Level at least 105:
Increases magical damage with every element by 10%.
Increases damage of Espa and Eswhoo by 25%.

Base Level at least 110:
Decreases variable cast time by additional 10%.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Espa and Eswhoo by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("TK_SPTIME"); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bVariableCastrate,-1*.@a; if (BaseLevel>=105) { bonus2 bMagicAtkEle,Ele_All,10; bonus2 bSkillAtk,"SP_SPA",25; bonus2 bSkillAtk,"SP_SWHOO",25; if (BaseLevel>=110) { bonus bVariableCastrate,-10; bonus2 bMagicAddSize,Size_ALL,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"SP_SPA",15; bonus2 bSkillAtk,"SP_SWHOO",15; } } } },{},{}
Dropped By No Result

Paradise Staff [0]   [One Hand]   Item ID# 550032 (1Para_Rod)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
60
Required Lvl
10
Weapon Lvl
2
Slot
0
Refineable
No
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A staff for beginners made by the Paradise Group.

MATK +100

Indestructible in battle

Base Level at least 20:
MATK +15

Base Level at least 30:
MATK +20

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

Paradise Star Emperor Book of the Moon [0]   [One Hand]   Item ID# 540034 (3Para_Book2_SJ)
Paradise Star Emperor Moon Book
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Star Emperor
Description
A high-quality book made by the Paradise Group.

ATK +5%

For each Level of Peaceful Break:
Increases melee physical damage by 1%.

Base Level at least 105:
ATK +10%
Increases damage of New Moon Kick and Full Moon Kick by 25%.

Base Level at least 110:
Increases melee physical damage by additional 10%.
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of New Moon Kick and Full Moon Kick by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("TK_HPTIME"); bonus bShortAtkRate,1*.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bAtkRate,10; bonus2 bSkillAtk,"SJ_NEWMOONKICK",25; bonus2 bSkillAtk,"SJ_FULLMOONKICK",25; if (.@l>=110) { bonus bShortAtkRate,10; bonus2 bAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; } } } },{},{}
Dropped By No Result

Paradise Star Emperor Book of the Sun [0]   [One Hand]   Item ID# 540033 (3Para_Book1_SJ)
Paradise Star Emperor Sun Book
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Star Emperor
Description
A high-quality book made by the Paradise Group.

ATK +5%

For each Level of Peaceful Break:
Increases melee physical damage by 1%.

Base Level at least 105:
ATK +10%
Increases damage of Prominence Kick and Solar Burst by 25%.

Base Level at least 110:
Increases melee physical damage by additional 10%.
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Prominence Kick and Solar Burst by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("TK_HPTIME"); bonus bShortAtkRate,1*.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bAtkRate,10; bonus2 bSkillAtk,"SJ_PROMINENCEKICK",25; bonus2 bSkillAtk,"SJ_SOLARBURST",25; if (.@l>=110) { bonus bShortAtkRate,10; bonus2 bAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"SJ_PROMINENCEKICK",15; bonus2 bSkillAtk,"SJ_SOLARBURST",15; } } } },{},{}
Dropped By No Result

Paradise Summoner Foxtail [0]   [One Hand]   Item ID# 550042 (3Para_Foxtail1_SU)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
300
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Summoner
Spirit Handler
Description
A high-quality foxtail made by the Paradise Group.

ATK +5%

Indestructible in battle

For each Level of Picky Peck:
Increases ranged physical damage by 1%.

Base Level at least 105:
ASPD +10% (Decreases after attack delay by 10%).
Increases damage of Picky Peck and Spirit of Savage by 25%.

Base Level at least 110:
Increases ranged physical damage by additional 10%.
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Picky Peck and Spirit of Savage by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("SU_PICKYPECK"); bonus bAtkRate,5; bonus bUnbreakableWeapon; bonus bLongAtkRate,2*.@a; if (.@l>=105) { bonus bAspdRate,10; bonus2 bSkillAtk,"SU_PICKYPECK",25; bonus2 bSkillAtk,"SU_SVG_SPIRIT",25; if (.@l>=110) { bonus bLongAtkRate,10; bonus2 bAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"SU_PICKYPECK",15; bonus2 bSkillAtk,"SU_SVG_SPIRIT",15; } } } },{},{}
Dropped By No Result

Paradise Summoner Foxtail Model [0]   [One Hand]   Item ID# 550043 (3Para_Foxtail2_SU)
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
Summoner
Spirit Handler
Description
A high-quality foxtail made by the Paradise Group.

MATK +300
MATK +5%

Indestructible in battle

For each Level of Silvervine Stem Spear:
Decreases variable cast time by 2%.

Base Level at least 105:
Decreases Catnip Meteor skill cooldown by 1.5 seconds.
Increases damage of Silvervine Stem Spear and Catnip Meteor by 25%.

Base Level at least 110:
Increases magical damage with Earth, Fire, Water, Wind and Ghost element by 10%.
Increases magical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Silvervine Stem Spear and Catnip Meteor by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("SU_SV_STEMSPEAR"); bonus bMatk,300; bonus bMatkRate,5; bonus bUnbreakableWeapon; bonus bVariableCastrate,-2*.@a; if (.@l>=105) { bonus2 bSkillCooldown,"SU_CN_METEOR",-1500; bonus2 bSkillAtk,"SU_CN_METEOR",25; if (.@l>=110) { bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_Ghost,10; bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; if (.@l>=115) { bonus2 bSkillAtk,"SU_SV_STEMSPEAR",15; bonus2 bSkillAtk,"SU_CN_METEOR",15; } } } },{},{}
Dropped By No Result

Paradise Super Novice Dagger [0]   [One Hand]   Item ID# 510039 (3Para_Dagger_NV)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Supernovice
Description
A high-quality dagger made by the Paradise Group.

ATK +5%

For each Level of Sword Mastery:
Increases melee physical damage by 1%.

Base Level at least 105:
ASPD +10% (Decreases after attack delay by 10%).
Increases damage of Raid and Backstab by 25%.

Base Level at least 110:
Increases melee physical damage by additional 10%.
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Raid and Backstab by additional 15%.
Item Script
expand to view script
{ .@l = BaseLevel; .@a = getskilllv("SM_SWORD"); bonus bShortAtkRate,1*.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bAspdRate,10; bonus2 bSkillAtk,"RG_RAID",25; bonus2 bSkillAtk,"RG_BACKSTAP",25; if (.@l>=110) { bonus bShortAtkRate,15; bonus2 bAddSize,Size_ALL,15; if (.@l>=115) { bonus2 bSkillAtk,"RG_RAID",15; bonus2 bSkillAtk,"RG_BACKSTAP",15; } } } },{},{}
Dropped By No Result

Paradise Super Novice Staff [0]   [One Hand]   Item ID# 550040 (2Para_Rod_NV)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
100 / MATK 160
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Novice
Supernovice
Description
A one-handed staff made by the Paradise Group.

MATK +160
MATK +3%

Indestructible in battle

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

Base Level at least 75:
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 20%.

Base Level at least 90:
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by additional 20%.
Item Script
expand to view script
{ bonus bMatkRate,3; if (BaseLevel>=60) bonus bVariableCastrate,-10; if (BaseLevel>=75) { bonus2 bSkillAtk,"MG_FIREBOLT",20; bonus2 bSkillAtk,"MG_COLDBOLT",20; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20; } if (BaseLevel>=90) { bonus2 bSkillAtk,"MG_FIREBOLT",20; bonus2 bSkillAtk,"MG_COLDBOLT",20; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20; } },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top