Jump to content
  • 0

NPC Warper custom


squall91x

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  06/07/13
  • Last Seen:  

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.

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  70
  • Reputation:   0
  • Joined:  06/19/18
  • Last Seen:  

Add a script before the option. You can try. 

if (baselvl >= 175)

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   19
  • Joined:  10/27/12
  • Last Seen:  

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
Link to comment
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.   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.

×
×
  • Create New...