Jump to content
  • 0

Premium Account Script


Question

7 answers to this question

Recommended Posts

Posted

I think what he means is, he wants to use the item (apple) in exchange of gmlevel 1 for 1 months.

So instead of using #CASHPOINTS, he wants to use an item.

if (countitem(502) < 1) {mes "You don't have enough apple to exchange";close;}
mes "It looks like you have "+countitem(502)+" apple.";
mes "If you click the next button, I'll take 1 of your apple.";
next;
delitem 502,1;
mes "Now you only have "+countitem(502)+" apple left.";
close;

Posted

I think what he means is, he wants to use the item (apple) in exchange of gmlevel 1 for 1 months.

So instead of using #CASHPOINTS, he wants to use an item.

if (countitem(502) < 1) {mes "You don't have enough apple to exchange";close;}
mes "It looks like you have "+countitem(502)+" apple.";
mes "If you click the next button, I'll take 1 of your apple.";
next;
delitem 502,1;
mes "Now you only have "+countitem(502)+" apple left.";
close;

Yes, that's what I mean. If you have 1 apple you can trade it for 1 month premium account. If you have 2 apples you can trade it for permanent account.

you can try mine

http://rathena.org/b...id/#entry171740

and for permanent, I think its better to create a new group that is separated

so its easier to tell apart which one is time limited, and which is permanent

group ID 1 = Super Player

group ID 2 = Super Player+

How does this script works AnnieRuru? I test it and its only for admin. What I meant was the player to change the specific item to change their group_id for limited time and permanently.

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...