diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-02-16 21:27:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-16 21:27:57 -0300 |
commit | 29b792a0c147e7184c07661b27821303f261cdc2 (patch) | |
tree | 6336eaf7770383eff99e693b5258d433985c7a99 /npc/001-10-1 | |
parent | 5802c80f9269eeb97ba9fc43ddec905c6a39c06a (diff) | |
download | serverdata-29b792a0c147e7184c07661b27821303f261cdc2.tar.gz serverdata-29b792a0c147e7184c07661b27821303f261cdc2.tar.bz2 serverdata-29b792a0c147e7184c07661b27821303f261cdc2.tar.xz serverdata-29b792a0c147e7184c07661b27821303f261cdc2.zip |
By popular demand: Sieges are back
Diffstat (limited to 'npc/001-10-1')
-rw-r--r-- | npc/001-10-1/scripts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-10-1/scripts.txt b/npc/001-10-1/scripts.txt index c23ba30af..ae6b5c86a 100644 --- a/npc/001-10-1/scripts.txt +++ b/npc/001-10-1/scripts.txt @@ -46,7 +46,7 @@ OnReward2: setq2 LoFQuest_COD, getq2(LoFQuest_COD) + 1; getitem BottledDust, 1; } - if ($EVENT$ == "Rebirth") + if ($EVENT$ == "Rebirth" || $EVENT$ == "Siege") getitem BottledDust, rand2(1,2); warp "018-2-1", 24, 29; specialeffect(FX_FANFARE, SELF, getcharid(3)); |