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!

Question about quest

Experienced Elementalist
Joined
Aug 21, 2012
Messages
243
Reaction score
27
Dear people,


someone can check if this code is correct?

Code:
;Knight
(quest (index 8499 1)
(case (if (clear 8499 1)) (then (html )))
(case (then (link 8500 2)))
)

(quest (index 8500 2) (linked 1)
(case (if (class 0) (item (1 1)))
(then (item (out 1 1)(in 509 256 1) (in 102 256 1)(in 117 256 1)(in 118 256 1)(in 119 256 1)(in 120 256 1)(in 121 256 1)(in 30 256 1)(in 48 256 500)(in 337 256 1) (in 447 256 50) (in 470 256 1) (in 196 256 50)) (clear 8499 1) (html )))
(case (then (html 899)))
)

greetz Faora
 
Back
Top