Reborn Posted October 26, 2013 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 290 Reputation: 3 Joined: 09/29/13 Last Seen: December 28, 2024 Share Posted October 26, 2013 is it possible to make your own points in ragnarok? if yes can anyone tell me how to do it? thanks Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 26, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 8 hours ago Share Posted October 26, 2013 Sample : prontera,150,150,0 script Sample 100,{ set #OWNPOINTS, #OWNPOINTS + 5; dispbottom "You now have " +#OWNPOINTS+ " own points."; end; } Every time people click on this npc. They will have additional 5 #OWNPOINTS credited on their accounts. The dispbottom command will show how many own points a certain player has. If you want items to be bought by your own custom points then i suggest you use @Emistry multi currency shop ( http://rathena.org/board/files/file/2504-multi-currency-shop/ ). It's easy to configure. Quote Link to comment Share on other sites More sharing options...
Whathell Posted October 26, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 116 Reputation: 4 Joined: 01/11/12 Last Seen: April 16, 2023 Share Posted October 26, 2013 What do you mean by "points"? Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 26, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 8 hours ago Share Posted October 26, 2013 You can easily create your own points by simply making it either account or character based variables. For example Giving your own points to player : set #OWNPOINTS,#OWNPOINTS + <amount>; // acount base set OWNPOINTS,OWNPOINTS + <amount>; // character base Checking own points to any player : dispbottom "You now have " +#OWNPOINTS+ " own points."; // account base dispbottom "You now have " +OWNPOINTS+ " own points."; // character base Quote Link to comment Share on other sites More sharing options...
Reborn Posted October 26, 2013 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 290 Reputation: 3 Joined: 09/29/13 Last Seen: December 28, 2024 Author Share Posted October 26, 2013 own points... for example i want an npc that can only buy the items using the premium points.... in ragnarok there is a kafra points and cash points... but i want to make a premium points. You can easily create your own points by simply making it either account or character based variables. For example Giving your own points to player : set #OWNPOINTS,#OWNPOINTS + <amount>; // acount base set OWNPOINTS,OWNPOINTS + <amount>; // character base Checking own points to any player : dispbottom "You now have " +#OWNPOINTS+ " own points."; // account base dispbottom "You now have " +OWNPOINTS+ " own points."; // character base i dont get it. can you pls explain and make a step on it? sorry .... Quote Link to comment Share on other sites More sharing options...
Reborn Posted October 26, 2013 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 290 Reputation: 3 Joined: 09/29/13 Last Seen: December 28, 2024 Author Share Posted October 26, 2013 thank you mr patskie prob solved Quote Link to comment Share on other sites More sharing options...
Question
Reborn
is it possible to make your own points in ragnarok?
if yes can anyone tell me how to do it?
thanks
Link to comment
Share on other sites
5 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.