Jump to content
  • 0
Amalgam

Help me in job checker and level checker

Question

Hello,

 

Anyone can teach me on how to set a npc that only allow transcendent jobs and extended jobs(Ninja, Gunslinger, Soul Linker, Taekwon, Star Gladiator) with base lvl 99?

 

Thanks!

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hello,

 

Anyone can teach me on how to set a npc that only allow transcendent jobs and extended jobs(Ninja, Gunslinger, Soul Linker, Taekwon, Star Gladiator) with base lvl 99?

 

Thanks!

try this

if ( Class == Job_Sniper )&& ( BaseLevel == 99 )||( Class == Job_Champion )&& ( BaseLevel == 99 )||( Class == Job_OtherTrans ) && ( BaseLevel == 99 ) {		mes "Do you want to enter?"; next;		mes "Are you sure?!"; next;		mes "Goodluck!!!";		switch(select("Yes:No")) {			case 1:				warp "mapname",x,y;				end;			case 2:				mes "Ok bye!";				close;		}	} else {		mes "You need to be a Trancendent with Base Level 99";		close;	}

just add more jobs and add the map you want to add

Edited by kerbiii

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.