ID #26200
Weapon
Hippie Rope [2]
Buy Price: N/A
Sell Price: N/A
A rope with a sense of free will. Looks old and worn, but still can be used.
_______________________
For each Level of Dancing Lesson:
Increases Attack Speed (decreases After Attack Delay).
_______________________
Refine Level +7:
For each Level of Dancing Lesson:
ATK +5
_______________________
Refine Level +9:
ASPD +1
_______________________
Type: Whip
Attack: 140
Weight: 100
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Wanderer
_______________________
For each Level of Dancing Lesson:
Increases Attack Speed (decreases After Attack Delay).
_______________________
Refine Level +7:
For each Level of Dancing Lesson:
ATK +5
_______________________
Refine Level +9:
ASPD +1
_______________________
Type: Whip
Attack: 140
Weight: 100
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Wanderer
Monster Drops
Normal Drops
Elite Buffalo Bandit
Rate: 50%
Brown Rat
Rate: 10%
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1000
Range
2
Job Requirements
Bard/Dancer
Yes
Requirements
Weapon Level
3
Min Level
100
Gender
Female
Scripts
Script .@r = getrefine(); .@lvl = getskilllv("WM_LESSON"); bonus bAspdRate,.@lvl; if (.@r>=7) bonus bBaseAtk,(5*.@lvl); if (.@r>=9) bonus bAspd,1;
.@r = getrefine();
.@lvl = getskilllv("WM_LESSON");
bonus bAspdRate,.@lvl;
if (.@r>=7)
bonus bBaseAtk,(5*.@lvl);
if (.@r>=9)
bonus bAspd,1;