-
Newbie
Daily respect Points
How do i increase daily respect points.
i tried changing it from the DB but no success.
-
-
Member
Re: Daily respect Points
STEP 1:Open navicat and go to your database.
Step 2: Click "Query" and click "New Query"
Step 3: Run this Query
SET GLOBAL event_scheduler =ON;
Step 4: Click "Events" and click "New Event"
Step 5: In the box, type this code:
UPDATE user_stats SET DailyRespectPoints = '3';
Step 6: Now Switch to the "Schedule" tab (Nearest tab) and then click "Every" option.
Step 7: In the two boxes [Present near "EVERY" option], type "24" in the first box and "HOUR" in the second box.
Step 8: Then hit "Save" at the top and name it something like "Daily Respect Points"
Step 10: Finally, run this query into your database:
SET GLOBAL event_scheduler =ON;
Step 11: Restart your emulator.
NOTE: If you want the daily pet scratch refill, run this code:
UPDATE user_stats SET DailyPetRespectPoints = 3;
Instead of running the given code in step 5!
This will automatically refill your respect points. So you can respect a user, 3 times a day.
If you need any further help, feel free to add me on skype: tiny.builder
Last edited by Aruthra; 11-11-13 at 05:58 AM.
-
Newbie