WhatFT Posted June 11, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted June 11, 2012 (edited) 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 June 11, 2012 by Paulinds Quote Link to comment Share on other sites More sharing options...
Docubo Posted June 11, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 117 Reputation: 8 Joined: 05/07/12 Last Seen: May 12, 2024 Share Posted June 11, 2012 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; } Quote Link to comment Share on other sites More sharing options...
_Dynosawr_ Posted June 11, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 69 Reputation: 10 Joined: 05/14/12 Last Seen: June 26, 2012 Share Posted June 11, 2012 (edited) 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 June 11, 2012 by Joey Quote Link to comment Share on other sites More sharing options...
WhatFT Posted June 11, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share Posted June 11, 2012 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.. Quote Link to comment Share on other sites More sharing options...
Hades03 Posted June 11, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 242 Reputation: 3 Joined: 01/01/12 Last Seen: August 14, 2015 Share Posted June 11, 2012 http://pastebin.com/vFKezCXG Quote Link to comment Share on other sites More sharing options...
WhatFT Posted June 11, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share Posted June 11, 2012 What is Warp Portal::Warp001 and what if I don't want to have a countdown? Quote Link to comment Share on other sites More sharing options...
Docubo Posted June 11, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 117 Reputation: 8 Joined: 05/07/12 Last Seen: May 12, 2024 Share Posted June 11, 2012 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. Quote Link to comment Share on other sites More sharing options...
WhatFT Posted June 11, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share Posted June 11, 2012 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? Quote Link to comment Share on other sites More sharing options...
Question
WhatFT
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 PaulindsLink to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.