Jump to content
  • 0

NPC Warper custom


Question

Posted

Hello there, i need your help!

I need help to make an NPC Warper who warp the only char user with the 3rd Job Class  and base lvl 175 in a "map x, y".

The requirement for use this NPC is: 3rd job and base lvl 175.

 

Someone can help me? ? Thank you.

 

2 answers to this question

Recommended Posts

  • 0
Posted (edited)
10 hours ago, Psy Ops said:

Add a script before the option. You can try. 

if (baselvl >= 175)

 

	if ( (.@eaj & EAJL_THIRD) && ( BaseLevel > 174 ) ) {
		mes ( "you are third and 175 level" ) ;
    }
	if ( !(.@eaj & EAJL_THIRD) && !(BaseLevel > 174 ) ) {
		mes ( "you are not third and not 175 level" ) ;
    }

 

Edited by utofaery
  • Like 1

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...