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 Tutorials
[Devbest Exclusive Series] [Ep. 1] How to create a R36B Habbo retro using XAMPP
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="Glennyo" data-source="post: 458929" data-attributes="member: 92823"><p><strong><span style="font-size: 22px">POSSIBLE BUGFIX</span></strong></p><p><strong><span style="font-size: 10px">--------------------</span></strong></p><p></p><p><strong>ISSUE:</strong> The client loads but when you enter a room; the player's character doesn't appear. The player's menu appears in the top left and the player can't move in the room.</p><p></p><p></p><p><u>Backstory:</u></p><p>I've been browsing these forums and the YouTube video tutorial's comment section for 2 hours and 9 out of 10 times someone says "You need to change your decimal point in system language."</p><p>This might be the solution to other issues, but not this one. All files were also properly edited (external_variables & external_override_variables & etc.).</p><p></p><p></p><p><span style="color: rgb(65, 168, 95)"><strong>SOLUTION</strong></span></p><p>1. Open up NaviCat >> hotel >> hotel</p><p>2. Right click on "Queries" and click "New Query"</p><p>3. Copy and paste the following SQL command;</p><p>[CODE=sql]ALTER TABLE `room_models` CHANGE `public_items` `public_items` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0';[/CODE]</p><p>4. Click "Run"</p><p></p><p>5. In NaviCat, go to hotel >> hotel >> Tables >> room_models</p><p>6. In the "public_items" column, replace every blank space with "0" (without the ").</p><p>[SPOILER="Example"][ATTACH=full]10458[/ATTACH][/SPOILER]</p><p>7. Click the checkmark to save your changes. The red boxes will turn white.</p><p>8. DONE! --> Load up Plus Emulator and launch the client!</p><p></p><p></p><p>Hope this helps a couple people.</p></blockquote><p></p>
[QUOTE="Glennyo, post: 458929, member: 92823"] [B][SIZE=6]POSSIBLE BUGFIX[/SIZE] [SIZE=2]--------------------[/SIZE][/B] [B]ISSUE:[/B] The client loads but when you enter a room; the player's character doesn't appear. The player's menu appears in the top left and the player can't move in the room. [U]Backstory:[/U] I've been browsing these forums and the YouTube video tutorial's comment section for 2 hours and 9 out of 10 times someone says "You need to change your decimal point in system language." This might be the solution to other issues, but not this one. All files were also properly edited (external_variables & external_override_variables & etc.). [COLOR=rgb(65, 168, 95)][B]SOLUTION[/B][/COLOR] 1. Open up NaviCat >> hotel >> hotel 2. Right click on "Queries" and click "New Query" 3. Copy and paste the following SQL command; [CODE=sql]ALTER TABLE `room_models` CHANGE `public_items` `public_items` VARCHAR(50) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0';[/CODE] 4. Click "Run" 5. In NaviCat, go to hotel >> hotel >> Tables >> room_models 6. In the "public_items" column, replace every blank space with "0" (without the "). [SPOILER="Example"][ATTACH=full]10458[/ATTACH][/SPOILER] 7. Click the checkmark to save your changes. The red boxes will turn white. 8. DONE! --> Load up Plus Emulator and launch the client! Hope this helps a couple people. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[Devbest Exclusive Series] [Ep. 1] How to create a R36B Habbo retro using XAMPP
Top