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!

Credits from int32 to long

Junior Spellweaver
Joined
Aug 13, 2012
Messages
162
Reaction score
38
Hello Ragezone,

currently I try to change the credits type to long I changed everything in the emulator to the correct datatype but the habbo.swf shows the number as int32 and not as long, I tried to decompile the swf and changed the datatype to "NUMBER" (flash datatype like long) but I couldn't got it working.

Any ideas?

best regards
Keyuko
 
Elite Diviner
Joined
Apr 5, 2014
Messages
464
Reaction score
223
What are you trying to accomplish? Chances are you edited the wrong credits e.g. the datatype of credits shown when purchasing furniture from the catalog, while what you actually wanted was to change the datatype of credits shown in the upper right corner of the screen.

You can try to disassemble the swf file, change the datatype and reassemble to be sure it didn't change back when recompiling.
 
Upvote 0
Back
Top