Rocky Road Posted January 6, 2015 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 72 Reputation: 0 Joined: 11/08/14 Last Seen: November 24, 2015 Share Posted January 6, 2015 Hi guys does anyone have a script like when you make new char it will automatically instant level your char? Quote Link to comment Share on other sites More sharing options...
Rocky Road Posted January 6, 2015 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 72 Reputation: 0 Joined: 11/08/14 Last Seen: November 24, 2015 Author Share Posted January 6, 2015 · 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
Radian Posted January 6, 2015 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted January 6, 2015 This will help you find the answer. My bad xD i forgot to put the link. Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 7, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 7, 2015 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 ? Quote Link to comment Share on other sites More sharing options...
Rocky Road Posted January 7, 2015 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 72 Reputation: 0 Joined: 11/08/14 Last Seen: November 24, 2015 Author Share Posted January 7, 2015 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 Quote Link to comment Share on other sites More sharing options...
Question
Rocky Road
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.