Jump to content
  • 0

New account Job Level 10 Instant


Question

Posted

Hey guys, I need some help here.. I'm sorry if I post at the wrong section but whenever a player register a new account and made their 1st character, their character will be instantly base level 1 and job level 10. Anyone knows how to fix this?

6 answers to this question

Recommended Posts

  • 0
Posted (edited)
- script #whatever -1,{

OnPCLoginEvent:

if(!#firstCharJLv && BaseLevel == 1 && JobLevel == 1){

JobLevel = 10;

#firstCharJLv = 1;

}

}

 

Edited by Emistry
  • Upvote 1
  • 0
Posted
-	script	#whatever	-1,{
OnPCLoginEvent:
	if(!#firstCharJLv && BaseLevel == 1 && JobLevel == 1){
		JobLevel = 10;
		#firstCharJLv = 1;
	}
}

 

Correct me if i'm wrong. Is this "1st account, 1st character, job level 10" feature is suppose to be in the game? I mean, if it is legit at PRE-RE servers then I don't mind.

  • 0
Posted

 

-	script	#whatever	-1,{
OnPCLoginEvent:
	if(!#firstCharJLv && BaseLevel == 1 && JobLevel == 1){
		JobLevel = 10;
		#firstCharJLv = 1;
	}
}

 

Correct me if i'm wrong. Is this "1st account, 1st character, job level 10" feature is suppose to be in the game? I mean, if it is legit at PRE-RE servers then I don't mind.

 

I played RO since I was in primary school and I have never heard of this feature.

  • 0
Posted

 

 

-	script	#whatever	-1,{
OnPCLoginEvent:
	if(!#firstCharJLv && BaseLevel == 1 && JobLevel == 1){
		JobLevel = 10;
		#firstCharJLv = 1;
	}
}

 

Correct me if i'm wrong. Is this "1st account, 1st character, job level 10" feature is suppose to be in the game? I mean, if it is legit at PRE-RE servers then I don't mind.

 

I played RO since I was in primary school and I have never heard of this feature.

 

Same here, thats why I'm curious why is it like this? Except from applying a script, maybe settings on the conf or something?

Join the conversation

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

Guest
Answer this question...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...