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
Catalog Clothing
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="Derick" data-source="post: 411077" data-attributes="member: 74969"><p>Hello. When ever I try and use clothing from the catalog I receive the confirm box but when clicking config I receive the notification "Oops, this item doesn't have a linking clothing configuration, please report it!"</p><p></p><p>Code:</p><p>[CODE]</p><p>if (Item.Data.BehaviourData == 0)</p><p>{</p><p> Session.SendNotification("Oops, this item doesn't have a linking clothing configuration, please report it!");</p><p> return;</p><p>}</p><p>[/CODE]</p><p></p><p>So what does BehaviourData need to be? Because every clothing item in my database is a behaviour data of 0?</p><p></p><p>[CODE]</p><p>SELECT * FROM furniture WHERE interaction_type = 'purchasable_clothing' AND behaviour_Data != '0';</p><p>[/CODE]</p><p>returns no rows^</p><p></p><p>[USER=36373]@JayCustom[/USER] [USER=72056]@Seriosk[/USER] [USER=591]@Sledmore[/USER] [USER=51705]@Jaden[/USER] [USER=66193]@JynX[/USER]</p></blockquote><p></p>
[QUOTE="Derick, post: 411077, member: 74969"] Hello. When ever I try and use clothing from the catalog I receive the confirm box but when clicking config I receive the notification "Oops, this item doesn't have a linking clothing configuration, please report it!" Code: [CODE] if (Item.Data.BehaviourData == 0) { Session.SendNotification("Oops, this item doesn't have a linking clothing configuration, please report it!"); return; } [/CODE] So what does BehaviourData need to be? Because every clothing item in my database is a behaviour data of 0? [CODE] SELECT * FROM furniture WHERE interaction_type = 'purchasable_clothing' AND behaviour_Data != '0'; [/CODE] returns no rows^ [USER=36373]@JayCustom[/USER] [USER=72056]@Seriosk[/USER] [USER=591]@Sledmore[/USER] [USER=51705]@Jaden[/USER] [USER=66193]@JynX[/USER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Catalog Clothing
Top