Jump to content
  • 0

Happy Hour Script


Question

Posted (edited)

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

3 answers to this question

Recommended Posts

  • 0
Posted
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

;

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...