Kido Posted September 24, 2013 Posted September 24, 2013 (edited) Hi, i was trying to put new effects on my items and well, im stuck with this one effect, it goes like this: It's a Lower Headgear that gives you +1 SP and +1 STR for eache refine of your Top Headgear I was like "i will make it like this" bonus bStr,getrefine(256)1; bonus bStr,getrefine,256()1; Maybe this? { if(getiteminfo(getequipid(EQI_HAND_R),11)==10) { bonus bInt,1; bonus bIgnoreMdefRate,2; } },{},{} it is the effect o necromancer card, but i want it for top headgear D:! or something like that it is possible? if it is, please help me to get that effect thank you so much! Edited September 24, 2013 by Kido Quote
Capuche Posted September 24, 2013 Posted September 24, 2013 Use getequiprefinerycnt bonus bStr, getequiprefinerycnt( EQI_HEAD_TOP ); bonus bMaxSP, getequiprefinerycnt( EQI_HEAD_TOP ); Quote
Kido Posted September 24, 2013 Author Posted September 24, 2013 wow that's amazing, it works with ifequiped? becaus i need it to only a specific top headgear for example, this will work? if(isequipped(#ID)) { bonus bStr, getequiprefinerycnt( EQI_HEAD_TOP ); } or how shoukd i combine them? Quote
Patskie Posted September 27, 2013 Posted September 27, 2013 I guess a mere test can answer your question. No need to bump the topic Quote
Capuche Posted September 28, 2013 Posted September 28, 2013 wow that's amazing, it works with ifequiped? becaus i need it to only a specific top headgear for example, this will work? yes, it will working Quote
Kido Posted December 18, 2013 Author Posted December 18, 2013 thank you, i also found other interesting thins on the doc folder o:! Quote
Question
Kido
Hi, i was trying to put new effects on my items and well, im stuck with this one effect, it goes like this:
It's a Lower Headgear that gives you +1 SP and +1 STR for eache refine of your Top Headgear
I was like "i will make it like this"
bonus bStr,getrefine(256)1;
bonus bStr,getrefine,256()1;
Maybe this?
{ if(getiteminfo(getequipid(EQI_HAND_R),11)==10) { bonus bInt,1; bonus bIgnoreMdefRate,2; } },{},{}
it is the effect o necromancer card, but i want it for top headgear D:!
or something like that
it is possible?
if it is, please help me to get that effect
thank you so much!
Edited by Kido6 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.