Combo de Objetos Detalles

Combo de Objetos #2164

Tamaño del Combo: 2
Objetos del Combo
Brooch of Hero [1]
Brooch_Of_Hero
Hero Trade Mail [1]
Hero_Trade_Mail
Efecto del Combo
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bAllStats,2*.@r;
bonus3 bAddEff,Eff_Stun,.@r*50,ATF_SHORT;
bonus3 bAddEff,Eff_Curse,.@r*50,ATF_SHORT;
bonus3 bAddEff,Eff_Poison,.@r*50,ATF_SHORT;
bonus3 bAddEff,Eff_Silence,.@r*50,ATF_SHORT; /* Unknow rates */
Referencias del Script
getequiprefinerycnt Comando
getequiprefinerycnt
Firma:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Descripción:
slot. For a list of equipment slots see 'getequipid'. Can be used to check if you have reached a maximum refine value, default for this is +10:
Ejemplo:
if (getequiprefinerycnt(EQI_HEAD_TOP) < 10)
mes "I will now upgrade your " + getequipname(EQI_HEAD_TOP);
else
mes "Sorry, it's not possible to refine hats better than +10";
close;
bAllStats Bono de Ítem
bAllStats
Firma:
bonus bAllStats,n;
Descripción:
STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
bAddEff Bono de Ítem
bAddEff
Firma:
bonus4 bAddEff,eff,n,atf,t;
Descripción:
Adds a n/100% chance to cause status eff for t milliseconds on the target when attacking