Renewal
.:Renewal Item Database:.
Weapon - Whip

Carrot Whip [0]   [One Hand]   Item ID# 1974 (Carrot_Whip)
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
130
Attack
185
Required Lvl
70
Weapon Lvl
4
Slot
0
Range
2
Property
Neutral
Gender
Female Only
Applicable Jobs
Clown / Gypsy
Description
A whip that gives awards to oneself after working so hard.

Every time you attack, small chance to autocast AGI Up on yourself. The level of AGI Up cast depends on the refinement level of this weapon.
When refined to + 11 or above, you'll cast level 10.
Item Script
{ .@r = getrefine(); if (.@r>0) bonus3 bAutoSpell,"AL_INCAGI",min(.@r,10),10; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Chemeti Whip [0]   [One Hand]   Item ID# 1964 (Chemeti)
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
70
Attack
135
Required Lvl
44
Weapon Lvl
4
Slot
0
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A powerful whip made of steel chain for heavy duty battles.
CRIT +5
FLEE +10
Perfect Dodge +2
Item Script
{ bonus bCritical,5; bonus bFlee,10; bonus bFlee2,2; },{},{}
Dropped By

Crime Whip [2]   [One Hand]   Item ID# 580037 (Crime_Whip)
Type
Weapon
Class
Whip
Buy
n/a
Sell
n/a
Weight
110
Attack
120 / MATK 220
Required Lvl
215
Weapon Lvl
5
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Troubadour / Trouvere
Description
A whip that generates powerful power from the accumulation of evil spirits.

MATK +220
MATK +5%, SPL +2.
Increases damage of Metallic Fury by 5%.

Refine Level +5:
Increases damage of Metallic Fury by additional 10%.

Refine Level +7:
Increases Magical Damage with every element by 5%.

Refine Level +9:
Increases damage of Metallic Fury by additional 10%.

Refine Level +10:
Decreases variable cast time by 10%.

Refine Level +11:
Increases damage of Metallic Fury by additional 5%.
Increases damage of Sound Blend by 15%.

[Bonus by Grade]
[Grade D]: Magical Damage with every element +10%.
[Grade C]: Magical Damage against enemies of every size +10%.
[Grade B]: Magical Damage against enemies of every race +10%.
[Grade A]: Magical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMatkRate,5; bonus bSpl,2; bonus2 bSkillAtk,"TR_METALIC_FURY",5; if (.@r>=5) { bonus2 bSkillAtk,"TR_METALIC_FURY",10; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,5; if (.@r>=9) { bonus2 bSkillAtk,"TR_METALIC_FURY",10; if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"TR_SOUNDBLEND",15; bonus2 bSkillAtk,"TR_METALIC_FURY",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Crimson Whip [2]   [One Hand]   Item ID# 1995 (Scarlet_Wire)
Crimson Wire
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
80
Attack
80
Required Lvl
70
Weapon Lvl
3
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
Whip with red light radiance.
ATK increased by (Refine Level * Refine Level), up to +15.
Base Level 70 or higher: ATK +5 for every 10 Base Level.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,(((BaseLevel-70)/10)*5)+(.@r<=15?pow(.@r,2):225); },{},{}
Dropped By

back to top