WhatFT Posted June 11, 2012 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
Docubo Posted June 11, 2012 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
_Dynosawr_ Posted June 11, 2012 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
WhatFT Posted June 11, 2012 Author 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
WhatFT Posted June 11, 2012 Author Posted June 11, 2012 What is Warp Portal::Warp001 and what if I don't want to have a countdown? Quote
Docubo Posted June 11, 2012 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
WhatFT Posted June 11, 2012 Author 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
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 Paulinds7 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.