CursorX Posted February 15, 2014 Posted February 15, 2014 hi how do i put max 1b to be able to deposit and widraw in this bank script https://github.com/rathena/rathena/blob/master/npc/custom/etc/bank.txt thank you... Quote
Patskie Posted February 15, 2014 Posted February 15, 2014 - if (@deposit < 1) { + if (@deposit < 1 || @deposit > 1000000000) { - if (@withdrawl < 1) { + if (@withdrawl < 1 || @withdraw1 > 1000000000) { 1 Quote
Brave Posted February 15, 2014 Posted February 15, 2014 hi how do i put max 1b to be able to deposit and widraw in this bank script https://github.com/rathena/rathena/blob/master/npc/custom/etc/bank.txt thank you... try this : http://rathena.org/board/topic/92651-improved-banking-system/#entry245071 Quote
Question
CursorX
hi how do i put max 1b to be able to deposit and widraw in this bank script
https://github.com/rathena/rathena/blob/master/npc/custom/etc/bank.txt
thank you...
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.