Tales Posted August 16, 2014 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Share Posted August 16, 2014 (edited) How? I mean... If (CharClassID == 'novice'){ mes "you is the best";} Edited August 17, 2014 by Tales Quote Link to comment Share on other sites More sharing options...
THPO Posted August 16, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 45 Reputation: 7 Joined: 08/15/14 Last Seen: May 8, 2020 Share Posted August 16, 2014 if ( Class == Job_Novice ) 2 Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 16, 2014 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 August 16, 2014 If you take a look at any scripts inside npc/jobs/ or npc/re/jobs/, you'll find plenty of good examples. Job constants are the first entries in db/const.txt. 1 Quote Link to comment Share on other sites More sharing options...
Tales Posted August 17, 2014 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Author Share Posted August 17, 2014 SOLVED Quote Link to comment Share on other sites More sharing options...
eKoh Posted August 17, 2014 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 206 Reputation: 13 Joined: 01/07/12 Last Seen: July 12, 2020 Share Posted August 17, 2014 you can go to script_commands.txt to find any script instruction you might need, and also go to doc/ folder, you'll find a lot of samples and documents that can help you to make great scripts Quote Link to comment Share on other sites More sharing options...
Question
Tales
How? I mean... If (CharClassID == 'novice'){ mes "you is the best";}
Edited by TalesLink 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.