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
Make event for vip
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="Divide" data-source="post: 310690" data-attributes="member: 35464"><p>I never knew you people at DevBest could be so retarded. ( aimed towards [USER=52295]@Donnyschr[/USER] and [USER=26932]@Wickd[/USER] )</p><p></p><p>[USER=43026]@ProjectAssassin[/USER] here's a tutorial for you.</p><p>1. Click on 'Event' at the top (open a database first):</p><p><img src="http://i.imgur.com/Aw6Bzdf.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>2. Click 'New Event':</p><p><img src="http://i.imgur.com/6eXff2b.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>3. In the 'Definition' tab put the following:</p><p>[CODE]UPDATE users SET credits = credits + 175 WHERE rank >= 3 AND rank <= 5[/CODE]</p><p><img src="http://i.imgur.com/V1CJKpy.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>4. In the 'Schedule' tab press the '+ INTERVAL' and set when you want to give 175 credits to rank 3-5.</p><p><img src="http://i.imgur.com/VSZQli1.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>5. Press Save.</p><p></p><p></p><p>If this error comes up:</p><p><img src="http://i.imgur.com/3duGqMT.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p></p><p>Please run the following query if this error occurs.</p><p>[CODE]SET GLOBAL event_scheduler = ON;</p><p>SET @@global.event_scheduler = ON;</p><p>SET GLOBAL event_scheduler = 1;</p><p>SET @@global.event_scheduler = 1;[/CODE]</p></blockquote><p></p>
[QUOTE="Divide, post: 310690, member: 35464"] I never knew you people at DevBest could be so retarded. ( aimed towards [USER=52295]@Donnyschr[/USER] and [USER=26932]@Wickd[/USER] ) [USER=43026]@ProjectAssassin[/USER] here's a tutorial for you. 1. Click on 'Event' at the top (open a database first): [IMG]http://i.imgur.com/Aw6Bzdf.png[/IMG] 2. Click 'New Event': [IMG]http://i.imgur.com/6eXff2b.png[/IMG] 3. In the 'Definition' tab put the following: [CODE]UPDATE users SET credits = credits + 175 WHERE rank >= 3 AND rank <= 5[/CODE] [IMG]http://i.imgur.com/V1CJKpy.png[/IMG] 4. In the 'Schedule' tab press the '+ INTERVAL' and set when you want to give 175 credits to rank 3-5. [IMG]http://i.imgur.com/VSZQli1.png[/IMG] 5. Press Save. If this error comes up: [IMG]http://i.imgur.com/3duGqMT.png[/IMG] Please run the following query if this error occurs. [CODE]SET GLOBAL event_scheduler = ON; SET @@global.event_scheduler = ON; SET GLOBAL event_scheduler = 1; SET @@global.event_scheduler = 1;[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Make event for vip
Top