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
[TUT] How to automatically refill daily respect points [Both respect and Pet Scratch] [100% EASY]
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="Aruthra" data-source="post: 236285" data-attributes="member: 36602"><p><strong>Here is the fixed TUT:</strong></p><p></p><p><strong>STEP 1: </strong>Open navicat and go to your database.</p><p></p><p><strong>Step 2: </strong>Click "Query" and click "New Query"</p><p></p><p><strong>Step 3: </strong>Run this Query</p><p></p><p>[PHP]SET GLOBAL event_scheduler =ON; [/PHP]</p><p></p><p><strong>Step 4: </strong>Click "<strong>Events</strong>" and click "<strong>New Event</strong>"</p><p></p><p><strong>Step 5: </strong>In the box, type this code:</p><p></p><p>[PHP]UPDATE user_stats SET DailyRespectPoints = '3';[/PHP]</p><p></p><p><strong>Step 6: </strong>Now Switch to the "Schedule" tab (Nearest tab) and then click "Every" option.</p><p></p><p><strong>Step 7: </strong>In the two boxes [Present near "EVERY" option], type "24" in the first box and "HOUR" in the second box.</p><p></p><p><strong>Step 8: </strong>Then hit "Save" at the top and name it something like "Daily Respect Points"</p><p></p><p><strong>Step 10: </strong>Finally, run this query into your database:</p><p></p><p><strong>[PHP]SET GLOBAL event_scheduler =ON;[/PHP]</strong></p><p><strong></strong></p><p><strong>Step 11:</strong> Restart your emulator.</p><p></p><p><strong>NOTE: </strong>If you want the daily pet scratch refill, run this code:</p><p></p><p>[PHP]UPDATE user_stats SET DailyPetRespectPoints = 3;[/PHP]</p><p></p><p><strong>Instead of running the given code in step 5!</strong></p><p><strong></strong></p><p>If you need any further help, feel free to add me on skype: <strong>tiny.builder</strong></p><p>Hit the "<strong>Like</strong>" button if this tutorial helped you <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Aruthra, post: 236285, member: 36602"] [B]Here is the fixed TUT:[/B] [B]STEP 1: [/B]Open navicat and go to your database. [B]Step 2: [/B]Click "Query" and click "New Query" [B]Step 3: [/B]Run this Query [PHP]SET GLOBAL event_scheduler =ON; [/PHP] [B]Step 4: [/B]Click "[B]Events[/B]" and click "[B]New Event[/B]" [B]Step 5: [/B]In the box, type this code: [PHP]UPDATE user_stats SET DailyRespectPoints = '3';[/PHP] [B]Step 6: [/B]Now Switch to the "Schedule" tab (Nearest tab) and then click "Every" option. [B]Step 7: [/B]In the two boxes [Present near "EVERY" option], type "24" in the first box and "HOUR" in the second box. [B]Step 8: [/B]Then hit "Save" at the top and name it something like "Daily Respect Points" [B]Step 10: [/B]Finally, run this query into your database: [B][PHP]SET GLOBAL event_scheduler =ON;[/PHP] Step 11:[/B] Restart your emulator. [B]NOTE: [/B]If you want the daily pet scratch refill, run this code: [PHP]UPDATE user_stats SET DailyPetRespectPoints = 3;[/PHP] [B]Instead of running the given code in step 5! [/B] If you need any further help, feel free to add me on skype: [B]tiny.builder[/B] Hit the "[B]Like[/B]" button if this tutorial helped you :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[TUT] How to automatically refill daily respect points [Both respect and Pet Scratch] [100% EASY]
Top