Renewal
.:Renewal Item Database:.
Weapon - Whip

Thanos Whip [1]   [One Hand]   Item ID# 1988 (Thanos_Whip)
Thanatos Whip
Type
Weapon
Class
Whip
Buy
10z
Sell
5z
Weight
220
Attack
200 / MATK 130
Required Lvl
120
Weapon Lvl
4
Slot
1
Range
2
Gender
Female Only
Applicable Jobs
Minstrel / Wanderer
Description
This whip, made to counteract the Devil Sword Thanatos, is sculpted out of Gray Shard.
It offers incredible power and mana at a great cost.
INT +6, VIT +6, LUK -6.
Low chance to drain 5% of attack into HP and SP.
Increases long range physical attack by 20%.
Drains 100 HP every 10 seconds.
Drains 1000 HP when unequipped.
MATK +130
Item Script
{ bonus bInt,6; bonus bVit,6; bonus bLuk,-6; bonus2 bHPDrainRate,50,5; bonus2 bSPDrainRate,10,5; bonus bLongAtkRate,20; bonus2 bHPLossRate,100,10000; },{},{ heal -1000,0; }
Dropped By No Result
Obtainable FromGhost Palace

Unity Whip [1]   [One Hand]   Item ID# 1997 (Union_Wire)
Whip of Solidarity
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
40
Attack
76
Weapon Lvl
3
Slot
1
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A certified kingdom equipment for adventurer.

Increase ATK by (Refine*Refine*1.25)

Item Script
{ bonus bBaseAtk,pow(getrefine(),2)*125/100; },{},{}
Dropped By No Result

Valorous Battle Lariat [0]   [One Hand]   Item ID# 1977 (BF_Whip1)
Valorous Lariat
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
0
Attack
50
Required Lvl
80
Weapon Lvl
3
Slot
0
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
An especially made whip for battling against Demi-Humans; this whip is strong enough to cut their flesh.

DEX +2.
Increases physical damage inflicted on DemiHuman monsters by 95%.
Pierces physical defense of DemiHuman monsters by 20%.
Indestructible.
Item Script
{ bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bAddRace,RC_Player_Human,95; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result
Obtainable FromBattleground

Vivatus Fides Chain Rope [2]   [One Hand]   Item ID# 580019 (Vivatus_F_C_Rope)
Type
Weapon
Class
Whip
Buy
n/a
Sell
n/a
Weight
120
Attack
170
Required Lvl
210
Weapon Lvl
5
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Troubadour / Trouvere
Description
A chain rope reborn with the power of true faith through a ritual of purification.

Increases damage of Severe Rainstorm by 10%.

For each 3 Refine Levels:
ATK +12

Refine Level +7:
Increases damage of Severe Rainstorm by additional 20%.

Refine Level +9:
Decreases Severe Rainstorm skill cooldown by 2.5 seconds.

Refine Level +11:
Increases damage of Severe Rainstorm by additional 25%.

Refine Level +12:
Increases ranged physical damage by 15%.

[Bonus by Grade]
[Grade D]: Refine Level +11: Physical Damage against enemies of every element +15%.
[Grade C]: Damage of Severe Rainstorm +15%.
[Grade B]: ATK +7%.
[Grade A]: POW +1, P.ATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2500; if (.@r>=11) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; if (.@r>=12) { bonus bLongAtkRate,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,(.@r/3); bonus bPow,(.@r/3); } } } },{},{}
Dropped By No Result

Vivatus Fides Ribbon [2]   [One Hand]   Item ID# 580020 (Vivatus_F_Ribbon)
Type
Weapon
Class
Whip
Buy
n/a
Sell
n/a
Weight
100
Attack
100 / MATK 210
Required Lvl
210
Weapon Lvl
5
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Troubadour / Trouvere
Description
A ribbon reborn with the power of true faith through a ritual of purification.

MATK +210

Increases damage of Metallic Sound by 10%.

For each 3 Refine Levels:
MATK +12

Refine Level +7:
Increases damage of Metallic Sound by additional 20%.

Refine Level +9:
Decreases Metallic Sound skill cooldown by 2 seconds.

Refine Level +11:
Increases damage of Metallic Sound by additional 25%.

Refine Level +12:
Increases magical damage with Neutral element by 15%.

[Bonus by Grade]
[Grade D]: Refine Level +11: Magical Damage against enemies of every element +15%.
[Grade C]: Damage of Metallic Sound +15%.
[Grade B]: MATK +7%.
[Grade A]: SPL +1, S.MATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"WM_METALICSOUND",10; bonus bMatk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"WM_METALICSOUND",20; if (.@r>=9) { bonus2 bSkillCooldown,"WM_METALICSOUND",-2000; if (.@r>=11) { bonus2 bSkillAtk,"WM_METALICSOUND",25; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Neutral,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bMagicAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"WM_METALICSOUND",15; if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bSmatk,(.@r/3); bonus bSpl,(.@r/3); } } } },{},{}
Dropped By No Result

Whip [1]   [One Hand]   Item ID# 1960 (Whip)
Type
Weapon
Class
Whip
Buy
38000z
Sell
19000z
Weight
70
Attack
120
Required Lvl
30
Weapon Lvl
3
Slot
1
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A fairly common and very normal whip.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for vender information
Obtainable FromOld Blue Box

Whip [2]   [One Hand]   Item ID# 1952 (Line)
Line
Type
Weapon
Class
Whip
Buy
12000z
Sell
6000z
Weight
30
Attack
80
Required Lvl
16
Weapon Lvl
2
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A standard whip that's perfect for adventuring Dancers.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for vender information
Obtainable FromOld Blue Box

Whip [2]   [One Hand]   Item ID# 1961 (Whip_)
Type
Weapon
Class
Whip
Buy
38000z
Sell
19000z
Weight
70
Attack
120
Required Lvl
30
Weapon Lvl
3
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A fairly common and very normal whip.
Item Script
{},{},{}
Dropped By No Result
Obtainable FromOld Blue Box, Old Violet Box

Whip [3]   [One Hand]   Item ID# 1953 (Line_)
Line
Type
Weapon
Class
Whip
Buy
12000z
Sell
6000z
Weight
30
Attack
80
Required Lvl
16
Weapon Lvl
2
Slot
3
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A standard whip that's perfect for adventuring Dancers.
Item Script
{},{},{}
Dropped By No Result
Obtainable FromDancer Job Quest
Old Blue Box, Old Violet Box

Whip of Balance [3]   [One Hand]   Item ID# 1980 (Whip_Of_Balance)
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
70
Attack
110
Required Lvl
70
Weapon Lvl
3
Slot
3
Range
2
Gender
Female Only
Applicable Jobs
Clown / Gypsy
Description
At the end of the rope is a power that enables enemies to back off.
The users hit by this rope have nothing they can do but back off by its powers.

AGI +2, DEX +3.
Add 2 cells knock back effect when using Throw Arrow.
Add 3 cells knock back effect when using Arrow Vulcan.
Item Script
{ bonus bAgi,2; bonus bDex,3; bonus2 bAddSkillBlow,"DC_THROWARROW",2; bonus2 bAddSkillBlow,"CG_ARROWVULCAN",3; },{},{}
Dropped By

Wire of Vicious Mind [1]   [One Hand]   Item ID# 1996 (Sinister_Wire)
Vicious Mind Wire
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
130
Attack
130 / MATK 50
Required Lvl
160
Weapon Lvl
4
Slot
1
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
Wire 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.
Item Script
{ bonus bBaseAtk,pow(min(getrefine(),15),2); bonus bMatk,pow(min(getrefine(),15),2)/2; },{},{}
Dropped By

Wire Whip [2]   [One Hand]   Item ID# 1954 (Wire)
Type
Weapon
Class
Whip
Buy
17500z
Sell
8750z
Weight
100
Attack
95
Required Lvl
16
Weapon Lvl
2
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A whip made of a flexible wire attached to an iron handle.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for vender information
EnchantmentSocket Enchantable
Obtainable FromOld Blue Box

« First < 3456789 >
back to top