Rocky Road Posted January 6, 2015 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
Rocky Road Posted January 6, 2015 Author 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?
Radian Posted January 6, 2015 Posted January 6, 2015 This will help you find the answer. My bad xD i forgot to put the link. Quote
Emistry Posted January 7, 2015 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
Rocky Road Posted January 7, 2015 Author 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
Question
Rocky Road
Hi guys does anyone have a script like when you make new char it will automatically instant level your char?
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.