anyone hav way toenable attendance events i try edit in database change to 2018 but when edit in event config it not work
anyone hav way toenable attendance events i try edit in database change to 2018 but when edit in event config it not work
@kbnnlan
Edit file:
gameserver\bin\configs\events.properties
Top portion shown onlyCode:# 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
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
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 !
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"
:)
Hey, sorry for necro, but any Ideas on how to add *multiple items*?