sync master Posted December 2, 2011 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
0 Emistry Posted December 3, 2011 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
0 Chronos Posted December 3, 2011 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
0 Chronos Posted December 3, 2011 Posted December 3, 2011 hey emistry.. how did you like do that kind of text .. i dont know how to insert a text Quote
0 Emistry Posted December 3, 2011 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
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
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.