changeset 37:9d2cda737457

Iron Will down was misinterpreted as unstun down, fixed. Removed logging on/off Fixed stacking/renewable prots combination
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Sep 2005 06:30:56 +0000
parents 6cdda36ab5ba
children 839ff2501ebe
files ggrtf.tf
diffstat 1 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ggrtf.tf	Sun Sep 11 22:46:49 2005 +0000
+++ b/ggrtf.tf	Mon Sep 12 06:30:56 2005 +0000
@@ -45,7 +45,6 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; The actual scriptcode starts here: initialize, load prereqs
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-/log off
 /set status_pad=_
 /load map.tf
 
@@ -418,7 +417,7 @@
 	/eval /set qtval_s=$$[prot_%{1}_stack]%;\
 	/eval /set qtval_h=$$[prot_%{1}_renew]%;\
 	/eval /set qtval_c=$$[prot_%{1}]%;\
-	/if ({qtval_c} == 0 | {qtval_h} == 1)\
+	/if ({qtval_c} == 0 | ({qtval_h} == 1 & {qtval_s} == 0))\
 		/if ({qtval_c} > 0)\
 			/eval /set qtval_t=$$[prot_%{1}_t]%;\
 			/let qtstrs=Renewed! $[prgetstime({qtval_t})]%;\
@@ -585,8 +584,7 @@
 /def -i -F -aCgreen -mregexp -t"^[A-Z][A-Za-z]+\'s chanting appears to do absolutely nothing.$" rec_unstun_on =\
 	/pron unstun%;/set prot_unstun_w=0
 
-/def -i -F -aCgreen -msimple -t"You feel no longer protected from being stunned." rec_unstun_off =\
-	/proff unstun
+;/def -i -F -aCgreen -msimple -t"You feel no longer protected from being stunned." rec_unstun_off = /proff unstun
 
 /def -i -F -aCgreen -msimple -t"You are STUNNED." stun_start =\
 	/set stun_st=on%;/proff unstun
@@ -746,6 +744,3 @@
 	/set battle_st=off%;\
 	/set battle_target=off
 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; Start logging here
-/log on