Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Changing Bank Title - Quite Annoying

Newbie Spellweaver
Joined
Dec 2, 2008
Messages
32
Reaction score
1
I have one quick, and hopefully simple question. Where do I look to change the title of the banking screen.

RapidShot1234 - Changing Bank Title - Quite Annoying - RaGEZONE Forums


Thanks in advance :thumbup1:

---------- Post added at 10:09 PM ---------- Previous post was at 10:02 PM ----------

Actually I figured out where they had hidden it. It was hidden in PlayerBank.java and they are using some sort of Array to write out a String.

Code:
public final String BANK_TAB_DATA = new String(new byte[] {105, 32, 108, 105, 107, 101, 32, 116, 111, 32, 108, 101, 101, 99, 104});

Weird, but I kinda like it.

Would anyone have a clue on what number is equal to a letter.
 
Last edited:
Back
Top