lionellex Posted September 29, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 09/10/16 Last Seen: October 9, 2016 Share Posted September 29, 2016 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? Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted September 29, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: 3 hours ago Share Posted September 29, 2016 (edited) - script #whatever -1,{ OnPCLoginEvent: if(!#firstCharJLv && BaseLevel == 1 && JobLevel == 1){ JobLevel = 10; #firstCharJLv = 1; } } Edited December 11, 2016 by Emistry 1 Quote Link to comment Share on other sites More sharing options...
0 lionellex Posted September 29, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 09/10/16 Last Seen: October 9, 2016 Author Share Posted September 29, 2016 - 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. Quote Link to comment Share on other sites More sharing options...
0 Secrets Posted September 29, 2016 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: 3 hours ago Share Posted September 29, 2016 - 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. Quote Link to comment Share on other sites More sharing options...
0 lionellex Posted September 29, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 09/10/16 Last Seen: October 9, 2016 Author Share Posted September 29, 2016 - 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? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted September 29, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 59 minutes ago Share Posted September 29, 2016 @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 Quote Link to comment Share on other sites More sharing options...
0 lionellex Posted September 29, 2016 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 09/10/16 Last Seen: October 9, 2016 Author Share Posted September 29, 2016 @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. Quote Link to comment Share on other sites More sharing options...
Question
lionellex
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.