sync master Posted December 2, 2011 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 35 Reputation: 2 Joined: 11/25/11 Last Seen: December 14, 2011 Share Posted December 2, 2011 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 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 3, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 3, 2011 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 Quote Link to comment Share on other sites More sharing options...
0 Chronos Posted December 3, 2011 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 85 Reputation: 11 Joined: 11/06/11 Last Seen: January 28, 2013 Share Posted December 3, 2011 (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 December 3, 2011 by ricky Quote Link to comment Share on other sites More sharing options...
0 Chronos Posted December 3, 2011 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 85 Reputation: 11 Joined: 11/06/11 Last Seen: January 28, 2013 Share Posted December 3, 2011 hey emistry.. how did you like do that kind of text .. i dont know how to insert a text Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 3, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 3, 2011 (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.. Edited December 3, 2011 by Emistry Quote Link to comment Share on other sites More sharing options...
Question
sync master
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.