awesomazingxed Posted January 26, 2015 Posted January 26, 2015 Hello. I just want to request a script that has a function that when a player clicks it, the NPC will give 5m zenny to the players, plus if they can do it again and again and again. Salamat! Ciao! Quote
Luciar Posted January 26, 2015 Posted January 26, 2015 https://rathena.org/wiki/Basic_Scripting Zeny += 5000000; Quote
awesomazingxed Posted January 26, 2015 Author Posted January 26, 2015 Thanks Luciar! It works! turbo_room,94,105,4 script Zenny Giver#BG8 804,{ mes "^0055AA[ Banker ]^000000"; mes "Who wants to be a Millionaire?"; mes "For sure you are!"; next; Zeny += 5000000; mes "Here you go!"; mes "5 million zeny for you, darling"; close; OnInit: waitingroom "Zenny Giver",0; end; } Quote
Question
awesomazingxed
Hello. I just want to request a script that has a function that when a player clicks it, the NPC will give 5m zenny to the players, plus if they can do it again and again and again.
Salamat! Ciao!
2 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.