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
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...
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...
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.
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...
public const int CameraPhotoPreviewComposer = 3018;
public const int CameraPhotoPurchaseOkComposer = 1658;
public const int CameraPriceComposer = 2707;