blurryrox Posted December 27, 2016 Share 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 Link to comment Share on other sites More sharing options...
1 Stolao Posted December 27, 2016 Share 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 Link to comment Share on other sites More sharing options...
0 blurryrox Posted December 27, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites