PHP Code:
Add in Quest.txt
;IC, Commander,CJB,hitman
(quest (index 1998 1)
(case (if (clear 1998 1)) (then (html 900674)))
(case (then (link 1998 2))))
(quest (index 1998 2) (linked 1)
(case (if (level 50) (specialty 0 1))
(then (specialty 2) (clear 1998 1)(clear 1999 1) (html )))
(case (if (level 50) (specialty 1 1))
(then (specialty 2) (clear 1998 1)(clear 1999 1) (html )))
(case (if (level 50) (specialty 2 1))
(then (specialty 2) (clear 1998 1)(clear 1999 1) (html )))
(case (if (level 50) (specialty 3 1))
(then (specialty 2) (clear 1998 1)(clear 1999 1) (html )))
(case (then (html 859)))
)
;IC,Commander,CJB,I. Swordsman
(quest (index 1999 1)
(case (if (clear 1999 1)) (then (html 900674)))
(case (then (link 1999 2))))
(quest (index 1999 2) (linked 1)
(case (if (level 50) (specialty 0 1))
(then (specialty 3) (clear 1999 1)(clear 1998 1) (html )))
(case (if (level 50) (specialty 1 1))
(then (specialty 3) (clear 1999 1)(clear 1998 1) (html )))
(case (if (level 50) (specialty 2 1))
(then (specialty 3) (clear 1999 1)(clear 1998 1) (html )))
(case (if (level 50) (specialty 3 1))
(then (specialty 3) (clear 1999 1)(clear 1998 1) (html )))
(case (then (html 859)))
)