Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Bank Idea. (w/Pic)

Featured Replies

Now JaGeX has decided their own price for every item in the game, I think they should tell you how much your bank is worth (Add up all your items and display a price.)

 

bankidea.png

neielzsig.png

Don't really see a point in it, other then bragging. But if they really did it I wouldn't have anything against it.

steve.gif

Nocsyn.png

  • Author

Hmm, well I suppose. But i've always wanted to know how much my bank is worth. And there are alot of members items to count <.<

 

 

 

Thanks for posting though.

neielzsig.png
  • Author

bankidea.png

 

 

 

Tell me what you think.

neielzsig.png

just trade someone, 28 items at a time and add up value.

  • Author
just trade someone, 28 items at a time and add up value.

 

 

 

This could take a while, also it would make my organized bank very messy. :XD:

neielzsig.png

I tihnk its a good idea but i think not only should it tell total bank value but maybe tell item values rather than having to ask everytime

Jamje.png

null and void

  • Author
I tihnk its a good idea but i think not only should it tell total bank value but maybe tell item values rather than having to ask everytime

 

 

 

Yeah that's a good idea ("Value Santa Hat") for example.

 

Thanks for your reply!

neielzsig.png

I love the value idea, if the put this in it would be easy to add the total value of your bank! That would be helpful if you wanted to sell everything for a rare.

 

 

 

Ctim2 supports this idea. 8-)

91% percent of the people polled said they were liers. The other 9% lied to us.

I really like that idea. I would love to know how much my bank is worth.

61,358th to 99 range on May 23rd, 2010.

100,927th to 99 def on February 13th, 2011.

pigeons.png

Relics.png

I see no reason why not. My friend and I were trying to compare our total worths the other day, this would've helped us.

doublesmileyface1.png

Cenin pân nîd, istan pân nîd, dan nin ú-cenich, nin ú-istach.

Ithil luin eria vi menel caran...Tîn dan delu.

not a bad idea :-k

(840th To 99 Farm. Achieved on February 13th, 2008.) (2942th To 99 Crafting. Achieved on September 9th, 2008.)

(23671th To 99 Magic. Achieved on January 17th, 2009.) (46913th to 99 Hit Points. Achieved on March 20th, 2009.)

(30680th to 99 Range. Achieved on March 21st, 2009.) (66351th to 99 Attack. Achieved on July 8th, 2009.)

(2856th to 99 Herblore. Achieved on August 21st, 2009.) (45985th to 99 Woodcutting. Achieved on November 15th, 2009.)

(6119th to 99 Smithing. Achieved on December 24th, 2009.) (98100th to 99 Cooking. Achieved on January 1st, 2010.)

(63214th to 99 Defence. Achieved on January 30th, 2010.) (122697th to 99 Strength. Achieved on February 11th, 2010.)

(15249th to 99 Prayer. Achieved on March 21st, 2010.) (34209th to 99 Fishing. Achieved on July 7th, 2010.)

(9259th to 99 Summoning. Achieved on July 29th, 2010.) (51712th to 99 Firemaking. Achieved on September 6th, 2010.)

(109036th to 99 Fletching. Achieved on September 28th, 2010.) (15821th to 99 Slayer. Achieved on February 3rd, 2011.)

(11652th to 99 Construction. Achieved on June 18th, 2011.)

  • Author

Thanks everyone!

 

<3:

neielzsig.png

That's a great idea :) not that my bank is worth alot, but it'd be cooler yeah.

Ingame - Bermudah33

 

6lo2c8g.jpg

Remember, Java can only handle 2^31-1 in numbers (2.147B something) so if your bank would more than that it would display a negative number. <.<

calciumpixelsigil3.png

Click my signature for my blog!

  • Author
Remember, Java can only handle 2^31-1 in numbers (2.147B something) so if your bank would more than that it would display a negative number. <.<

 

 

 

Hehe I never really thought about the technical stuff. So thanks for explaining that. Just thought it would be useful.

 

Thanks for everyone's support!

neielzsig.png
Remember, Java can only handle 2^31-1 in numbers (2.147B something) so if your bank would more than that it would display a negative number. <.<

 

 

 

It is possible, though, to get around that. Just have it say 'Your bank balance is above that which java can handle. You bank bslance is the sum of [Number 1] and [Number 2].'

 

 

 

I could go into it in depth, but I don't know very much Java... :oops:

C2b6gs7.png

  • Author
...but I don't know very much Java... :oops:

 

 

 

That makes two of us.

neielzsig.png

Will your total value be counted on the market price at G exchange or what?

 

otherwise you should have a function like, Total value on minimum price/market price/maximum price

Ingame - Bermudah33

 

6lo2c8g.jpg

  • Author
Will your total value be counted on the market price at G exchange or what?

 

otherwise you should have a function like, Total value on minimum price/market price/maximum price

 

 

 

I'd probably say market price, well whatever shows up in trade screens.

neielzsig.png
Remember, Java can only handle 2^31-1 in numbers (2.147B something) so if your bank would more than that it would display a negative number. <.<

 

 

 

Java can handle longer numbers if a double (or similar) value was used. However, the easiest thing would be using 1 long for the numbers, and a second long for the log(value) so you could make an accurate guess.

nh.jpg
Remember, Java can only handle 2^31-1 in numbers (2.147B something) so if your bank would more than that it would display a negative number. <.<

 

 

 

Yikes. So, is this number a, uh, 'fact' of Java? Or is it simply a limitation of this version of Java, which can be doubled in the future, like the RAM capacity of computer?

 

 

 

Is there a more effective method other than producing two (or if you're really lucky, three) numbers which you have to add together yourself? Could you get an external program to do the addition automatically to be re-sent to Java?

 

I'm not exactly a Java gaming expert, so I don't really understand how it works.

 

 

 

It's a great idea though, and would be fairly useful. If there is a simple way around this problem, then you have my support.

~ W ~

 

sigzi.png

Don't really see a point in it, other then bragging. But if they really did it I wouldn't have anything against it.

 

 

 

That is the current purpose of a bank, really, to show off. :|

 

 

 

100% support, nice idea! :)

dangsig.png

By popular demand, this signature is back- however I currently do not have a blog up at the moment and if I did I wouldn't update it. Sorry, the sig links to nowhere :( .

  • Author

Yay thanks for the support guys <3:

 

But on another note, talking about Java :ohnoes: In one ear and out the other. I should really learn the basics.

neielzsig.png
  • Author

Is there anything else I should add? Like a new picture? If so, just tell me. First one was fun to make :D

neielzsig.png

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.