ViciousEntropy Posted August 5, 2018 Posted August 5, 2018 (edited) This likely already exists, but I was unable to find it. I want a Job Change NPC that follows this line: Novice > First Class > 2-1/2-2 > Trans 2-1/2-2 > 3-1/3-2 (With the ability to restrict these changes based on Base and Job levels, like the standard Custom Job Master NPC) Essentially, I want to characters to follow a progression like... Novice > Mage > Wizard > High Wizard > Warlock Thank you, for any and all assistance! Edited August 5, 2018 by ViciousEntropy Quote
0 Emistry Posted August 5, 2018 Posted August 5, 2018 perhaps this might help? https://rathena.org/board/topic/105789-utility-sql-job-changer/ Quote
0 ViciousEntropy Posted August 5, 2018 Author Posted August 5, 2018 (edited) I have no idea how this works. -Edit- I believe I understand the scripting, well enough. How do I put this into effect on the server? I get this error: : DB error - Table 'rathena_prere_db.e_jobchanger' doesn't exist [Debug]: at d:\downloads\idm\ragnarok online offline pack rathena 2018\ragnarok online offline pack rathena 2018\01_emulator\01_emulator\rathena_prere\src\map\s cript.cpp:16671 - SELECT `next_job`,`base_lv`,`job_lv`,`bonus_stpoint`,`bonus_sk point`,`resetlvl`,`req_zeny` FROM `e_jobchanger` WHERE `status` = 1 AND `job` = 9 LIMIT 100 [Debug]: Source (NPC): sql_job_changer_main (invisible/not on a map) Edited August 5, 2018 by ViciousEntropy Quote
0 Emistry Posted August 19, 2018 Posted August 19, 2018 the error are pretty much self explained... SQL table doesnt exists, you didnt load the SQL table that provided in the script. Quote
Question
ViciousEntropy
This likely already exists, but I was unable to find it.
I want a Job Change NPC that follows this line:
Novice > First Class > 2-1/2-2 > Trans 2-1/2-2 > 3-1/3-2
(With the ability to restrict these changes based on Base and Job levels, like the standard Custom Job Master NPC)
Essentially, I want to characters to follow a progression like...
Novice > Mage > Wizard > High Wizard > Warlock
Thank you, for any and all assistance!
Edited by ViciousEntropy3 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.