Version 1.1.0
942 downloads
Compendium - A levelable battle pass inspired majority of games out there. Feature :
Easy customizable settings.
Three types of selectable daily quest.
Daily quest requirements are randomized.
Daily quest count resets everyday.
Compendium resets on the first day of the month.
Rewards are sent via mail.
'@compendium' command to access the compendium
Settings :
Adding a reward on the compendium
Rewards : "Level | Reward ID, Amount, Reward ID, Amount,... ==|
Level order doesn't matter but 'duplicates' will bug out the script.
setarray .compendium_reward$,
"1|501:10,502:20",
"10|501:20,502:30",
"5|501:100,502:500";
Adding a monster/item/mvp to hunt or collect
Just add the ID on the following line.
setarray .mvp_list
setarray .hunt_list
setarray .gather_list
Changing EXP given on the quest types.
.gathering_exp = 50;
.hunt_exp = 50;
.mvp_hunt_exp = 100;