Jump to content
  • 0

Happy Hour Script


Bringer

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  748
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

Hello i'm requesting For Hourly Script

Server Rate 15x/15x/5x

7pm - 9pm Monday TO Friday

X2 EXP

7pm - 12AM Sat / Sunday

3x Exp x2 Drop rate

Every 30mins Automated announce How many Hours Left  The Happy Hour Event

 

Edited by Bringer
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2369
  • Joined:  10/28/11
  • Last Seen:  

you can use this script

https://pastebin.com/qh15CLjf

set on which hours/days it would trigger the bonus exp rate, and which hours/days will trigger the normal exp rate.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  748
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

18 hours ago, Emistry said:

you can use this script

https://pastebin.com/qh15CLjf

set on which hours/days it would trigger the bonus exp rate, and which hours/days will trigger the normal exp rate.

which what will trigger the bonus ? and what party will trigger the normal exp rate
 

    OnInit:
    OnFri2200:
    OnSat2400:
    OnSun2400:


        callsub( L_rate,1 );
        end;
            
    OnFri1900:
        callsub( L_rate,2 );
        end;
        
    OnSat1900:
    OnSun1900:
        callsub( L_rate,3 );
        end

;

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2369
  • Joined:  10/28/11
  • Last Seen:  

callsub( L_rate,1 ); // 1x / Original
callsub( L_rate,2 ); // 2x
callsub( L_rate,3 ); // 3x

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...