Racing Shoes

Item ID 22257 Name Racing Shoes
None
Weapon Level 0 Identifier Racing_Shoes_TH
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAspdRate,10;
if (.@r>=10)
   bonus bFixedCast,-300;
if (.@r>=12)
   bonus bFixedCast,-200;

Set Script
Racing Shoes
Racing Cap (Mechanic)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   bonus3 bAutoSpell,"NC_POWERSWING",10,120;
Racing Shoes
Racing Cap (Geneticist)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21) {
   bonus2 bSkillAtk,"GN_CART_TORNADO",30;
   bonus2 bSkillCooldown,"GN_CART_TORNADO",-300;
}
Racing Shoes
Racing Cap (Guillotine Cross)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   autobonus "{}",15,100,BF_WEAPON,"{ sc_start SC_GIANTGROWTH,10000,1; }";
Racing Shoes
Racing Cap (Shadow Chaser)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21) {
   bonus bMatk,100;
   bonus3 bAutoSpell,"WZ_METEOR",5,50;
   bonus3 bAutoSpell,"WZ_VERMILION",5,50;
}
Racing Shoes
Racing Cap (Warlock)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21) {
   bonus2 bVariableCastrate,"HW_MAGICPOWER",-50;
   autobonus3 "{ bonus2 bSkillAtk,\"WL_TETRAVORTEX\",15; }",1000,5000,"HW_MAGICPOWER";
}
Racing Shoes
Racing Cap (Sorcerer)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21) {
   bonus2 bSkillAtk,"MG_COLDBOLT",50;
   autobonus "{ bonus2 bSkillAtk,\"MG_COLDBOLT\",100; bonus2 bSkillAtk,\"MG_FIREBOLTBOLT\",100; bonus2 bSkillAtk,\"MG_LIGHTNINGBOLT\",100; }",15,10000,BF_WEAPON|BF_MAGIC;
}
Racing Shoes
Racing Cap (Rune Knight)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   bonus3 bAutoSpell,"RK_SONICWAVE",5,50;
Racing Shoes
Racing Cap (Royal Guard)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   bonus2 bSkillCooldown,"LG_SHIELDPRESS",-500;
Racing Shoes
Racing Cap (Archbishop)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   autobonus "{ bonus2 bSkillAtk,\"AB_ADORAMUS\",100; }",15,5000,BF_WEAPON|BF_MAGIC;
Racing Shoes
Racing Cap (Sura)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21) {
   bonus bDelayrate,-10;
   autobonus3 "{ bonus2 bAddClass,Class_Boss,25; }",30,10000,"SR_KNUCKLEARROW";
}
Racing Shoes
Racing Cap (Ranger)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21) {
   bonus2 bSkillCooldown,"RA_AIMEDBOLT",-500;
   bonus2 bSkillAtk,"RA_AIMEDBOLT",15;
}
Racing Shoes
Racing Cap (Minstrel)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   autobonus "{ bonus bBaseAtk,200; bonus bMatk,200; }",15,10000,BF_WEAPON|BF_MAGIC;
Racing Shoes
Racing Cap (Wanderer)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   autobonus "{ bonus bBaseAtk,200; bonus bMatk,200; }",15,10000,BF_WEAPON|BF_MAGIC;
Racing Shoes
Racing Cap (Gunslinger)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   autobonus3 "{ bonus2 bSkillAtk,\"RL_BANISHING_BUSTER\",30; }",1000,10000,"RL_S_STORM";
Racing Shoes
Racing Cap (Ninja)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   bonus2 bSkillCooldown,"KO_HUUMARANKA",-500;
Racing Shoes
Racing Cap (Super Novice)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   skill "ASC_EDP",5;
Racing Shoes
Racing Cap (Summoner)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21) {
   bonus2 bSkillCooldown,"SU_CN_METEOR",-1000;
   bonus2 bSkillCooldown,"SU_LUNATICCARROTBEAT",-1000;
}