CursorX Posted February 15, 2014 Group: Members Topic Count: 66 Topics Per Day: 0.02 Content Count: 168 Reputation: 0 Joined: 11/20/13 Last Seen: November 23, 2021 Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted February 15, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 14 hours ago Share Posted February 15, 2014 - if (@deposit < 1) { + if (@deposit < 1 || @deposit > 1000000000) { - if (@withdrawl < 1) { + if (@withdrawl < 1 || @withdraw1 > 1000000000) { 1 Quote Link to comment Share on other sites More sharing options...
Brave Posted February 15, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 208 Reputation: 11 Joined: 05/31/12 Last Seen: May 15, 2016 Share 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 Link to comment Share on other sites More sharing options...
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...
Link to comment
Share on other sites
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.