RWC Memory Knife
| Item ID | 13092 | Name | RWC Memory Knife |
|
A dagger richly decorated with gold throughout the handle created for the 2012 RWC (Ragnarok World Championship)
_______________________ For each 3 Refine Levels: ATK and MATK +20 _______________________ Refine Level +6: Increases Damage to all monsters by 5%. _______________________ Refine Level +9: Increases Damage to all monsters by 5% and adds a low chance of auto-casting Level 1 Weapon Perfection. _______________________ When equipped with RWC 2012 Ring: For each Refine Level of RWC Memory Knife: ATK +10 _______________________ When equipped with RWC 2012 Pendant: For each Refine Level of RWC Memory Knife: MATK +10 _______________________ These bonuses do not work with the card-slotted RWC accessories _______________________ Type: Dagger Attack: 50 Weight: 65 Weapon Level: 3 _______________________ Requirement: All classes except Acolyte Class |
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | RWC_Memory_Knife | ||
| Attack | 50 | Type | Weapon - Dagger | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Novice, Super novice, Swordman, Mage, Archer, Merchant, Thief, Knight, Wizard, Blacksmith, Hunter, Assassin, Crusader, Sage, Rogue, Alchemist, Bard / Dancer, Soul Linker, Ninja, Kagerou / Oboro | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 65 | Min Equip Level | 1 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped | ||
| 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;
}
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bBaseAtk,-(getequiprefinerycnt(EQI_HAND_R)*10); |
||||||
|
bonus bBaseAtk,getequiprefinerycnt(EQI_HAND_R)*10; |
||||||
|
bonus bBaseAtk,getequiprefinerycnt(EQI_HAND_R)*10; |
||||||
|
bonus bMatk,-(getequiprefinerycnt(EQI_HAND_R)*10); |
||||||
|
bonus bMatk,(getequiprefinerycnt(EQI_HAND_R)*10); |
||||||
|
bonus bMatk,getequiprefinerycnt(EQI_HAND_R)*10; |