Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Group Forums
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Damien" data-source="post: 415100" data-attributes="member: 72299"><p>Oh Jesus, if you have no idea what you're doing please don't bother replying.</p><p></p><p>The problem is located in the purchase event. I'm going to take a guess and say you haven't defined the extradata for the group forums interaction type, thus having it reset to an empty string by default. This causes an error due to the fact the extradata is used for the groupId, since the extradate is being reset that's why it's giving you the nasty error. But how do I go about fixing this? Simple. In PurchaseFromCatalogEvent.cs look for where the other group interactions are located, and add the group forums one into the case.</p><p></p><p><img src="https://image.prntscr.com/image/mF2NyJKmSva_rT_HURFffA.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>should be InteractionType.GUILD_FORUM:</p></blockquote><p></p>
[QUOTE="Damien, post: 415100, member: 72299"] Oh Jesus, if you have no idea what you're doing please don't bother replying. The problem is located in the purchase event. I'm going to take a guess and say you haven't defined the extradata for the group forums interaction type, thus having it reset to an empty string by default. This causes an error due to the fact the extradata is used for the groupId, since the extradate is being reset that's why it's giving you the nasty error. But how do I go about fixing this? Simple. In PurchaseFromCatalogEvent.cs look for where the other group interactions are located, and add the group forums one into the case. [IMG]https://image.prntscr.com/image/mF2NyJKmSva_rT_HURFffA.png[/IMG] should be InteractionType.GUILD_FORUM: [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Group Forums
Top