mythology Posted January 11, 2013 Posted January 11, 2013 hello, can i request npc warp which can warp on thana_boss,and requirement will be event coupon(30004) Quote
Capuche Posted January 11, 2013 Posted January 11, 2013 (edited) Simple NPC prontera,150,155,5 script hyuikol 456,{ //-- ID coupon .@ID = 30004; //- mes "^770000~~ Thana Warper ~~^000000"; mes "I can warp you inside Thanatos Tower !"; mes "Shall we go ?"; next; if( select( "Yes:No" ) -1 ) { //-- Leave mes "^770000~~ Thana Warper ~~^000000"; mes "Maybe another day ?"; close; } //-- Check inventory if( countitem( .@ID ) < 1 ) { mes "^770000~~ Thana Warper ~~^000000"; mes "Sorry a ^CC00CC"+getitemname( .@ID )+"^000000 is required for the process."; close; } close2; message strcharinfo(0),"Here we go ! Get ready..."; delitem .@ID, 1; //-- 2 seconds delay before warp sleep2 2000; warp "thana_boss",0,0; end; } Edited January 11, 2013 by Capuche Quote
Question
mythology
hello,
can i request npc warp
which can warp on thana_boss,and requirement will be event coupon(30004)
1 answer 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.