Search results

  1. Damien

    [PlusEMU] Trouble With Marketplace

    That alert is handled in the MakeOfferEvent file. Which for me get fired during these checks (highlighted, 0 being the identifier for that error). http://prntscr.com/ion23r
  2. Damien

    [PlusEMU] Trouble With Marketplace

    Post them, and post the contents of MakeOfferEvent.cs
  3. Damien

    [PlusEMU] Trouble With Marketplace

    You've not posted all your marketplace headers (only some of them). I'm guessing your MakeOfferMessageEvent is wrong as it's dishing out an error telling you the item doesn't exist, or your price is set to high, or too low, as defined in the Emu. The ugly alert message is you just not having the...
  4. Damien

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802201205-141713395

    Well I updated from a revision from 2016, so I'm pretty sure there was no major changes.
  5. Damien

    [PLUS EMULATOR] Complete header list for PRODUCTION-201802201205-141713395

    I'm using this revision and nothing has changed in the navigator structures (that I know off).
  6. Damien

    76% Stuck, Showing online.

    I'd just delete that code all together. Whilst secure, doing a check via ipaddress is bad. There is far better ways of handling security.
  7. Damien

    Automatic Alert

    I forgot that thing even existed!! I'll snoop through the scripts and see if I can get the packet id's and structures for it (if it still exists).
  8. Damien

    [DEVELOPMENT] SuperPlus Emulator

    Why not make it vanilla Habbo and implement a plugin system, for you and other users to customise the Emulator?
  9. Damien

    [PLUS] CatalogIndex clean up and sub pages fix (done properly).

    I've took the time to clean up one of the worst written composers in Plus, which causes alot of problems for people adding sub pages to categories in the catalog, or sub pages of sub pages. This "fix" or clean up code allows you to add as many sub pages as you like, as well as not foreaching the...
  10. Damien

    [Room Ads] What is going on?

    Send me your swf.
  11. Damien

    Navigator Publics Categories

    A fix for this can be found here: https://devbest.com/threads/plusemu-support-thread.78541/page-25#post-395155
  12. Damien

    [Room Ads] What is going on?

    It's hardcoded in the habbo swf to not work for ranks >= 4. http://prntscr.com/im5l9t http://prntscr.com/im5liw http://prntscr.com/im5lo4 "_-ti" is the second variable to be sent in the "UserRightsComposer" (for Plus), which is the users rank.
  13. Damien

    PlusEMU Football Gate

    Yes, I testing it on an online compiler and wrote the output at the end of the string (in the comment). So the code works perfectly, you have to implement the code into your source yourself and edit 1 or 2 lines to use the correct strings as I don't use PlusEMU, hence the "should". So please...
  14. Damien

    PlusEMU Football Gate

    Just quicked coded this: string oldLook = "he-3155-1408.fa-1202-1408.hr-828-34.cc-62788-71.hd-209-2.sh-908-1408.lg-275-110.ch-215-110"; string newLook = "he-3155-1408.fa-1202-1408.hr-828-34.cc-62788-71.hd-99999-99999.sh-908-1408"; string updateLook = ""; string[] newParts = newLook.Split('.')...
  15. Damien

    PHP Adding +1 to a field

    Remove the Limit on the update query.
  16. Damien

    Event Alert Debug Problem

    You need to open your project in Visual Studio in order to debug the source. Not just the single file.
  17. Damien

    Help removing RC4 from Habbo.swf

    Doesn't work.
  18. Damien

    Help removing RC4 from Habbo.swf

    Can someone crack and remove RC4 from the latest Habbo.swf for me, thanks. PRODUCTION-201802201205-141713395
  19. Damien

    Camera returns 404 error?

    public const int CameraPhotoPreviewComposer = 3018; public const int CameraPhotoPurchaseOkComposer = 1658; public const int CameraPriceComposer = 2707;
  20. Damien

    Savage. Aready on the bleach after that one.

    Savage. Aready on the bleach after that one.
Top