Jump to content
  • 0

Request: Jumper NPC


Amidamaru

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   2
  • Joined:  07/12/17
  • Last Seen:  

Hello,

i hope i post in the right section.

i want to request a Script with a NPC that shows pub and will jump you into certain position

for example a NPC that with "Mall Warper" pub, and when you click it, the NPC will jump you into that "X , Y" position.

i tried searching for it, but i can't find those.

can someone please help me?

Thank you!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

prontera,255,55,5	script	Test	123,{

OnInit:
	waitingroom "Warp",2;
	if ( getwaitingroomstate( 0, "Warp" ) >= 1 )
	doevent "warp_1::OnEnter";
	}
	
-	script	warp_1	-1,{

OnEnter:
warp "geffen",123,123;	
end;
}

Something Like This Maybe

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...