• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

*Client Loading Bar*

Newbie Spellweaver
Joined
Aug 25, 2012
Messages
6
Reaction score
0
Does anyone know how to change the color how to clients loading bar?
 
Learning C# - Developer
Loyal Member
Joined
Nov 8, 2010
Messages
669
Reaction score
66
I thought you sold your hotel.
And i know how. pm me

I thought you sold your hotel.
And i know how. pm me
 
Upvote 0
[̲̅$̲̅(̲̅1̲̅)̲̅$ ̲̅]
Joined
May 4, 2008
Messages
831
Reaction score
741
The easy way is to use HabboUI Editor.

The other way is to edit the source code and look for lines of code like this

PHP:
      getproperty         QName(PackageNamespace(""), "graphics")
      pushint             12241619  <<--- COLOR
      callpropvoid        QName(PackageNamespace(""), "beginFill"), 1

      debugline           325
      getlocal            7
      getproperty         QName(PackageNamespace(""), "graphics")
      pushbyte            0
      dup
      getlocal            9
      getlocal            8
      pushbyte            2
      divide
      callpropvoid        QName(PackageNamespace(""), "drawRect"), 4

      debugline           326
      getlocal            7
      getproperty         QName(PackageNamespace(""), "graphics")
      callpropvoid        QName(PackageNamespace(""), "endFill"), 0

      debugline           327
      getlocal            7
      getproperty         QName(PackageNamespace(""), "graphics")
      pushint             9216429 <<--COLOR
      callpropvoid        QName(PackageNamespace(""), "beginFill"), 1

You can check the colors here http://www.mathsisfun.com/hexadecimal-decimal-colors.html

12241619 = BACAD3
9216429 = 8CA1AD
 
Upvote 0
Back
Top