2012-05-07 18:54:48 +02:00
|
|
|
/def -ag -h'Redef' hide_redef
|
|
|
|
/def -ag -h'Load' hide_load
|
|
|
|
/def -ag -h'Log' hide_log
|
|
|
|
/def key_tab = /complete
|
|
|
|
|
|
|
|
/def -Fp2 -mregexp -t"^(> )+" _unprompty = /substitute %{PR}
|
|
|
|
|
|
|
|
/def log_on = \
|
2013-02-19 21:52:14 +01:00
|
|
|
/eval /log -w%{mudworld} %{logpath}/%{mudworld}/%{player}_$[ftime("%Y-%m-%d", time())].log
|
2012-05-07 18:54:48 +02:00
|
|
|
|
|
|
|
/def -mglob -Fp2 -t'* z hosta:*' _logged = \
|
2012-05-17 13:45:33 +02:00
|
|
|
/repeat -5 1 /start %;\
|
|
|
|
/repeat -6 1 /set ingame=1
|
2012-05-07 18:54:48 +02:00
|
|
|
|
|
|
|
/sub on
|
|
|
|
/def c = /for i 1 100 /_echo
|
|
|
|
/def fk = /test $[fake_recv({*})]
|
|
|
|
|
|
|
|
/require tick.tf
|
|
|
|
/require textutil.tf
|
|
|
|
/require alias.tf
|
|
|
|
/set alias new
|
|
|
|
|
|
|
|
/load array.tf
|
|
|
|
/load binds.tf
|
2013-02-19 21:52:14 +01:00
|
|
|
/load colorscheme.tf
|
2012-05-07 18:54:48 +02:00
|
|
|
/load combat.tf
|
|
|
|
/load counter.tf
|
|
|
|
/load equipment.tf
|
|
|
|
/load hunt.tf
|
|
|
|
/load lists.tf
|
|
|
|
/load mail.tf
|
|
|
|
/load misc.tf
|
|
|
|
/load movement.tf
|
|
|
|
/load odmiana.tf
|
|
|
|
/load people.tf
|
|
|
|
/load substitute.tf
|
|
|
|
/load team.tf
|
|
|
|
/load testuj.tf
|
|
|
|
/load warn.tf
|
|
|
|
|
|
|
|
/def reload = \
|
|
|
|
/purge %;\
|
|
|
|
/purge -i alias_body_* %;\
|
|
|
|
/purge -i alias_call_* %;\
|
|
|
|
/def -ag -h'Load' hide_load %;\
|
|
|
|
/eval /cd %{main_dir}/common %;\
|
|
|
|
/load start.tf %;\
|
2013-02-19 21:52:14 +01:00
|
|
|
/eval /cd %{main_dir}/%{mudworld} %;\
|
2012-05-07 18:54:48 +02:00
|
|
|
/load start.tf %;\
|
2013-02-19 21:52:14 +01:00
|
|
|
/load %{priv_dir}/%{mudworld}/players/%{player}/%{player}.tf %;\
|
|
|
|
/load %{priv_dir}/%{mudworld}/players/%{player}/imiona.tf %;\
|
2012-05-07 18:54:48 +02:00
|
|
|
/if ( {poczta_show} =~ "NOWA" )\
|
2013-02-19 21:52:14 +01:00
|
|
|
/status_edit -r1 poczta_show:4:C%{c_alarm} %;\
|
|
|
|
/elseif ( {poczta_show} =~ "MULTI" )\
|
|
|
|
/status_edit -r1 poczta_show:4:C%{c_alarm} %;\
|
2012-05-07 18:54:48 +02:00
|
|
|
/endif %;\
|
|
|
|
/if ( {bindings} !~ NULL ) \
|
|
|
|
/def -b'`' tempbind = /dobind %{bindings} %;\
|
|
|
|
/if ( {ktype} =~ "mac" ) \
|
|
|
|
/def key_nkp- = /dobind %{*} %;\
|
|
|
|
/endif %;\
|
|
|
|
/endif %;\
|
2013-02-19 21:52:14 +01:00
|
|
|
/sneak %sneak %;\
|
2012-05-07 18:54:48 +02:00
|
|
|
/hide %hide %;\
|
|
|
|
/f1 %f1 %;\
|
|
|
|
/f2 %f2 %;\
|
|
|
|
/f3 %f3 %;\
|
|
|
|
/f4 %f4 %;\
|
|
|
|
/f5 %f5 %;\
|
|
|
|
/f6 %f6 %;\
|
|
|
|
/f7 %f7 %;\
|
|
|
|
/f8 %f8 %;\
|
|
|
|
/am %attackmode %;\
|
|
|
|
/if ( {ingame} =~ "1" )\
|
|
|
|
/druzyna -q %;\
|
|
|
|
/endif%;\
|
|
|
|
/echo Reloaded.
|