Jump to content
  • 0

New account Job Level 10 Instant


lionellex

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   1
  • Joined:  09/10/16
  • Last Seen:  

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?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

- script #whatever -1,{

OnPCLoginEvent:

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

JobLevel = 10;

#firstCharJLv = 1;

}

}

 

Edited by Emistry
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   1
  • Joined:  09/10/16
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

 

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   1
  • Joined:  09/10/16
  • Last Seen:  

 

 

-	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?

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

@lionellex

What @Secrets trying to said ... 

There are no such system exist in RO since the begining !

 

If you know how to deal with source code, then you can try your luck here

src/char/char.c#L1582-L1604

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   1
  • Joined:  09/10/16
  • Last Seen:  

@lionellex

What @Secrets trying to said ... 

There are no such system exist in RO since the begining !

 

If you know how to deal with source code, then you can try your luck here

src/char/char.c#L1582-L1604

 

Hmm.. I see, thanks guys for replying.

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

×
×
  • Create New...