diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-11-09 23:02:43 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-11-09 23:02:43 +0000 |
commit | 5fb61add3ba8a667c5846725c473fa9217f786fb (patch) | |
tree | c2b75909a23f9322d286deeab9dd97c186306e5c /world/map/db/const-quest.txt | |
parent | aebc17117f24d16219f3f63b44a17e2723077254 (diff) | |
download | serverdata-5fb61add3ba8a667c5846725c473fa9217f786fb.tar.gz serverdata-5fb61add3ba8a667c5846725c473fa9217f786fb.tar.bz2 serverdata-5fb61add3ba8a667c5846725c473fa9217f786fb.tar.xz serverdata-5fb61add3ba8a667c5846725c473fa9217f786fb.zip |
- added restrictions for some maps its the same as the towels restrictions
- added constants
<br>
need to think about a timeout if any and how to prevent alts on same acc which didnt earned it to use it.
Diffstat (limited to 'world/map/db/const-quest.txt')
-rw-r--r-- | world/map/db/const-quest.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/db/const-quest.txt b/world/map/db/const-quest.txt index 88ecb334..75000466 100644 --- a/world/map/db/const-quest.txt +++ b/world/map/db/const-quest.txt @@ -165,6 +165,13 @@ GEM_BIF_CHANCE 5 NORMAL_BIF_CHANCE 4 BIG_BIF_CHANCE 8 +// Anchor Stone constants: +// biggest maps use 520 tiles (012-3, 012-4) so 1023 is good atm but if maps ever grow bigger these values need to be changed +AS_X_MASK 1023 +AS_X_SHIFT 0 +AS_Y_MASK 1047552 +AS_Y_SHIFT 10 + // Flags for the battle caves. BATTLE_CAVE1 1 BATTLE_CAVE2 2 |