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!

Storyline

Initiate Mage
Joined
Feb 18, 2024
Messages
4
Reaction score
0
Hello everyone, I would like to know if there is any way to do a quest that accepts the next one, thus creating an automatic storyline.



(quest (index 75 1)
(case (if (clear 75 1)) (then (html 100018)))
(case (then (link 76 1)))
)
(quest
(index 76 1)
(case (if (level 30)) (then (html 100018)))
(case (then (html 100018)))
)


I tried this way but it ends the quest but does not automatically accept the next one, which would be 76 1.




Can anyone help me? Or at least say if it's possible?
 
Server Information
Templar-KalOnline
Back
Top