CustomEventDrop
Exemple:
0 // Section 0
//Index Year Month Day DoW Hour Minute Second
0 * * * * 20 0 0 // Daily at 20:00
end
1 // Section 1
//Index Name DropMap DropX DropY DropRange AlarmTime EventTime
0 "Custom Event Drop" 0 145 135 5 5 3
end
2 // Section 2
//Index ItemIndex ItemLevel DropCount DropDelay Comment
0 6159 0 3 00 //Jewel of Chaos
..
0 7181 0 3 30 //Jewel of Bless
..
0 7182 0 3 60 //Jewel of Soul
..
0 7184 0 3 90 //Jewel of Life
..
0 7179 11 3 120 //Box of Kundun 4
..
0 7179 12 3 150 //Box of Kundun 5
end
Section 0: Event drop schedule.
- Index: Event drop identification number.
- Year: Year of the event drop,
*for every year. - Month: Month of the event drop,
*for every month. - Day: Day of the event drop,
*for every day. - DoW: Day of the week,
*for every day. - Hour: Hour of the event drop.
- Minute: Minute of the event drop.
- Second: Second of the event drop.
Section 1: Event drop main configuration.
- Index: Event drop identification number.
- Name: Name of the drop, shown at the alarm message.>
- DropMap: Number of the map where the drop is going to happen.
- DropX: X position where the drop is going to happen.
- DropY: Y position where the drop is going to happen.
- DropRange: Radius from the start position where items can be dropped.
- AlarmTime: Event drop announce, in minutes.
- EventTime: Event drop duration, in minutes.
Section 2: Event drop item configuration.
- Index: Event drop identification number.
- ItemIndex: Index of the item dropped.
- ItemLevel: Level of the item dropped.
- DropCount: Amount of items dropped.
- DropDelay: Time, in seconds, this item is going to be dropped after event starts.
- Comment: Comment for the item.