|
Item ID
|
470259
|
Name
|
[Not For Sale] Zodiac Boots (Mage)
|
|
|
|
Weapon Level
|
0
|
Identifier
|
Comp_Zodiac_Boots_MG
|
|
Attack
|
0
|
Type
|
Armor
|
|
MATK
|
0
|
Equip Locations
|
Footgear
|
|
Defense
|
60
|
Equippable Jobs
|
Wizard, Sage
|
|
Range
|
0
|
Equip Gender
|
Both (Male and Female)
|
|
Slots
|
1
|
Equip Upper
|
Third, Third Upper, Third Baby
|
|
Weight
|
90
|
Min Equip Level
|
100
|
|
NPC Buy
|
0
|
Max Equip Level
|
None
|
|
NPC Sell
|
0
|
Refineable
|
Yes
|
|
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
|
.@r = getrefine();
bonus bMatk,50+(10*(.@r/2));
bonus bMatkRate,.@r/2;
bonus2 bSkillAtk,"WL_CRIMSONROCK",15*(.@r/4);
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15*(.@r/4);
if (.@r>=9)
bonus bFixedCast,-500;
if (.@r>=11)
bonus bDelayrate,-10;
|
|
Set
|
Script
|
|
|
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"WL_CRIMSONROCK",-3000;
bonus2 bMagicAtkEle,Ele_Fire,15*(.@r/4);
bonus bVariableCastrate,-10*(.@r/4);
|
|
|
.@r = getequiprefinerycnt(EQI_HAND_R);
skill "GC_DARKCROW",5;
bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
bonus2 bSkillCooldown,"GC_DARKCROW",-30000;
bonus2 bSkillAtk,"MG_FIREBOLT",40*(.@r/4);
bonus2 bSkillAtk,"MG_COLDBOLT",40*(.@r/4);
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",40*(.@r/4);
|
|
|
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
bonus2 bMagicAddRace,RC_All,20;
autobonus "{ bonus bMatkRate,30; }",30,10000,BF_MAGIC;
if (.@sum >= 35) {
bonus2 bIgnoreMdefRaceRate,RC_All,40;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-40;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-40;
}
}
|
|
|
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
bonus2 bMagicAddRace,RC_All,20;
autobonus "{ bonus bInt,200; }",30,10000,BF_MAGIC;
if (.@sum >= 35) {
bonus2 bIgnoreMdefRaceRate,RC_All,40;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-40;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-40;
}
}
|