Jump to content
  • 0

how to make npc that can exchange 10poring token to 100m once per day


Question

4 answers to this question

Recommended Posts

Posted


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;

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...