Like the title says is it possible to just delete the Duckets? In the Client? And one more question can i make so every player gets 3 diamonds every hour ?
Sorry for my bad English im Swedish!![]()
Like the title says is it possible to just delete the Duckets? In the Client? And one more question can i make so every player gets 3 diamonds every hour ?
Sorry for my bad English im Swedish!![]()
1) In your variables change
toCode:duckets.enabled=true
Code:duckets.enabled=false
2) You could set an event in MySQL which will update the users crystals + 3 every hour.
Not sure if I wrote it right but something like that should work :)Code:CREATE EVENT `extracrystals` ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 HOUR DO UPDATE users SET crystals = crystals + 3;
Thanks for the duckets! But do you guys know how to add it to the emulator or make a script? For diamonds? :P