Jump to content

Utility: Advanced Bank with nearly unlimited maximum balance


Recommended Posts


  • Group:  Members
  • Topic Count:  250
  • Topics Per Day:  0.06
  • Content Count:  697
  • Reputation:   15
  • Joined:  01/07/12
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   1
  • Joined:  08/27/14
  • Last Seen:  

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 by tonelli
Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  89
  • Topics Per Day:  0.02
  • Content Count:  232
  • Reputation:   15
  • Joined:  11/02/13
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

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 >.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

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 ?

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   4
  • Joined:  01/13/13
  • Last Seen:  

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)

Link to comment
Share on other sites

  • 9 months later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  11/13/15
  • Last Seen:  

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. 

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   11
  • Joined:  05/31/12
  • Last Seen:  

There's a bug it doesn't put sql in bank table

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

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..

Link to comment
Share on other sites

  • 2 years later...

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  07/17/17
  • Last Seen:  

is this working on latest versions?

if not, is there any similar scripts like this for latest versions?

ty

Link to comment
Share on other sites

  • 9 months later...

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  44
  • Reputation:   2
  • Joined:  01/09/18
  • Last Seen:  

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 by hardelite
  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...