Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

3rs job npc

Newbie Spellweaver
Joined
Jul 6, 2023
Messages
11
Reaction score
0
can someone help me with the npc changes for the 3rd job npc??
 
Newbie Spellweaver
Joined
Nov 7, 2018
Messages
7
Reaction score
2

;======================================================
;============= Third JobChange Quest.txt ==================
;======================================================

;IMP.GENERAL - MA - DS - GENERAL
(quest (index 20057 1)
(case (if (clear 20057 1)) (then (html 200030)))
(case (then (link 20057 2))))

(quest (index 20057 2) (linked 1)
(case (if (item (10015 100) ) (level 70) (specialty 0 3))
(then (item (out 10015 100) ) (specialty 5) (clear 20057 1)(clear 20058 1) (html 200032)))
(case (if (item (10015 100) ) (level 70) (specialty 1 3))
(then (item (out 10015 100) ) (specialty 5) (clear 20057 1)(clear 20058 1) (html 200032)))
(case (if (item (10015 100) ) (level 70) (specialty 2 3))
(then (item (out 10015 100) ) (specialty 5) (clear 20057 1)(clear 20058 1) (html 200032)))
(case (if (item (10015 100) ) (level 70) (specialty 3 3))
(then (item (out 10015 100) )(specialty 5) (clear 20057 1)(clear 20058 1) (html 200032)))
(case (if (item (10015 100) ) (level 70) (specialty 4 3))
(then (item (out 10015 100) )(specialty 5) (clear 20057 1)(clear 20058 1) (html 200032)))
(case (then (html 200029)))
)
;GOD OF BOW - ASCETIC - UG - GOS
(quest (index 20058 1)
(case (if (clear 20058 1)) (then (html 200030)))
(case (then (link 20058 2))))

(quest (index 20058 2) (linked 1)
(case (if (item (10015 100) ) (level 70) (specialty 0 2))
(then (item (out 10015 100) ) (specialty 4) (clear 20058 1)(clear 20057 1) (html 200032)))
(case (if (item (10015 100) ) (level 70) (specialty 1 2))
(then (item (out 10015 100)) (specialty 4) (clear 20058 1)(clear 20057 1) (html 200032)))
(case (if (item (10015 100) ) (level 70) (specialty 2 2))
(then (item (out 10015 100)) (specialty 4) (clear 20058 1)(clear 20057 1) (html 200032)))
(case (if (item (10015 100) ) (level 70) (specialty 3 2))
(then (item (out 10015 100) ) (specialty 4) (clear 20058 1)(clear 20057 1) (html 200032)))
(case (if (item (10015 100) ) (level 70) (specialty 4 2))
(then (item (out 10015 100) ) (specialty 4) (clear 20058 1)(clear 20057 1) (html 200032)))
(case (then (html 200029)))
)

;======================================================
;============= Third JobChange Script.pk ==================
;======================================================

;God of sword
( param send quest 20058 2 )
;General
( param send quest 20057 1 )
;God of bow
( param send quest 20058 2 )
;Imperial General
( param send quest 20057 1 )
;Asceitc
( param send quest 20058 2 )
;Ma
( param send quest 20057 1 )
;DS
( param send quest 20057 1 )
;UG
( param send quest 20058 2 )
 
Upvote 0
Back
Top