Комбо Предметов #3058
Размер Комбо: 2
Предметы Комбо
Bloody_Iron_Ball_
Lora_Iron_Ball
Эффект Комбо
.@time = 5000 + max(getequiprefinerycnt(EQI_SHOES)-4,0)*1000;
autobonus "{ bonus bIgnoreDefRace,RC_All; }",5,.@time,BF_NORMAL;
Справка по Скрипту
getequiprefinerycnt
Команда
getequiprefinerycnt
Сигнатура:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Описание:
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:
Пример:
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;
bIgnoreDefRace
Бонус Предмета
bIgnoreDefRace
Сигнатура:
bonus bIgnoreDefRace,r;
Описание:
Disregard DEF against enemies of race r