diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-27 16:42:46 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-27 16:42:46 -0200 |
commit | dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf (patch) | |
tree | 82ad35df670a1074475cc01850c63b7190e1bf7e | |
parent | dfc6f5fa733d3a0c42113f92540bc4145e9468e2 (diff) | |
download | serverdata-dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf.tar.gz serverdata-dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf.tar.bz2 serverdata-dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf.tar.xz serverdata-dc7a7f9524c8e2f9ebd5e335d9ab91d7b853dccf.zip |
Move resync to legacy behavior. Sponsors can reload EVERYTHING with @refresh
-rw-r--r-- | conf/groups.conf | 2 | ||||
-rw-r--r-- | npc/commands/resync.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 4a1d679dc..27a3a5c40 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -105,6 +105,7 @@ groups: ( level: 1 commands: { pettalk: true + refresh: true } log_commands: false permissions: { @@ -133,7 +134,6 @@ groups: ( showexp: true showzeny: true whereis: true - refresh: true noask: true noks: true autoloot: true diff --git a/npc/commands/resync.txt b/npc/commands/resync.txt index 53a406061..e95319acd 100644 --- a/npc/commands/resync.txt +++ b/npc/commands/resync.txt @@ -19,12 +19,12 @@ OnCall: dispbottom l("Not resync'ing to prevent flood."); end; } - /* getmapxy(.@m$, .@x, .@y, 0); slide .@x, .@y; - */ @rsync_delay=gettimetick(2)+rand(4,6); + /* atcommand("@refresh"); + */ end; OnInit: |