Limestone Posted November 30, 2013 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
Dynasty Posted November 30, 2013 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
Emistry Posted November 30, 2013 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
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!
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.