Jump to content
  • 0

Question

Posted (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 by Paulinds

7 answers to this question

Recommended Posts

Posted
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;
}

Posted (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 by Joey
Posted

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.

Posted

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?

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...