Combo de Objetos Detalles

Combo de Objetos #7735

Tamaño del Combo: 3
Objetos del Combo
Randel's Memory
Randel_Memory
Biolab Cape (Melee) [1]
Bio_CapeMelee_TH
Efecto del Combo
.@r = getequiprefinerycnt(EQI_GARMENT)/3;
bonus bCritical,5*.@r;
bonus bLongAtkRate,5*.@r;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",5*.@r;
bonus2 bSkillAtk,"LG_SHIELDPRESS",5*.@r;
bonus2 bSkillAtk,"LG_CANNONSPEAR",5*.@r;
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;
bCritical Bono de Ítem
bCritical
Firma:
bonus bCritical,n;
Descripción:
Critical + n
bLongAtkRate Bono de Ítem
bLongAtkRate
Firma:
bonus bLongAtkRate,n;
Descripción:
Increases damage of long ranged attacks by n%
bSkillAtk Bono de Ítem
bSkillAtk
Firma:
bonus2 bSkillAtk,sk,n;
Descripción:
Increases damage of skill sk by n%