Dodanie wsparcia dla schematow kolorow.

This commit is contained in:
Bartek Stalewski 2013-02-19 21:52:14 +01:00
parent 685168bae4
commit 7abac10695
32 changed files with 1430 additions and 1407 deletions

View file

@ -6,10 +6,9 @@
/def -Fp2 -mregexp -t"^(> )+" _unprompty = /substitute %{PR}
/def log_on = \
/eval /log -w%{obecnie_swiat} %{logpath}/%{obecnie_swiat}/%{obecnie_expujacy}_$[ftime("%Y-%m-%d", time())].log
/eval /log -w%{mudworld} %{logpath}/%{mudworld}/%{player}_$[ftime("%Y-%m-%d", time())].log
/def -mglob -Fp2 -t'* z hosta:*' _logged = \
/reload %;\
/repeat -5 1 /start %;\
/repeat -6 1 /set ingame=1
@ -24,6 +23,7 @@
/load array.tf
/load binds.tf
/load colorscheme.tf
/load combat.tf
/load counter.tf
/load equipment.tf
@ -46,22 +46,14 @@
/def -ag -h'Load' hide_load %;\
/eval /cd %{main_dir}/common %;\
/load start.tf %;\
/eval /cd %{main_dir}/%{obecnie_swiat} %;\
/eval /cd %{main_dir}/%{mudworld} %;\
/load start.tf %;\
/load %{priv_dir}/%{obecnie_swiat}/players/%{obecnie_expujacy}/%{obecnie_expujacy}.tf %;\
/load %{priv_dir}/%{obecnie_swiat}/players/%{obecnie_expujacy}/imiona.tf %;\
/load %{priv_dir}/%{mudworld}/players/%{player}/%{player}.tf %;\
/load %{priv_dir}/%{mudworld}/players/%{player}/imiona.tf %;\
/if ( {poczta_show} =~ "NOWA" )\
/status_edit -r1 poczta_show:4:BC%{kolor_alarm} %;\
/endif %;\
/if ( {sneak} =~ "off" ) \
/set sneak %sneak %;\
/status_edit -r1 sneak:4:BC%{kolor_main} %;\
/elseif ( {sneak} =~ "ON" ) \
/set sneak %sneak %;\
/status_edit -r1 sneak:4:BC%{kolor_alarm} %;\
/elseif ( {sneak} =~ "TEAM" ) \
/set sneak %sneak %;\
/status_edit -r1 sneak:4:BC%{kolor_alarm} %;\
/status_edit -r1 poczta_show:4:C%{c_alarm} %;\
/elseif ( {poczta_show} =~ "MULTI" )\
/status_edit -r1 poczta_show:4:C%{c_alarm} %;\
/endif %;\
/if ( {bindings} !~ NULL ) \
/def -b'`' tempbind = /dobind %{bindings} %;\
@ -69,6 +61,7 @@
/def key_nkp- = /dobind %{*} %;\
/endif %;\
/endif %;\
/sneak %sneak %;\
/hide %hide %;\
/f1 %f1 %;\
/f2 %f2 %;\