diff options
author | No Name <remoit(DOT)nane(AT)gmail(DOT)com> | 2010-04-11 15:40:27 -0700 |
---|---|---|
committer | Freeyorp <Freeyorp101@hotmail.com> | 2010-05-24 23:33:30 +1200 |
commit | 4bb5ed221061f5b8902357d77ace97ce0bcafeaf (patch) | |
tree | cadadfd1052444780fe49467be8ef6b09619aa3a /conf | |
parent | a2aed404767a3a7f0563f22340f4f501d16aa97f (diff) | |
download | serverdata-4bb5ed221061f5b8902357d77ace97ce0bcafeaf.tar.gz serverdata-4bb5ed221061f5b8902357d77ace97ce0bcafeaf.tar.bz2 serverdata-4bb5ed221061f5b8902357d77ace97ce0bcafeaf.tar.xz serverdata-4bb5ed221061f5b8902357d77ace97ce0bcafeaf.zip |
Modify the Doctor to not warp around, just stay at each location.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/magic.conf.template | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/conf/magic.conf.template b/conf/magic.conf.template index 43e93573..1b425722 100644 --- a/conf/magic.conf.template +++ b/conf/magic.conf.template @@ -1320,32 +1320,6 @@ NONMAGIC SILENT SPELL easter (type : STRING) : "#m" = { doevent "Old Woman::OnManualStartTimer"; } - ) ELSE IF (type == "DOC_SHIFT_NOW") THEN ( - { - doevent "Doctor#who::OnDoWarp"; - } - ) ELSE IF (type == "DOC_HALT_SHIFT") THEN ( - { - doevent "Doctor#who::OnManualStopTimer"; - } - ) ELSE IF (type == "DOC_SHIFT_OVERTICK_UP") THEN ( - { - set $Easter_2010_Npc_State1, ($Easter_2010_Npc_State1 & (~E10_DOCTOR_TIMER_OVERTICK_MASK << E10_DOCTOR_TIMER_OVERTICK_SHIFT)) | ((((($Easter_2010_Npc_State1 >> E10_DOCTOR_TIMER_OVERTICK_SHIFT) & E10_DOCTOR_TIMER_OVERTICK_MASK) + 1 ) << E10_DOCTOR_TIMER_OVERTICK_SHIFT)); - message strcharinfo(0), "New overtick: '" + (($Easter_2010_Npc_State1 >> E10_DOCTOR_TIMER_OVERTICK_SHIFT) & E10_DOCTOR_TIMER_OVERTICK_MASK) + "'."; - } - ) ELSE IF (type == "DOC_SHIFT_OVERTICK_DOWN") THEN ( - { - set $Easter_2010_Npc_State1, ($Easter_2010_Npc_State1 & (~E10_DOCTOR_TIMER_OVERTICK_MASK << E10_DOCTOR_TIMER_OVERTICK_SHIFT)) | ((((($Easter_2010_Npc_State1 >> E10_DOCTOR_TIMER_OVERTICK_SHIFT) & E10_DOCTOR_TIMER_OVERTICK_MASK) - 1 ) << E10_DOCTOR_TIMER_OVERTICK_SHIFT)); - message strcharinfo(0), "New overtick: '" + (($Easter_2010_Npc_State1 >> E10_DOCTOR_TIMER_OVERTICK_SHIFT) & E10_DOCTOR_TIMER_OVERTICK_MASK) + "'."; - } - ) ELSE IF (type == "DOC_SHIFT_RESUME") THEN ( - { - doevent "Doctor#who::OnManualStartTimer"; - } - ) ELSE IF (type == "DOC_HIDE") THEN ( - { - doevent "Doctor#who::OnManualDisable"; - } ) ELSE IF (type == "BLOCKER_DISABLE") THEN ( { set $Easter_2010_Npc_State2, ($Easter_2010_Npc_State2 & ~(E10_BARRIER_MASK << E10_BARRIER_SHIFT)) | (E10_BARRIER_OPEN << E10_BARRIER_SHIFT); |