arzzzae Posted January 26, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 83 Reputation: 8 Joined: 12/27/11 Last Seen: March 7, 2018 Share Posted January 26, 2013 Can I request someone to show me the script where when you reach level 99/70, a pop-up message like "Congratulations you have reached the maximum level!" will apear. Quote Link to comment Share on other sites More sharing options...
Euphy Posted January 26, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted January 26, 2013 You're looking for: OnPCBaseLvUpEvent: OnPCJobLvUpEvent: trunk/doc/script_commands.txt - script MaxLevelEvent -1,{ OnPCBaseLvUpEvent: OnPCJobLvUpEvent: if (BaseLevel == 99 && JobLevel == 70) { mes "You have reached the maximum level!"; close; } end; } 2 Quote Link to comment Share on other sites More sharing options...
arzzzae Posted January 26, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 83 Reputation: 8 Joined: 12/27/11 Last Seen: March 7, 2018 Author Share Posted January 26, 2013 Thanks Euphy, I tried searching in wiki but can't find it there. Thank you very much! Quote Link to comment Share on other sites More sharing options...
Question
arzzzae
Can I request someone to show me the script where when you reach level 99/70, a pop-up message like "Congratulations you have reached the maximum level!" will apear.
Link to comment
Share on other sites
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.