[Not for Sale] Record of Swordsman
| Item ID | 490222 | Name | [Not for Sale] Record of Swordsman |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Comp_Record_Swordman_TH | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | Knight, Crusader | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 10 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
bonus bAtkRate,5;
bonus bBaseAtk,15*(getskilllv("SM_BASH")/2);
|
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bLongAtkRate,15; |
||||||
|
bonus2 bSkillCooldown,"LG_EARTHDRIVE",-2200; |
||||||
|
bonus bHit,40; bonus bDelayrate,-16; bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-500; bonus2 bSkillCooldown,"LG_EARTHDRIVE",-500; |
||||||
|
bonus bHit,40; bonus bDelayrate,-16; bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-500; bonus2 bSkillCooldown,"LG_EARTHDRIVE",-500; |
||||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bAtkRate,6*(.@r/3); bonus2 bSkillAtk,"RK_HUNDREDSPEAR",10*(.@r/3); |
||||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bAtkRate,6*(.@r/3); bonus2 bSkillAtk,"RK_HUNDREDSPEAR",10*(.@r/3); |
||||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bAtkRate,6*(.@r/3); bonus2 bSkillAtk,"LG_EARTHDRIVE",10*(.@r/3); |
||||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bAtkRate,6*(.@r/3); bonus2 bSkillAtk,"LG_EARTHDRIVE",10*(.@r/3); |
||||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_L);
if (getskilllv("RK_HUNDREDSPEAR") == 10)
skill "LG_SHIELDSPELL",1;
if (getskilllv("RK_IGNITIONBREAK") >= 1)
bonus bBaseAtk,-120;
if (.@r>=18) {
bonus bDelayrate,-5;
bonus bAspdRate,10;
}
if (.@r>=21)
bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-500;
|
||||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_L);
if (getskilllv("LG_SHIELDPRESS") == 10)
bonus bDelayrate,-30;
if (getskilllv("LG_OVERBRAND") >= 1)
bonus bDelayrate,30;
if (.@r>=18) {
bonus2 bSkillAtk,"LG_EARTHDRIVE",25;
bonus2 bSkillAtk,"LG_SHIELDPRESS",25;
}
if (.@r>=21)
bonus2 bSkillCooldown,"LG_EARTHDRIVE",-500;
|