Jump to content
  • 0

Walkable Warp


WhatFT

Question


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

Hello, can anyone help me make a warp portal where you can just walk thru it and it will warp you to the map you wanted...

And also with a public chat message above it..

And also announce if player enters the warp.. [ex; Paulinds entered No Pot PvP Room]

THANK YOU !

Edited by Paulinds
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  117
  • Reputation:   8
  • Joined:  05/07/12
  • Last Seen:  

prontera,147,157,5<tab>script<tab>Warp Portal::Warp001<tab>45,1,1,{
OnTouch:
warp "map",x-coordinate,y-coordinate;
announce strcharinfo(0)+" has entered <whatever map>",0;
end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  69
  • Reputation:   10
  • Joined:  05/14/12
  • Last Seen:  

location <TAB> script <TAB> Warp Portal::Warp001 <TAB> 45,1,1,{
OnTouch:
npctalk "Warping...3";
sleep2 1000;
npctalk "2";
sleep2 1000;
npctalk "1";
sleep2 1000;
warp "map",x-coordinate,y-coordinate;
announce strcharinfo(0)+" has entered <whatever map>",0;
end;
}

You'll have to fill in "map", "x-coordinate","y-coordinate", "<whatever map>" yourself.

Edited by Joey
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

Can I have a sample of you script sir? And can you upload in pastebin or upaste XD cause I don't know how to tab scripts..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

What is

Warp Portal::Warp001

and what if I don't want to have a countdown?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  117
  • Reputation:   8
  • Joined:  05/07/12
  • Last Seen:  

That's just the name of the script/warp..

without countdown or anything, just warping:

location <TAB> script <TAB> Warp Portal::Warp001 <TAB> 45,1,1,{
OnTouch:
warp "map",x-coordinate,y-coordinate;
end;
}

you can also use:

map,13,182,0<TAB>warp<TAB>warpname<TAB>3,3,map,89,30

for examples look into ur \npc\warps\ folder.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

That's just the name of the script/warp..

without countdown or anything, just warping:

location <TAB> script <TAB> Warp Portal::Warp001 <TAB> 45,1,1,{
OnTouch:
warp "map",x-coordinate,y-coordinate;
end;
}

you can also use:

map,13,182,0<TAB>warp<TAB>warpname<TAB>3,3,map,89,30

for examples look into ur \npc\warps\ folder.

How to add announce?

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