Patskie Posted April 8, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 21 hours ago Share Posted April 8, 2013 As the title implies itself this is an ATM system that you can use on your own server. You can use this by typing @atm. The script can do the following : • Register - Register your account on the atm system. - Initial account balance is 0. - Initial account number is your account id. • Deposit - Deposit zeny on atm system - Maximum deposit of 9,999,999z per transaction. - Restrict 0z deposit. - Restrict the user to deposit amount which is larger than the current holding zeny. • Withdraw - Withdraw zeny on atm system - Maximum withdraw of 9,999,999z per transaction. - Restrict 0z withdraw. - Restrict the user to withdraw amount which is larger than the balance of the account. - Restrict the user to withdraw which will probably result of holding 2,000,000,000z+. • Inquire Balance - Check if you are registered on the atm system. - Show your account number and account balance. How to install? • Just import the bank.sql on your database. • Just put the atm.txt on your server files. Suggestions and bug reports are welcome. Feel free to message me here in rAthena. atmsystem.zip [Mediafire] atmsytem.zip This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. 3 Quote Link to comment Share on other sites More sharing options...
tinko Posted April 8, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 30 Reputation: 3 Joined: 03/15/13 Last Seen: September 9, 2024 Share Posted April 8, 2013 hi, nice script but how to deposit more then 10M per transaction? Thank in advance Quote Link to comment Share on other sites More sharing options...
Patskie Posted April 8, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 21 hours ago Author Share Posted April 8, 2013 hi, nice script but how to deposit more then 10M per transaction? Thank in advance You cannot deposit 10M zeny and up because the maximum amount being set on the script is 10,000,000z. Quote Link to comment Share on other sites More sharing options...
tinko Posted April 8, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 30 Reputation: 3 Joined: 03/15/13 Last Seen: September 9, 2024 Share Posted April 8, 2013 And how i can edit for maximum ? thak for your answer ^^ Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 8, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted April 8, 2013 trunk/conf/script_athena.conf // Default value of the 'max' argument of the script command 'input'. // When the 'max' argument isn't provided, this value is used instead. // Defaults to INT_MAX. //input_max_value: 2147483647 input_max_value: 10000000 1 Quote Link to comment Share on other sites More sharing options...
tinko Posted April 8, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 30 Reputation: 3 Joined: 03/15/13 Last Seen: September 9, 2024 Share Posted April 8, 2013 Thank alot Emistry Quote Link to comment Share on other sites More sharing options...
Patskie Posted April 9, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 21 hours ago Author Share Posted April 9, 2013 (edited) Thank alot Emistry After you set the maximum value. Find and remove : if (@amount > 9999999) { mes .@npc$; mes "You can only deposit 9999999z per transaction"; close; } if (@wamount > 9999999) { mes .@npc$; mes "You can only withdraw 9999999z per transaction"; close; } Edited April 9, 2013 by Traumatized Quote Link to comment Share on other sites More sharing options...
Start_ Posted April 14, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 20 hours ago Share Posted April 14, 2013 Nice and working!! Quote Link to comment Share on other sites More sharing options...
Patskie Posted April 15, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 21 hours ago Author Share Posted April 15, 2013 Nice and working!! Thanks! Quote Link to comment Share on other sites More sharing options...
Abeng De Angelo Posted June 1, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 11/16/12 Last Seen: February 8, 2014 Share Posted June 1, 2013 I want to report an errorI try this in svn idAthenacommands. @ atm canbalance could include (zeny reduced)could not withdraw moneycan not check the balance Quote Link to comment Share on other sites More sharing options...
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.