diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-29 23:31:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-29 23:31:47 -0300 |
commit | 5643aa0632e8a138bf14561ec712d331bd0bd565 (patch) | |
tree | fdc55a3c0b90ea460bb55f3a01282b4a443a3896 /npc/001-11/event_soulmenhir.txt | |
parent | 5fd8aa9bd7f6761e7f46a969fb4fe02f8ee858c0 (diff) | |
download | serverdata-5643aa0632e8a138bf14561ec712d331bd0bd565.tar.gz serverdata-5643aa0632e8a138bf14561ec712d331bd0bd565.tar.bz2 serverdata-5643aa0632e8a138bf14561ec712d331bd0bd565.tar.xz serverdata-5643aa0632e8a138bf14561ec712d331bd0bd565.zip |
Give Arrows when picking up a bow.
Demure: Fallthrough: Load scoreboards
Diffstat (limited to 'npc/001-11/event_soulmenhir.txt')
-rw-r--r-- | npc/001-11/event_soulmenhir.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/001-11/event_soulmenhir.txt b/npc/001-11/event_soulmenhir.txt index 5f091756c..22c75705b 100644 --- a/npc/001-11/event_soulmenhir.txt +++ b/npc/001-11/event_soulmenhir.txt @@ -95,6 +95,7 @@ L_EVTC2020: case 3: getitembound EventBow, 1, 1; getitem ArrowShowerCard, 1; + getitem TolchiAmmoBox, 5; // 1,000 arrows should be plenty break; case 4: getitembound EventWand, 1, 1; |