# HG changeset patch # User Matti Hamalainen # Date 1300538611 -7200 # Node ID bc7a15e69a952e4f54d6c66f27feb155b6442fb9 # Parent 4c4f36b8920b5637c55ced27ae58a0b91e815545 The triggered events for skill and spell stopped were using wrong variable name, fixed. diff -r 4c4f36b8920b -r bc7a15e69a95 ggrtf.tf --- a/ggrtf.tf Wed Mar 16 14:21:38 2011 +0200 +++ b/ggrtf.tf Sat Mar 19 14:43:31 2011 +0200 @@ -1877,7 +1877,7 @@ /set skill_st=off%;\ /set cast_info=%;\ /gstatus_update%;\ - /prexecfuncs %{event_skill_stopped}%;\ + /prexecfuncs %{event_skill_stop}%;\ /endif /def -i -p9999 -ag -mregexp -t"^(Your movement prevents you from doing the skill|You lose your concentration and cannot do the skill)\.$" gskill_interrupt1 =\ diff -r 4c4f36b8920b -r bc7a15e69a95 gm-magical.tf --- a/gm-magical.tf Wed Mar 16 14:21:38 2011 +0200 +++ b/gm-magical.tf Sat Mar 19 14:43:31 2011 +0200 @@ -199,7 +199,7 @@ /set spell_st=off%;\ /set cast_info=%;\ /gstatus_update%;\ - /prexecfuncs %{event_spell_stopped}%;\ + /prexecfuncs %{event_spell_stop}%;\ /endif /def -i -F -p9999 -ag -mregexp -t"^You(r movement prevents you from casting| have insufficient strength to cast| lose your concentration and cannot cast) the spell.$" gspell_interrupt1 =\