Jump to content

3 Screenshots

Easily configurable NPC to reward a race to max level.

OnInit:
	.class_limit = 2; //how many players can claim for that particular class
	.base_level = 99; //max base level
	.job_level = 70; //max job level
	.bound = 0; //1 = account, 2 = guild, 3 = party, 4 = character, 0 = not bound
	//reward id,quantity,reward id,quantity
	setarray .rewards, 501,1,502,2,503,3,504,4,505,5;
	while(1){ sleep 1000; showscript "Race to 99"; }

If there are any known issues or bugs, please let me know so I can address them promptly.

User Feedback

Recommended Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a comment...