ahloi007 Posted March 30, 2020 Posted March 30, 2020 Hi there, need you support! How to gain cash point by using usable items? I did research and found out this but it doesn't work on me Anyone please help me on this? Quote set #CASHPOINTS, #CASHPOINTS+100; Quote
0 JinYuichi Posted February 12, 2022 Posted February 12, 2022 - Id: xxxxxx AegisName: Ticket Cash Name: Ticket Cash Type: Usable Weight: 1 Trade: Override: 100 NoDrop: true NoSell: true NoMail: true NoAuction: true Script: | set #CASHPOINTS, #CASHPOINTS+100; dispbottom "Ha recibido 100 Cash Points."; It should work for you. Quote
1 sader1992 Posted March 30, 2020 Posted March 30, 2020 it should work also you can do this #CASHPOINTS += 100; Quote
1 OptimusM Posted March 30, 2020 Posted March 30, 2020 45000,Cash_Ticket_100,Cash Ticket 100,18,0,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ set #CASHPOINTS,#CASHPOINTS+100; dispbottom "You gained [ 100 Cash Points ]. Enjoy!"; },{},{} 1 1 Quote
0 poring amarelo Posted February 12, 2022 Posted February 12, 2022 no success here 30042,Bonus_Eletronico,Cash Ticket 100,18,0,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ set #CASHPOINTS,#CASHPOINTS+100; dispbottom "You gained [ 100 Cash Points ]. Enjoy!"; } ,{ } ,{ } } 1 Quote
0 markiez22 Posted February 2, 2023 Posted February 2, 2023 (edited) On 2/12/2022 at 11:04 AM, poring amarelo said: no success here 30042,Bonus_Eletronico,Cash Ticket 100,18,0,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ set #CASHPOINTS,#CASHPOINTS+100; dispbottom "You gained [ 100 Cash Points ]. Enjoy!"; } ,{ } ,{ } } you can also use atcommand atcommand "@cash 100"; dispbottom "+100 Cash Points"; - Id: 35004 AegisName: Ragnarok_Coin Name: Ragnarok Coin Type: Usable Buy: 50 Weight: 0 Script: | specialeffect2 100; atcommand "@cash 100"; dispbottom "You gained [ 100 Cash Points ].!"; you can also add specialeffect2 just for fun Edited February 2, 2023 by markiez22 1 Quote
0 xjunapix Posted January 11 Posted January 11 where i specified item description and description sprite?? Quote
0 hendra814 Posted January 16 Posted January 16 On 1/12/2025 at 2:32 AM, xjunapix said: where i specified item description and description sprite?? iteminfo file Quote
0 KhrizPlayCL Posted January 29 Posted January 29 How can you check that the cash shop is not open before giving the cash to the player? Quote
0 rokimoki Posted January 31 Posted January 31 (edited) I made this script for cashpoint manager: Ragnarok-Online-Scritps/Hercules/Utility/cashpointManager.txt at master · Zindokar/Ragnarok-Online-Scritps It controls if the player is online use #CASHPOINT, if offline, use SQL. I made for eAthena and adapted to Hercules but I bet is working on rAthena. Main purpose is a GM can add Cashpoints to a Player. If giving errors or something, open a post in scripting support and tag me so I can help. Not here. Edited January 31 by rokimoki Quote
Question
ahloi007
Hi there, need you support!
How to gain cash point by using usable items?
I did research and found out this but it doesn't work on me
Anyone please help me on this?
9 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.