Combo Item Detail

Combo Item #5693

Ukuran Combo: 2
Item Combo
Sealed Maximum Sword [3]
Sealed_Max_SwordJ
Chivalry Shoes [1]
BuddhistShoes
Efek Combo
.@r = getequiprefinerycnt(EQI_SHOES);
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bMatk,25*.@r;
bonus bCritical,5*.@r;
Referensi Skrip
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%
bMatk Bonus Item
bMatk
Tanda Tangan:
bonus bMatk,n;
Deskripsi:
Magical attack power + n
bCritical Bonus Item
bCritical
Tanda Tangan:
bonus bCritical,n;
Deskripsi:
Critical + n