Renewal
.:Renewal Item Database:.
Weapon

Rutilus Stick-OS [2]   [One Hand]   Item ID# 26151 (Rutilus_Stick_OS)
Rutilus Stick-OS
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
90
Attack
80 / MATK 175
Required Lvl
130
Weapon Lvl
4
Slot
2
Applicable Jobs
Arch Bishop
Warlock
Expanded Supernovice
Soul Reaper
Description
Staff equipped with a red glowing orb.

MATK +175.
Indestructible in battle
Increases magical damage against Neutral and Earth elemental monsters by 5%.

Refine Level +7, reduces variable cast time by 7%.

Refine Level +9, random chance to increase Fire elemental magic damage by 30% for 10 seconds when dealing magical damage.

Refine Level +11, reduces after skill delay by 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bMagicAddEle,Ele_Neutral,5; bonus2 bMagicAddEle,Ele_Earth,5; if (.@r >= 7) { bonus bVariableCastrate,-7; if (.@r >= 9) { autobonus "{ bonus2 bMagicAtkEle,Ele_Fire,30; }",40,10000,BF_MAGIC,"{ specialeffect2 255; }"; if (.@r >= 11) { bonus bDelayrate,-10; } } } },{},{}
Dropped By No Result

Rutilus Stick-OSAD [2]   [One Hand]   Item ID# 550075 (Rutilus_Stick_AD)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
90
Attack
80 / MATK 175
Required Lvl
170
Weapon Lvl
5
Slot
2
Applicable Jobs
Novice
Mage
Acolyte
Priest
Wizard
Supernovice
Monk
Sage
Soul Linker
Description
An upgraded Staff equipped with a red glowing orb.

Indestructible in battle

MATK +175

Increases magical damage against Neutral and Earth elemental by 10%.

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

Refine Level +9:
Increases magical damage with Neutral and Fire element by 30%.

Refine Level +11:
Decreases after skill cast delay by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bMagicAddEle,Ele_Neutral,10; bonus2 bMagicAddEle,Ele_Earth,10; if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Fire,30; bonus2 bMagicAtkEle,Ele_Neutral,30; if (.@r>=11) { bonus bDelayrate,-15; } } } },{},{}
Dropped By No Result

RWC Memory Knife [1]   [One Hand]   Item ID# 13092 (RWC_Memory_Knife)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
65
Attack
50
Weapon Lvl
3
Slot
1
Applicable Jobs
Novice
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Supernovice
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A dagger richly decorated with gold throughout the handle created for the 2012 RWC (Ragnarok World Championship).

For every 3 refine levels, ATK +20 and MATK +20.

When refined to +6 or higher:
Increases physical and magical damage to all monsters by 5%.

When refined to +9 or higher:
Increases physical and magical damage to all monsters by 5%.
Has a low chance to autocast Level 1 Weapon Perfection when dealing physical attack.

Set Bonus
When equipped with RWC 2012 Ring: ATK +10 for every refine level.
When equipped with RWC 2012 Pendant: MATK +10 for every refine level.
These set bonuses do not work with the card-slotted RWC accessories.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/3); bonus bMatk,20*(.@r/3); if (.@r>=9) { .@i = 1; bonus4 bAutoSpell,"BS_WEAPONPERFECT",1,10,0; } if (.@r>=6) { .@rate = 5*(.@i+1); bonus2 bAddRace,RC_All,.@rate; bonus2 bMagicAddRace,RC_All,.@rate; } },{},{}
Dropped By No Result

RWC Memory Mace [1]   [One Hand]   Item ID# 16026 (RWC_Memory_Mace)
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
80
Attack
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Swordman
Acolyte
Merchant
Knight
Priest
Blacksmith
Crusader
Monk
Alchemist
Description
A mace made of pure gold created for the 2012 RWC (Ragnarok World Championship).

AKT +30 for every 3 refine levels.

If refined to +6 or higher: ATK +5%.

If refined to +9 or higher:
Additional ATK +5%.
Has a chance to autocast Weapon Perfection Level 1 when dealing phsyical attack.

Set Bonus
If equipped with RWC 2012 Ring:
ATK +5 for every refine level on weapon.
These set bonuses do not work with the card-slotted RWC accessories

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bBaseAtk,(.@r/3)*30; if (.@r>=9) { bonus2 bAddRace,RC_All,5; bonus3 bAutoSpell,"BS_WEAPONPERFECT",1,10; } if (.@r>=6) { bonus2 bAddRace,RC_All,5; } },{},{}
Dropped By No Result

RWC Memory Staff [1]   [One Hand]   Item ID# 1670 (RWC_Memory_Staff)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
25 / MATK 30
Weapon Lvl
3
Slot
1
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A staff created for the 2012 RWC (Ragnarok World Championship) infused with pure gold.

MATK +30
Every 3 refine level, MATK +30.

Refine Level +6:
MATK +5%.
Refine Level +9:
MATK +5%.
Has a low chance of autocasting Level 1 Mystical Amplification.

When combined with RWC Memorial Pendant:
For every refine level, MATK +5.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMatk,30*(.@r/3); if (.@r>=6) bonus2 bMagicAddRace,RC_All,(.@r>=9?10:5); if (.@r>=9) bonus4 bAutoSpell,"HW_MAGICPOWER",1,5,0; },{},{}
Dropped By No Result

« First < 789101112
back to top