i want to ask, is it possible to get refine() in another item slot?
example if i use headcostume that will give effect if my headgear +8
and if i unequip my headgear, my headcostume didnt give any effect... so headcostume effect depending my headgear refine
i already try in my headcostume
if (getequiprefine(Head_Top)>8) {
bonus bMaxHP,1000;
bonus bMaxSP,1000;
}
or
if (getrefine(Head_Top)>8) {
bonus bMaxHP,1000;
bonus bMaxSP,1000;
}
Question
y00z
i want to ask, is it possible to get refine() in another item slot?
example if i use headcostume that will give effect if my headgear +8
and if i unequip my headgear, my headcostume didnt give any effect... so headcostume effect depending my headgear refine
i already try in my headcostume
if (getequiprefine(Head_Top)>8) { bonus bMaxHP,1000; bonus bMaxSP,1000; }
or
if (getrefine(Head_Top)>8) { bonus bMaxHP,1000; bonus bMaxSP,1000; }
isnt work
Edited by y00z2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.