Hi, All im was trying to make instance always reset every 4 AM
this is my quest_db
- Id: 9998
Title: "Memorial Dungeon: Champion"
TimeLimit: 4h
- Id: 9999
Title: "Memorial Dungeon: Champion"
TimeLimit: +4h
my script
if (checkquest(9998,PLAYTIME) == 2) {
erasequest 9998;// Memorial Dungeon: Champion
erasequest 9999;
}
else if (checkquest(9999,PLAYTIME) == 2) {// Memorial Dungeon: Champion
mes "^ff0000Memorial Dungeon cannot be reentered within 8 hours after your last entrance.^000000";
mes "Reset Every 04:00 AM";
close;
}
Create INSTANCE
but not working
The result if i use that setting
player didn't get any delay to create instance
so player can do instance unlimited