Jump to content
Ragnaboards Community

Race to 99 Event - SQL Based


Vy Low

Recommended Posts

Race to 99 Event - SQL Based


Settings
 

	.class_limit = 3; //how many players can claim for that particular class
	.base_level = 99; //max base level
	.job_level = 50; //max job level
	.bound = 1; //1 = account, 2 = guild, 3 = party, 4 = character, 0 = not bound
	//class number, check using @job in-game / these are the jobs/classes who can win prizes
	setarray .class[1], 7, 8, 9, 10, 11, 12;
	//name of your reward set
	.menu$ = "Reward Set 1:Reward Set 2:Reward Set 3";
	//reward id,quantity,reward id,quantity
	setarray .rewards1, 501,502,503;
	setarray .rwd_amt1, 1    ,1    ,1;
	setarray .rewards2, 504,505,506;
	setarray .rwd_amt2, 1    ,1    ,1;
	setarray .rewards3, 507,508,509;
	setarray .rwd_amt3, 1    ,1    ,1;

 


 

Link to comment
Share on other sites

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...