Rhaven Posted January 16, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/09/12 Last Seen: January 10, 2024 Share Posted January 16, 2013 About this topic http://rathena.org/board/topic/71611-premium-account-help-needed/ I just want to ask about this script. If want to change Cash Point to specific item ex. apple and have an option for 1 month and permanent 1 month = 1 apple permanent = 2 apples Thanks. Quote Link to comment Share on other sites More sharing options...
Fai T.Flowright Posted January 16, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 155 Reputation: 2 Joined: 10/09/12 Last Seen: December 26, 2022 Share Posted January 16, 2013 (edited) u mean limited time items? Just change the npc script rentitem (ItemID),(timeminutes); example: rentitem 5022,604800; Edited January 16, 2013 by Fai T.Flowright Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted January 16, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted January 16, 2013 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; Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted January 16, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted January 16, 2013 you can try mine http://rathena.org/board/topic/77197-change-permission-can-trade-false-if-account-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+ Quote Link to comment Share on other sites More sharing options...
Rhaven Posted January 17, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/09/12 Last Seen: January 10, 2024 Author Share Posted January 17, 2013 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. Quote Link to comment Share on other sites More sharing options...
Rhaven Posted January 18, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/09/12 Last Seen: January 10, 2024 Author Share Posted January 18, 2013 Its like I have to change #CASHPOINTS to 501 but how about option for 1 month and permanent? Quote Link to comment Share on other sites More sharing options...
Rhaven Posted January 20, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/09/12 Last Seen: January 10, 2024 Author Share Posted January 20, 2013 bump! Quote Link to comment Share on other sites More sharing options...
Rhaven Posted January 24, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/09/12 Last Seen: January 10, 2024 Author Share Posted January 24, 2013 Please help! Quote Link to comment Share on other sites More sharing options...
Question
Rhaven
About this topic http://rathena.org/board/topic/71611-premium-account-help-needed/
I just want to ask about this script.
If want to change Cash Point to specific item ex. apple
and have an option for 1 month and permanent
1 month = 1 apple
permanent = 2 apples
Thanks.
Link to comment
Share on other sites
7 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.