enable attendance events

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! kbnnlan is offline
    MemberRank
    Feb 2016 Join Date
    368Posts

    enable attendance events

    anyone hav way toenable attendance events i try edit in database change to 2018 but when edit in event config it not work


  2. #2
    Developer DNC is offline
    DeveloperRank
    Oct 2011 Join Date
    2,493Posts

    Re: enable attendance events

    @kbnnlan
    Edit file:
    gameserver\bin\configs\events.properties



    Code:
    # Attendance eventId(int);enable(bool);startDate(Format: yyyy-MM-dd'T'HH:mm:ss.SSS'Z');period(ms);.
    # Default: 1;false;2016-12-24T10:00:00+03:00;2592000000,2;false;2016-12-24T10:00:00+03:00;2592000000
    event.attendance.events = 1;true;2018-01-23T10:00:00+03:00;2592000000,2;false;2016-12-24T10:00:00+03:00;2592000000
    
    # Enable Auto reward event.
    # Default: false
    event.auto.reward.enable = true
    
    # Auto reward each 30 min.
    # Default: 30
    event.auto.reward.time = 30
    Top portion shown only


    There is more in the file than those 3 fields in the code block.
    At the very bottom of the file:
    Make sure the itemid of the reward at the bottom of the file actually exists and is what you plan on sending
    Last edited by DNC; 03-02-18 at 01:02 PM. Reason: edit

  3. #3
    Account Upgraded | Title Enabled! kbnnlan is offline
    MemberRank
    Feb 2016 Join Date
    368Posts

    Re: enable attendance events

    tks u verymuch

    - - - Updated - - -

    Quote Originally Posted by DNC View Post
    @kbnnlan
    Edit file:
    gameserver\bin\configs\events.properties



    Code:
    # Attendance eventId(int);enable(bool);startDate(Format: yyyy-MM-dd'T'HH:mm:ss.SSS'Z');period(ms);.
    # Default: 1;false;2016-12-24T10:00:00+03:00;2592000000,2;false;2016-12-24T10:00:00+03:00;2592000000
    event.attendance.events = 1;true;2018-01-23T10:00:00+03:00;2592000000,2;false;2016-12-24T10:00:00+03:00;2592000000
    
    # Enable Auto reward event.
    # Default: false
    event.auto.reward.enable = true
    
    # Auto reward each 30 min.
    # Default: 30
    event.auto.reward.time = 30
    Top portion shown only


    There is more in the file than those 3 fields in the code block.
    At the very bottom of the file:
    Make sure the itemid of the reward at the bottom of the file actually exists and is what you plan on sending
    and do u know how to enable event ?

  4. #4
    Account Upgraded | Title Enabled! Via Nais is offline
    MemberRank
    Jun 2014 Join Date
    276Posts

    Re: enable attendance events

    Hello,

    Is it possible not to add a reward every 30 min but, for example, 1x / day upon connection ?

    Thanks !

    - - - Updated - - -

    Hello,

    Is it possible not to add a reward every 30 min but, for example, 1x / day upon connection ?

    Thanks !

  5. #5
    Enthusiast 1nMorTaL is offline
    MemberRank
    May 2018 Join Date
    30Posts

    Re: enable attendance events

    Quote Originally Posted by Via Nais View Post
    Hello,

    Is it possible not to add a reward every 30 min but, for example, 1x / day upon connection ?

    Thanks !

    - - - Updated - - -

    Hello,

    Is it possible not to add a reward every 30 min but, for example, 1x / day upon connection ?

    Thanks !
    If brother, you only have to change the amount of time, for example, if there says 30 minutes, you put the equivalent, for example: 1440 minutes
    You can also change the id of the item you want to give as a reward and the quantity, in the file, event.propieties

  6. #6
    Account Upgraded | Title Enabled! Via Nais is offline
    MemberRank
    Jun 2014 Join Date
    276Posts

    Re: enable attendance events

    Yeah I know that already, my question was more about changing how the item are distributed:
    - now its "every x minutes"
    - I'm looking for "once per day upon connection"

    :)

  7. #7
    Novice AwakenDark is offline
    MemberRank
    Oct 2019 Join Date
    4Posts

    Re: enable attendance events

    Hey, sorry for necro, but any Ideas on how to add *multiple items*?



Advertisement