Jump to content
  • 0

Request - MVP npc and warper


sync master

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   2
  • Joined:  11/25/11
  • Last Seen:  

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

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  85
  • Reputation:   11
  • Joined:  11/06/11
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  85
  • Reputation:   11
  • Joined:  11/06/11
  • Last Seen:  

hey emistry.. how did you like do that kind of text :).. i dont know how to insert a text

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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