try this not sure whether it work or not
3414,Elemental_Sword,Elemental Sword,4,20,,1200,105,,1,3,0x000654E2,2,2,2,3,70,1,2,{callfunc "test"},{},{}
function script test {
set .@count, (getequipid(3)==13414?1:0)+(getequipid(4)==13414?1:0);
if(.@count==1) {
bonus3 bAutoSpell,"MG_COLDBOLT",3,50;
bonus4 bAutoSpellOnSkill,"MG_COLDBOLT","MG_FIREBOLT",3,1000;
bonus4 bAutoSpellOnSkill,"MG_FIREBOLT","MG_LIGHTNINGBOLT",3,10000;
bonus4 bAutoSpellOnSkill,"MG_LIGHTNINGBOLT","WZ_EARTHSPIKE",3,10000;
}
if(.@count > 0){
bonus bStr,2;
bonus bInt,4;
bonus bDex,1;
bonus bMatkRate,5;
bonus2 bAddEle,Ele_Neutral,10;
}
end;
}