summaryrefslogtreecommitdiff
path: root/world/map/npc/008-1/annualeaster.txt
AgeCommit message (Collapse)AuthorFilesLines
2014-04-02Clean up main scriptsBen Longbons1-0/+8
2013-10-30remove unequipbyid until unequipcb is merged and don't make quest logic ↵v2013.10.30Ben Longbons1-1/+1
dependent on debug
2013-09-16Refactor all broken returns into goto L_ReturnBen Longbons1-2/+3
2013-07-05Canonicalize event label capitalizationBen Longbons1-1/+1
2013-07-05Make fourth word of functions non-empty, to appease the current serverBen Longbons1-1/+1
2013-07-05Move starting brace to new lineBen Longbons1-6/+10
2013-06-29Fix unintended fallthrough in annualeaster script.v2013.06.29.1Jessica Tölke1-0/+1
2013-06-28Refactor all calls within an if, which is illegalBen Longbons1-2/+11
2013-06-26Add an option to disable global timers for debuggingBen Longbons1-0/+1
2013-03-24Easter event: remove outdated comment.Jessica Tölke1-1/+0
2013-03-24Annual Easter: increase minimum level and add age requirement.Jessica Tölke1-1/+1
Update submodule pointer.
2013-03-24Easter fix: play the FX_GETITEM particle effect whenever the player receives ↵Vincent Petithory1-0/+4
an object
2013-03-24Easter fix: give a Green Apple for the first interaction with the eggsVincent Petithory1-0/+1
2013-03-24Easter: add standard waiting time on first interaction with the eggsVincent Petithory1-0/+7
* This fixes the problem that players could log off to circumvent the waiting time
2013-03-22Annual Easter: fix a bug in the start and end time logic.v2013.03.22Jessica Tölke1-1/+1
The checks for the date didn't include the start and end day.
2013-03-20Introduce a non-permanent counter of tries.Jessica Tölke1-2/+7
The counter gets reset on log out. The probability to get the final reward depending on the counter.
2013-03-07Modifications on the Easter event after testing with a group of people:Jessica Tölke1-7/+13
- add message when you find something in a nest - add message when you get the unique reward - increase number of relocations - reduce the time penalty after checking a nest from 30 to 15 seconds - change behavior when checking a nest during the penalty time -- message should make it more clear that it's needed to wait a while -- extend the time penalty for a few seconds
2013-02-16prevent low level players from annual easter.Stefan Beller1-0/+4
2013-02-16message the player if timer has not yet expired.Stefan Beller1-2/+3
2013-02-15fixup space.Stefan Beller1-1/+1
2013-02-15Adding an annual Easter event.Stefan Beller1-0/+188