diff options
author | Hello=) <hello@themanaworld.org> | 2024-07-18 19:08:03 +0300 |
---|---|---|
committer | Hello=) <hello@themanaworld.org> | 2024-07-18 19:08:03 +0300 |
commit | 7e19113c28332724effcb3a93e0452129b639a9c (patch) | |
tree | 9bb10d448e0920af8e73958e930cc7dc60a2e5a2 /world/map/npc | |
parent | 577d79a5f115636ee71bce69523229c04dd669a3 (diff) | |
download | serverdata-7e19113c28332724effcb3a93e0452129b639a9c.tar.gz serverdata-7e19113c28332724effcb3a93e0452129b639a9c.tar.bz2 serverdata-7e19113c28332724effcb3a93e0452129b639a9c.tar.xz serverdata-7e19113c28332724effcb3a93e0452129b639a9c.zip |
v3 of idea: rewired to use some server-side assistance by HoraK
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/functions/global_event_handler.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/global_event_handler.txt b/world/map/npc/functions/global_event_handler.txt index b9e81e37..b1c5917e 100644 --- a/world/map/npc/functions/global_event_handler.txt +++ b/world/map/npc/functions/global_event_handler.txt @@ -19,7 +19,7 @@ OnPCLoginEvent: callfunc "ConvertChristmas21"; // Christmas 2021 callfunc "VaultLogin"; // Mirror Lake Protocol biddings callfunc "VaultLogout"; // Clean some stuff, to be safe - if (WEIGHT_LIMIT) set MaxWeight, WEIGHT_LIMIT; // If this char var set, override max weight (tradebots, etc) + if (WEIGHT_LIMIT) set MaxWeightOverride, WEIGHT_LIMIT; // If this char var set, override max weight (tradebots, etc) // add more here set @login_event, 2; end; |