ive seen this line
if(sd->status.base_level >= 99)
base_exp = 0;
from this link wondering if this is posible that the variable inside src can be fetch to an npc script? to trigger the toggle
if(sd->status.base_level >= 99 && noexp == 1)
base_exp = 0;
//then the noexp can be set using npc
veil,143,38,4 script Exp Lock 105,{
menu "Exp Lock On",EXPON,"Exp Lock Off",EXPOFF;
EXPON:
set noexp,1;
dispbottom "Exp Lock On "+.explock+" ";
end;
EXPOFF:
set noexp,0;
dispbottom "Exp Lock Off "+.explock+" ";
end;
}
@goddameit @AnnieRuru @Emistry @Dastgir @pajodex @Secrets@Functor
anyone please