Jump to content
  • 0

Request - MVP npc and warper


Question

Posted

Can i request a MVP NPC that warp the player at this maps:

pvp_n_1-2

pvp_n_2-2

pvp_n_3-2

pvp_n_4-2

pvp_n_5-2

And a NPC Warper Instantly at :

Orc Memorial Dungeon

Endless Tower

Sealed Shrine

Nyddhoggur's Memory Instance

4 answers to this question

Recommended Posts

  • 0
Posted

You may try these

A Normal and Simple Warper Script :

prontera,155,181,5 script Sample 718,{
switch( select( "Map 1",
"Map 2",
"Map 3",
"Map 4",
"Map 5" )){

Case 1: warp "pvp_n_1-2",0,0; end;
Case 2: warp "pvp_n_2-2",0,0; end;
Case 3: warp "pvp_n_3-2",0,0; end;
Case 4: warp "pvp_n_4-2",0,0; end;
Case 5: warp "pvp_n_5-2",0,0; end;
}
}

and for the second script, if you are looking for direct warp inside the instance so that can "Start" instances quest directly..

i dont think it will work ~ unless you have somekind of way to trigger it...

However,if you are just looking for a script like above..you can just copy above script change the Destination Coordinate to warp into the entrances there

  • 0
Posted (edited)

This might help your instant warper

the bottom part is the guide

=================================================

Prontera,164,170,5 script Warp to prontera 871,{

warp "prontera",155,192;

end;

}

location,coord,(tab),script,(tab),name of the npc ,(tab),look of the npc, {

warp (name of the location),coordinates

end;

}

================================================

if this not work, ask emistry

Edited by ricky
  • 0
Posted (edited)
how did you like do that kind of text

make use of the BBCode...

in my case...

[code]  Text Content here [code]

however, there is a lists of available BBCode right beside the Font selection there..

1ez3d.png

Edited by Emistry

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