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!

Recent content by hatlevn

  1. H

    [RevCMS] News Page Broken!

    Have you looked for links to localhost, such as .css files or .js files? is the .htaccess overriding to localhost?
  2. H

    PRODUCTION-201612121204-107735592 - Cracked by Sicily94

    Was anyone able to find packets for the TradingUpdate?
  3. H

    Wual Catalogue & SWF | Azure Emulator

    Did you link to your furnidata in the settings file?
  4. H

    Private Message Live Stream On Screen

    They are all stored in the emulator cache, so it wouldn't really be ideal to create something like this. They're meant to be private for a reason. Some emulators have them log in the chatlogs, just search for it.
  5. H

    Enable Code

    It's enable 101. ;)
  6. H

    .htaccess rewrite

    You can search for the many different types of rules, however start by turning the rewrite on... RewriteEngine On Then if you wanted "staff.php" to become "community/staff" RewriteRule ^(community/staff)$ staff.php Which your end file should look like this. RewriteEngine On RewriteRule...
  7. H

    Possible to code/get a room buy Revcms addons with furni?

    He did mention it being in the shop, so an idea would be like the promotional rooms (ie new Furni Packs), would get you a room already designed with furniture of that pack in it. I think its a neat idea. If you were to have a script that created the furniture, would best practice be to build...
  8. H

    Plus Emulator Revision RB3.0 [Community Project]

    So far, the one released in the beginning thread has been okay for now, obviously working from a release needs editing, and you can't expect everything to be done. It's only an emulated version... However, I'm still trying some things, like the catalog.
  9. H

    Updating Packets

    I've asked that question multiple times. Nobody has answered with a clear and instructional post. We get how to packetlog, and get the IDs of what we NEED. But, we now need to figure out where we need to place them in Events/Composers.
  10. H

    Updating Packets

    Alright, thanks. This still isn't solved as I haven't figured out how to do it, but you have been extremely helpful nyae. +1.
  11. H

    Updating Packets

    I think we're stuck in a stand-still between the information. I'm trying to update packet headers in Events.cs and Composers.cs, yes? Now when I look into habbo_scripts.txt and I want to find a new packet header ID, I follow which steps that will give me what the ID is? Ie, I have an...
  12. H

    Updating Packets

    Right, okay. So, say I found that, now how do I know what line in Events.cs to replace? For example. I'm searching for the new packet ID: 672. In habbo_scripts.txt I search for [672]. Next, I find this line: _-5Wi[672] = _-48l; And now I copy _-48l and search for it. It comes up with...
  13. H

    Updating Packets

    @nyae Right, but now what do you do with that information, and how do you know what composer or event it is?
  14. H

    Updating Packets

    And not to mention, we would be able to help other people with that knowledge so they don't come begging to the lead devs. Win-win for everyone? But on a serious note, it would be greatful to know.
  15. H

    Updating Packets

    Hello, I was wondering if anyone could simply explain how to update packets to a new Habbo.SWF release. I'm not asking for anything to be released, but rather how to do it. I don't know what to look for in the actionscript of habbo_scripts.txt when I run that through AS3 Sourcerer. I am able...
Back
Top