diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-11-19 10:11:04 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2022-11-19 10:11:04 +0000 |
commit | c2d1d17486e8d948379fbc58a452986dee6ea747 (patch) | |
tree | f6f8e5189c711b0eadbfc2d0af53fc183af16de2 /world/map/npc/043-1/pyramid.txt | |
parent | d48928c3e87c18ea11447117e307cf06f33829f6 (diff) | |
parent | b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e (diff) | |
download | serverdata-c2d1d17486e8d948379fbc58a452986dee6ea747.tar.gz serverdata-c2d1d17486e8d948379fbc58a452986dee6ea747.tar.bz2 serverdata-c2d1d17486e8d948379fbc58a452986dee6ea747.tar.xz serverdata-c2d1d17486e8d948379fbc58a452986dee6ea747.zip |
Merge branch 'jesusalva/v20221111' into 'master'
WIP: v2022.11.11 Update
See merge request legacy/serverdata!616
Diffstat (limited to 'world/map/npc/043-1/pyramid.txt')
-rw-r--r-- | world/map/npc/043-1/pyramid.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/world/map/npc/043-1/pyramid.txt b/world/map/npc/043-1/pyramid.txt new file mode 100644 index 00000000..a3f35ccc --- /dev/null +++ b/world/map/npc/043-1/pyramid.txt @@ -0,0 +1,12 @@ +// Author: Jesusalva + +043-1,68,113,0|script|Pyramid#T|32767,0,0 +{ + if (countitem(SandCutter) < 1) goto L_Warrior; + warp "058-1", 65, 198; + end; + +L_Warrior: + message strcharinfo(0), "To enter this pyramid, you must obtain the weapon of a true warrior."; + end; +} |