Item-Kombination Details

Item-Kombination #439

Kombinationsgröße: 2
Kombinationsgegenstände
Morrigane's Manteau
Morrigane's_Manteau
Consultation Robe [1]
Consultation_Robe
Kombinationseffekt
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus bDefEle,Ele_Ghost;
bonus bAgi,.@r;
bonus bFlee,(2*.@r);
Skriptreferenzen
getequiprefinerycnt Befehl
getequiprefinerycnt
Signatur:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Beschreibung:
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:
Beispiel:
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;
bDefEle Gegenstandsbonus
bDefEle
Signatur:
bonus bDefEle,e;
Beschreibung:
Gives the player's defense element e
bAgi Gegenstandsbonus
bAgi
Signatur:
bonus bAgi,n;
Beschreibung:
AGI + n
bFlee Gegenstandsbonus
bFlee
Signatur:
bonus bFlee,n;
Beschreibung:
Flee + n