Комбо Предметов #4598
Размер Комбо: 2
Предметы Комбо
Whike_Black_Tail
Black_Cat_Ears_Beret
Эффект Комбо
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
autobonus "{ bonus bAllStats,8; }",10+.@r,5000,BF_WEAPON,"{ active_transform 1261,5000; }";
Справка по Скрипту
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;
bAllStats
Бонус Предмета
bAllStats
Сигнатура:
bonus bAllStats,n;
Описание:
STR + n, AGI + n, VIT + n, INT + n, DEX + n, LUK + n
active_transform
Команда
active_transform
Сигнатура:
active_transform <monster ID>,<duration>{,<sc type>,<val1>,<val2>,<val3>,<val4>};
active_transform "<monster name>",<duration>{,<sc type>,<val1>,<val2>,<val3>,<val4>};
Описание:
a SC attribute effect while transformed. Note that players cannot be transformed
during War of Emperium or if already disguised.
Can only be removed when you die or the duration ends.
'transform' and 'active_transform' can stack on each other but using 'transform' or
'active_transform' twice will not stack (it will cancel the previous bonus for the new).
'active_transform' will take priority over transform for its duration.
\\
4,3 Marriage-related commands
\\