megablox Posted May 27, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 81 Reputation: 10 Joined: 04/08/12 Last Seen: December 14, 2020 Share Posted May 27, 2012 How do you get a Characters job level and or base level? Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted May 27, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted May 27, 2012 if(JobLevel == 1) if(BaseLevel == 1) Quote Link to comment Share on other sites More sharing options...
megablox Posted May 27, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 81 Reputation: 10 Joined: 04/08/12 Last Seen: December 14, 2020 Author Share Posted May 27, 2012 if(JobLevel == 1) if(BaseLevel == 1) Lol, it's that easy? Thanks Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted May 28, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 658 Reputation: 57 Joined: 11/20/11 Last Seen: July 1, 2017 Share Posted May 28, 2012 Yeah,but if you want to check both you have to make it like this : if( JobLevel == 50 && BaseLevel == 99 ) { mes "[ NPC NAME ]"; mes "Do sth. "; close; } The Script Commands which are used in the { } is the thing,which is going to happen if the Job Level of the Player is 50 AND the BaseLevel of the Player is 99. So it's really easy to check job and base level Quote Link to comment Share on other sites More sharing options...
megablox Posted May 28, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 81 Reputation: 10 Joined: 04/08/12 Last Seen: December 14, 2020 Author Share Posted May 28, 2012 Yeah,but if you want to check both you have to make it like this : if( JobLevel == 50 && BaseLevel == 99 ) { mes "[ NPC NAME ]"; mes "Do sth. "; close; } The Script Commands which are used in the { } is the thing,which is going to happen if the Job Level of the Player is 50 AND the BaseLevel of the Player is 99. So it's really easy to check job and base level Thanks Quote Link to comment Share on other sites More sharing options...
Question
megablox
How do you get a Characters job level and or base level?
Link to comment
Share on other sites
4 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.