Hadeszeus 15 Posted February 3, 2014 How about Gunslinger and other classes? I'm just wondering how to add them on the list. Is it possible to include them on the menu with different array for Job Points? Quote Share this post Link to post Share on other sites
Mumbles 193 Posted February 3, 2014 How about Gunslinger and other classes? I'm just wondering how to add them on the list. Is it possible to include them on the menu with different array for Job Points? This script was originally intended for third classes only (hence the name), but I wrote it in such a way that you could seamlessly add or remove jobs if desired. To add a new job, add its name to the .job_name$ array and constant/ID to the .job_id array; if you're primarily using the *_t arrays, modify those ones instead. For skill points, you could add your own check to make sure they got the right amount of points. Quote Share this post Link to post Share on other sites
Lelantos 0 Posted March 30, 2014 how to make this once per account only sir? Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted March 30, 2014 how to make this once per account only sir? try changing all occurrences of auto_third into #auto_third 2 Mumbles and MikZ reacted to this Quote Share this post Link to post Share on other sites
Lelantos 0 Posted March 30, 2014 how to make this once per account only sir? try changing all occurrences of auto_third into #auto_third Thanks sir! it works. Quote Share this post Link to post Share on other sites
Hadeszeus 15 Posted May 12, 2014 I really need to know why there's a StatusPoint += 100; additional stats? this stats gone when reset using NPC Quote Share this post Link to post Share on other sites
jaBote 438 Posted May 12, 2014 Well, after some source investigation, it's done that way because you can't do much more in scripting, unles you make your reset NPC give that many status points again. 1 Mumbles reacted to this Quote Share this post Link to post Share on other sites
Hadeszeus 15 Posted May 12, 2014 Well, after some source investigation, it's done that way because you can't do much more in scripting, unles you make your reset NPC give that many status points again. So that 100 is not official stats? Quote Share this post Link to post Share on other sites
jaBote 438 Posted May 12, 2014 It's official, these are the extra stat points you're normally given when rebirthing. Since your starting job wasn't high novice, the 100 extra stat points have to be manually added. 1 Mumbles reacted to this Quote Share this post Link to post Share on other sites
koji42 0 Posted December 9, 2014 How to implement that the job change notice will only be visible to Novices? So that existing 3rd jobs wont be bothered. Quote Share this post Link to post Share on other sites
bysqk 0 Posted December 12, 2014 Can I get this but for trans only, not third? Quote Share this post Link to post Share on other sites
MikZ 5 Posted October 3, 2015 (edited) NICE! Edited October 3, 2015 by MikZ Quote Share this post Link to post Share on other sites
insaneron 0 Posted October 15, 2015 can you please add in the script. when they select a certain job. they will gain a certain weapon for each class. example if i choose warlock. i will also gain Glorious staff. ty in advance Quote Share this post Link to post Share on other sites