Dolphin86 Posted October 11, 2014 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Share Posted October 11, 2014 just encase, if those loan systems added so player can make a loan, then he/she deleted their char or even account and remake a new char / account and make more loan over and over again, i really don't recommended loan system because you may get 1b zeny within 1 hour probably? Quote Link to comment Share on other sites More sharing options...
tonelli Posted November 1, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 08/27/14 Last Seen: November 22, 2014 Share Posted November 1, 2014 (edited) in banker_2_3 Line 554 ( mes "覧覧覧覧覧覧覧覧覧・; ) gives me an "unexpected new line at string" error.. and im not 100% what its supposed to say to fix it fixed. 覧 means inspect so i just replaced it with ( mes "Would you like to view more logs?"; ) Edited November 1, 2014 by tonelli Quote Link to comment Share on other sites More sharing options...
nasagnilac Posted November 16, 2014 Group: Members Topic Count: 89 Topics Per Day: 0.02 Content Count: 232 Reputation: 15 Joined: 11/02/13 Last Seen: December 19, 2024 Share Posted November 16, 2014 in banker_2_3 Line 554 ( mes "覧覧覧覧覧覧覧覧覧・; ) gives me an "unexpected new line at string" error.. and im not 100% what its supposed to say to fix it fixed. 覧 means inspect so i just replaced it with ( mes "Would you like to view more logs?"; ) replace this one. mes "覧覧覧覧覧覧覧覧覧・"; ) Better fix this I found a lot of bug in this script. You can transfer to an account that's not exist. This is a good script but I have no time to modified it. Quote Link to comment Share on other sites More sharing options...
Dori Posted January 1, 2015 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 332 Reputation: 15 Joined: 12/11/11 Last Seen: August 8, 2017 Share Posted January 1, 2015 Hi,I have used your advanced banker script before and it worked fine. But not any more.With the latest rathena revision your banker script has an exploit.When I first talked to the banker, he was saying that i already have an account. (When I didn't even create an account with him)He also doesn't tell you the amount of zeny I have in the bank. He just says "you have a balance of Zeny in your account".And now here's the exploit, you can withdraw any amount of zeny you want.I hope you have a fix for this >. Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted February 23, 2015 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted February 23, 2015 Hi, I have used your advanced banker script before and it worked fine. But not any more. With the latest rathena revision your banker script has an exploit. When I first talked to the banker, he was saying that i already have an account. (When I didn't even create an account with him) He also doesn't tell you the amount of zeny I have in the bank. He just says "you have a balance of Zeny in your account". And now here's the exploit, you can withdraw any amount of zeny you want. I hope you have a fix for this >. Have you tried to reloadscript ? Quote Link to comment Share on other sites More sharing options...
juanfu Posted March 4, 2015 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 40 Reputation: 4 Joined: 01/13/13 Last Seen: April 26, 2020 Share Posted March 4, 2015 sql_query SELECT is not returning 0 in IF statement example in the script if (query_sql("SELECT `balance`, `password` FROM `bank` WHERE `account_id`=" + getcharid(3), .@balance$, .@password$)) { i change it to if (query_sql("SELECT `balance`, `password` FROM `bank` WHERE `account_id`=" + getcharid(3), .@balance$, .@password$)>0) { maybe query_sql is returning -1 or something like that so , you must update some "if" in the scripts (i speak spanish, sorry for bad english) Quote Link to comment Share on other sites More sharing options...
teknical Posted December 13, 2015 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 11/13/15 Last Seen: November 19, 2021 Share Posted December 13, 2015 Hi, I have used your advanced banker script before and it worked fine. But not any more. With the latest rathena revision your banker script has an exploit. When I first talked to the banker, he was saying that i already have an account. (When I didn't even create an account with him) He also doesn't tell you the amount of zeny I have in the bank. He just says "you have a balance of Zeny in your account". And now here's the exploit, you can withdraw any amount of zeny you want. I hope you have a fix for this >. I'm getting the same exact problem. i can withdraw with an account that has 0 zeny. Quote Link to comment Share on other sites More sharing options...
Brave Posted April 27, 2016 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 April 27, 2016 There's a bug it doesn't put sql in bank table Quote Link to comment Share on other sites More sharing options...
rakuzas Posted October 16, 2016 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 459 Reputation: 7 Joined: 06/29/12 Last Seen: April 25, 2019 Share Posted October 16, 2016 When using this script on 2013 rathena version it works fine.. But when I updated into latest rathena.. I got Callfunction beautifynumber not found.. Then When we talk to this npc, he said we dont have account.. But we have account in previous server before updated.. Then we stuck.. Its too bad this bank cannot be used anymore.. Or anyone have idea how to fix that beutifynumber callfunction not found? Thanks.. Quote Link to comment Share on other sites More sharing options...
Sora7 Posted March 12, 2019 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 07/17/17 Last Seen: June 24, 2019 Share Posted March 12, 2019 is this working on latest versions? if not, is there any similar scripts like this for latest versions? ty Quote Link to comment Share on other sites More sharing options...
hardelite Posted December 27, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 44 Reputation: 2 Joined: 01/09/18 Last Seen: June 9, 2022 Share Posted December 27, 2019 (edited) The script works on new versions of rAthena. But for that we must make some changes. (line 554) Change it: mes "覧覧覧覧覧覧覧覧覧・; for this: mes "Would you like to view more logs?"; Add this table to your database: Spoiler CREATE TABLE `bank` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `account_id` INT(10) UNSIGNED NOT NULL, `balance` BIGINT(20) UNSIGNED NOT NULL, `password` VARCHAR(32) NULL DEFAULT NULL, `created_at` TIMESTAMP NULL DEFAULT NULL, `updated_at` TIMESTAMP NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE INDEX `account_id` (`account_id`) ); And: CREATE TABLE `banklog` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `from_account` INT(10) UNSIGNED NOT NULL DEFAULT '0', `to_account` INT(10) UNSIGNED NOT NULL DEFAULT '0', `from_character` INT(10) UNSIGNED NULL DEFAULT '0', `to_character` INT(10) UNSIGNED NULL DEFAULT '0', `amount` INT(10) UNSIGNED NOT NULL DEFAULT '0', `type` VARCHAR(255) NOT NULL DEFAULT '0', `created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) PS: These tables are from another script. But it worked well for me. (I don't remember the author) Edited December 27, 2019 by hardelite 1 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.