diff options
author | Wushin <pasekei@gmail.com> | 2015-01-24 13:33:21 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-01-24 13:33:21 -0600 |
commit | c37de3301fc33e2497fe620841c2f2df293bf169 (patch) | |
tree | 33da4e3fed8e70d3f082153aec42bce5390da9d3 /world/map/npc/030-2/guards.txt | |
parent | 98b413d43cd1d20d20a4e54ec594abe3f2cd8c48 (diff) | |
parent | b4a3650f679b41e5e90c8a09fd95caa602a66f2a (diff) | |
download | serverdata-c37de3301fc33e2497fe620841c2f2df293bf169.tar.gz serverdata-c37de3301fc33e2497fe620841c2f2df293bf169.tar.bz2 serverdata-c37de3301fc33e2497fe620841c2f2df293bf169.tar.xz serverdata-c37de3301fc33e2497fe620841c2f2df293bf169.zip |
Merge pull request #251 from mekolat/jonanthan
fix some typos in xmas inn
Diffstat (limited to 'world/map/npc/030-2/guards.txt')
-rw-r--r-- | world/map/npc/030-2/guards.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/world/map/npc/030-2/guards.txt b/world/map/npc/030-2/guards.txt new file mode 100644 index 00000000..3fdc1ffa --- /dev/null +++ b/world/map/npc/030-2/guards.txt @@ -0,0 +1,33 @@ +// Annual Xmas Bouncers + +030-2.gat,85,43,0|script|Valjas|330 +{ + callfunc "XmasStates"; + callfunc "ThrowOutTheBum"; + mes "[Valjas]"; + mes "\"...\""; + close; +} + +030-2.gat,89,43,0|script|Halas|330 +{ + callfunc "XmasStates"; + callfunc "ThrowOutTheBum"; + mes "[Halas]"; + mes "\"...\""; + close; +} + +030-2.gat,89,84,0|script|Kilis|330,5,2 +{ + callfunc "XmasStates"; + callfunc "ThrowOutTheBum"; + mes "[Kilis]"; + mes "\"...\""; + close; + +OnTouch: + callfunc "XmasStates"; + callfunc "ThrowOutTheBum"; + end; +} |