blurryrox Posted December 27, 2016 Posted December 27, 2016 Hi. I am trying to make a quest that start when a player reach lv10. (e.g. when i leveled up to lv10, a message box would come out and this would be the starting point of the quest) I am not sure how to start this. Quote
1 Stolao Posted December 27, 2016 Posted December 27, 2016 (edited) All script commands can be found here https://github.com/rathena/rathena/blob/master/doc/script_commands.txt OnPCBaseLvUpEvent: If(BaseLevel == 10) do this Edited December 27, 2016 by Azura Skyy Quote
0 blurryrox Posted December 27, 2016 Author Posted December 27, 2016 8 hours ago, Stolao said: All script commands can be found here https://github.com/rathena/rathena/blob/master/doc/script_commands.txt ahh i tried looking in this file but i don't know what i am searching for. thanks @Stolao, really appreciate it. OnPCBaseLvUpEvent: If(BaseLevel == 10) do this Quote
Question
blurryrox
Hi. I am trying to make a quest that start when a player reach lv10.
(e.g. when i leveled up to lv10, a message box would come out and this would be the starting point of the quest)
I am not sure how to start this.
2 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.