diff options
author | Reid <reidyaro@gmail.com> | 2012-10-31 23:34:25 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-10-31 23:34:25 +0100 |
commit | be0985d3b8fb6034b56ba932fd67879b063e1493 (patch) | |
tree | 752a15d062a39a96ce160aef61acea99d88f7427 | |
parent | ece9491294c30beb124a4466354e3cfd33f0b18e (diff) | |
download | serverdata-be0985d3b8fb6034b56ba932fd67879b063e1493.tar.gz serverdata-be0985d3b8fb6034b56ba932fd67879b063e1493.tar.bz2 serverdata-be0985d3b8fb6034b56ba932fd67879b063e1493.tar.xz serverdata-be0985d3b8fb6034b56ba932fd67879b063e1493.zip |
Correct bachus script.halloween2012tag
-rw-r--r-- | db/mob_db.txt | 2 | ||||
-rw-r--r-- | npc/000-2-2/bachus.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/db/mob_db.txt b/db/mob_db.txt index 53b27590..ec051c55 100644 --- a/db/mob_db.txt +++ b/db/mob_db.txt @@ -10,6 +10,6 @@ //Halloween2012 monsters. 1010, Pumpkish, Pumpkish, 2, 35, 0, 3, 0, 1, 0, 0, 14, 5, 0, 0, 0, 0, 0, 10, 1, 1, 1, 3, 20, 0, 800, 800, 672, 480, 516, 5000, 722, 500, 2902, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 -1011, Cuco, Cuco, 8, 800,0, 35, 0, 1, 35, 45, 20, 5, 10, 10, 10, 0, 6, 5, 1, 1000, 1, 3, 20, 129, 600, 1872, 672, 480, 516, 9999, 722, 9999, 2902, 9999, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 +1011, Cuco, Cuco, 8, 850,0, 35, 0, 1, 35, 45, 20, 5, 10, 10, 10, 0, 6, 5, 1, 1000, 1, 3, 20, 129, 600, 1872, 672, 480, 516, 9999, 722, 9999, 2902, 9999, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 1012, Fouit, Fouit, 3, 65, 0, 4, 0, 1, 3, 9, 10, 5, 1, 10, 10, 0, 12, 10, 1, 1, 1, 2, 20, 129, 800, 1872, 672, 480, 719, 4000, 720, 4000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 1013, Oufti, Oufti, 5, 100,0, 5, 0, 1, 6, 15, 1, 5, 10, 10, 2, 0, 12, 15, 1, 1, 1, 2, 20, 129, 800, 1872, 672, 480, 721, 6000, 720, 6000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 diff --git a/npc/000-2-2/bachus.txt b/npc/000-2-2/bachus.txt index f1a159c6..d18459d2 100644 --- a/npc/000-2-2/bachus.txt +++ b/npc/000-2-2/bachus.txt @@ -2,7 +2,7 @@ // Authors: // Vasily_Makarov -000-2-2.gat,32,29,0,1 script Bachus 302,{ +000-2-2.gat,32,29,0,1 script Bachus 997,{ mesn; mesq l("Hahahaha!"); @@ -15,7 +15,7 @@ l_Intro: menu rif(countitem("Pumpkin") > 1, l("I have one!")), l_DoHat, - l("Where did you get this hat?"), l_Hat; + l("Where did you get this hat?"), l_Hat, l("Excuse me, but who are you?"), -, l("Where can I find this Pumpkin?"), l_Where, l("Good bye..."), l_Bye; @@ -118,7 +118,7 @@ l_DoHat: next; if (countitem("Pumpkin") > 0) delitem "Pumpkin", 1; - getitem "Pumpkin Hat", 1; + getitem "PumpkinHat", 1; mesn; mesq l("Did I said you, that a long time ago... Oh, I've done it!"); |