Jump to content
  • 0

R> Login Instant Job changer?


Rocky Road

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   0
  • Joined:  11/08/14
  • Last Seen:  

Hi guys does anyone have a script like when you make new char it will automatically instant level your char?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   0
  • Joined:  11/08/14
  • Last Seen:  

Posted · Hidden by Emistry, January 6, 2015 - Merged + Hidden duplicated contents.
Hidden by Emistry, January 6, 2015 - Merged + Hidden duplicated contents.

Hi guys does anyone have a script like when you make new char it will automatically instant level your char?

Link to comment

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

This will help you find the answer.

 

My bad xD i forgot to put the link.

Link to comment
Share on other sites


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

OnPCLoginEvent:
.@max_level = 99;
.@job_level = 60;
.@skill_point = 9 + 59 + 69;
if ( BaseLevel < .@max_level ) {
    BaseLevel = .@max_level;
    JobLevel = .@job_level;
    SkillPoints = .@skill_point;
}

something like this ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   0
  • Joined:  11/08/14
  • Last Seen:  

OnPCLoginEvent:
.@max_level = 99;
.@job_level = 60;
.@skill_point = 9 + 59 + 69;
if ( BaseLevel < .@max_level ) {
    BaseLevel = .@max_level;
    JobLevel = .@job_level;
    SkillPoints = .@skill_point;
}
something like this ?

Yes but i need an npc that will ask what job you want to be too

OnPCLoginEvent:
.@max_level = 99;
.@job_level = 60;
.@skill_point = 9 + 59 + 69;
if ( BaseLevel < .@max_level ) {
    BaseLevel = .@max_level;
    JobLevel = .@job_level;
    SkillPoints = .@skill_point;
}
something like this ?

Yes but i need an npc that will ask what job you want to be too

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