Version 1.0
454 downloads
I made a little changes on this script. and all settings can be seen in the script.
OnInit:
// NPC Header Name
.np$ = "[^009900 Race Event ^000000]";
// Activate Event? 1 = on / 0 = off default
.e_active = 1;
// Set the first account id here
// to where you want to start this event.
.acc_strt = 2000000;
// Set the last accound id here
// beyond this account id will no
// longer acceptable.
.acc_end = 2000020;
// Max Base & Job Level here!
.b_lvl = 99;
.j_lvl = 70;
// Rewards per winner. <itemid1>,<itemamt1>,....
setarray .itemre, 501,10,502,10,503,10,504,10,505,5;
// Waitingroom
waitingroom "Race Event",0;
end;