Combo Item Detail

Combo Item #1630

Ukuran Combo: 2
Item Combo
Efek Combo
bonus2 bAddEle,Ele_Neutral,5;
bonus2 bMagicAddEle,Ele_Neutral,5;
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus bMaxHPrate,.@r;
bonus bMaxSPrate,.@r;
Referensi Skrip
bAddEle Bonus Item
bAddEle
Tanda Tangan:
bonus3 bAddEle,e,x,bf;
Deskripsi:
+x% physical damage against element e with trigger criteria bf
bMagicAddEle Bonus Item
bMagicAddEle
Tanda Tangan:
bonus2 bMagicAddEle,e,x;
Deskripsi:
+x% magical damage against element e
getequiprefinerycnt Perintah
getequiprefinerycnt
Tanda Tangan:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Deskripsi:
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:
Contoh:
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;
bMaxHPrate Bonus Item
bMaxHPrate
Tanda Tangan:
bonus bMaxHPrate,n;
Deskripsi:
MaxHP + n%
bMaxSPrate Bonus Item
bMaxSPrate
Tanda Tangan:
bonus bMaxSPrate,n;
Deskripsi:
MaxSP + n%