Limestone Posted November 30, 2013 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted November 30, 2013 hi! can someone make me a script like this? if i reach joblevel 10, and 50, a npc dialog will pop up in my screen. thanks! Quote Link to comment Share on other sites More sharing options...
Dynasty Posted November 30, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 151 Reputation: 5 Joined: 11/09/12 Last Seen: September 14, 2014 Share Posted November 30, 2013 - script Joblvlup -1,{ OnPCJobLvUpEvent: if (JobLevel == 10){ mes "Congratulations you have been reach the Job 10!"; close; }else if (JobLevel == 50){ mes "Congratulations you have been reach the Job 50!"; close; } end; } post if it help you 1 Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 30, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted November 30, 2013 OnPCJobLvUpEvent: if( JobLevel == 10 || JobLevel == 50 ){ mes "Blabalbala"; } close; next time please ensure you use informative topic title... this is Script Request section...everybody know you're requesting script...so you dont need to tell them you're "request" it.... 1 Quote Link to comment Share on other sites More sharing options...
Question
Limestone
hi! can someone make me a script like this? if i reach joblevel 10, and 50, a npc dialog will pop up in my screen. thanks!
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.