sakai Posted May 29, 2013 Posted May 29, 2013 how to make npc that can exchange 10poring token to 100m once per day Quote
Jaburak Posted May 29, 2013 Posted May 29, 2013 prontera.gat,138,183,5 script Test 899,{ mes "[Test]"; mes "Do you need some zeny?"; mes "I can trade 100M zeny for 10 Poring Coin per day."; menu "Okay do it!",-,"No Thanks!",L_OUT; if(extime+86399 > gettimetick(2)) goto Lcanttrade; if(countitem(7539) < 10) goto Lscam; mes "[Test]"; mes "Here you go!"; set Zeny,Zeny+100000000; delitem 7539,10; set extime,gettimetick(2); close; Lscam: mes "[Test]"; mes "Are you trying to scam me?"; close; Lcanttrade: mes "[Test]"; mes "Sorry you can only exchange every 24 hours"; close; L_OUT: close; } Quote
sakai Posted May 29, 2013 Author Posted May 29, 2013 thank you so much mate...im gonna try this Quote
Question
sakai
how to make npc that can exchange 10poring token to 100m once per day
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.