Jump to content
  • 0

Npc Warp to specific place


elmucho

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  32
  • Reputation:   0
  • Joined:  05/27/17
  • Last Seen:  

im creating a npc that when you click it will warp you to a specific place but its not pushing through or not working.

 

prontera.gat,164,167,3    script   Secret Warper    902,{
    warp “ra_temsky.gat” ,47,133;
}     

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  545
  • Reputation:   220
  • Joined:  03/01/13
  • Last Seen:  

15 minutes ago, elmucho said:

im creating a npc that when you click it will warp you to a specific place but its not pushing through or not working.

 

prontera.gat,164,167,3    script   Secret Warper    902,{
    warp “ra_temsky.gat” ,47,133;
}     

Try this. You shouldn't need .gat at the end of anything. Also make sure you use tab and not spaces when necessary. Also be sure to use the codebox as seen below when requesting script support. Makes everything look pretty.
 

prontera,164,167,3	script	Secret Warper	902,{
    warp ra_temsky”, 47, 137;
}

Hope this helps,
~Azura Skyy

Edited by Azura Skyy
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...