I would like a Npc that increases rates X2, exp, job and Drops for 2 weeks.
Thank You
I trying
OnInit:
//Note: You can always set a standard exp. rate or set it as a rand
set $@brate,(12000); // Change the value here for your Base Experience
set $@jrate,(12000); // Change the value here for your Job Experience
set $@drate;
// =========================
OnClock0001:
if(gettime(4)==0 || gettime(4)==1 || gettime(4)==2 || gettime(4)==3 || gettime(4)==4 || gettime(4)==5 || gettime(4)==6 ) { // Friday, Saturday, Sunday
//Base Experience
setbattleflag("base_exp_rate",$@brate);
//Job Experience
setbattleflag("job_exp_rate",$@jrate);
setbattleflag("drop_exp_rate",$@drate);
// Reload the database
atcommand "@reloadmobdb";
Question
Loki81
Hello
I would like a Npc that increases rates X2, exp, job and Drops for 2 weeks.
Thank You
I trying
Edited by Loki812 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.