Jump to content
  • 0
Sign in to follow this  
esotericragnarokonline

Hi Hercules I need help for instant job changer

Question

i want my instant job changer can only use once per account here's my codes

 

btw thanks for helping me

 

how can i do that ?? please help thank you

 

 

prontera,156,184,5	script	Free for All#jobchanger	757,{if( Class ){	mes "Only Novice can use this...";}else{	.@i = select( .Menu$ ) - 1;	if( select( "Change to "+jobname( .JobList[.@i] )+"?:Cancel" ) == 1 ){		jobchange .JobList[.@i];		BaseLevel = .BaseLevel;		JobLevel = .JobLevel;		resetskill;		resetstatus;		SkillPoint = .SkillPoints;		mes "DONE";		for( .@i = 0; .@i < .size; .@i++ )			getitem .ItemList[.@i],.Amount[.@i];	}}close; OnInit:setarray .JobList[0],4008,4009,4010,4011,4012,4013,4015,4016,4017,4018,4019,4020,4021,4047,4049,25,24,4045;setarray .ItemList[0],607,0;setarray .Amount[0],1,2,3;.BaseLevel = 255;.JobLevel = 100;.SkillPoints = 128; .@size = getarraysize( .JobList );.size = getarraysize( .ItemList );for( .@i = 0; .@i < .@size; .@i++ )	.Menu$ = .Menu$ + jobname( .JobList[.@i] )+":";waitingroom "Instant Job Changer Feel Free to use",0;end;  }
Edited by AnnieRuru
use [code] if the script > 10 lines

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.