CursorX Posted January 15, 2014 Posted January 15, 2014 Hi evryone.. may i request an npc.. that can give some item to player in everyday? example.. 1. im going to put that NPC in 99th floor, every char reaches to it.. they will talk to it.. and will be given by a KMV Badge of 500pcs / per char.. 2. if they talk to it in same day/same char npc will never give item again.. instead he will say "Come Back Another Day" ^^ thank you... Quote
GmOcean Posted January 16, 2014 Posted January 16, 2014 mapname,x,y,z script Badge Distributer 123,{ if( gettimetick(2) < KMV_wait_time ) { mes "You can only receive badges once per day."; close; } getitem .itemID, .amt; set KMV_wait_time, gettimetick(2) + ( 3600 * 24 ); mes "Congratulations on reaching the 99th floor."; mes "Here are your daily KMV Badges!"; close; OnInit: set .itemID, KMV_badge_id_number; //Item ID of the item to be given. set .amt, 500; //Amount to be given. 1 Quote
Question
CursorX
Hi evryone.. may i request an npc.. that can give some item to player in everyday?
example..
1. im going to put that NPC in 99th floor, every char reaches to it.. they will talk to it.. and will be given by a KMV Badge of 500pcs / per char..
2. if they talk to it in same day/same char npc will never give item again.. instead he will say "Come Back Another Day" ^^
thank you...
2 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.