ya i fixed that in 1.22 (which is uploaded btw)
as for the exp per kill its currently = to the mobs level to change to just + 1 per kill, change this
Setd ""+.@M$+"Exp",getd(""+.@M$+"Exp") + (strmobinfo(3,killedrid)+.wLvBonus*getiteminfo(getequipid(EQI_HAND_R),13)) * (getbattleflag("job_exp_rate") + getbattleflag("job_exp_rate") * getstatus(SC_JEXPBOOST,2));
to
Setd ""+.@M$+"Exp",getd(""+.@M$+"Exp") + 1;
Hi Stolao, your daily reward script seems to be bugged.
It doesn't display dispbottom message when you set "Rest" minute. When you use @relog, nothing happens. It doesn't read the first day reward (100z), it gives the 5 Red Potion for the 2nd day. It gives job experience even if it is set to 0. I'm using the default settings. Adding more @cmds dont work too..
Thanks in advance~
1. No it wont do anything, its still waiting on the delay, i can add in a dispmes if there is a loggin delay if you like?
2. kk i fixed in 1.5A (upload shortly) that was a logic error on my part
3. I cant replicate this...
4. what do you mean adding @cmnds dont work?