From 346ad6d6832887e0e903857660108f0052263a72 Mon Sep 17 00:00:00 2001 From: Fate Date: Sun, 31 May 2009 15:38:53 +0000 Subject: Added slow-poison potions and made Wyara sell them --- db/const.txt | 1 + db/item_db.txt | 1 + npc/009-2_Hurnscald/shops.txt | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/db/const.txt b/db/const.txt index 3bdcb3b4..3091efb3 100644 --- a/db/const.txt +++ b/db/const.txt @@ -152,6 +152,7 @@ cPurple 8 cDarkGreen 9 sc_poison 132 +sc_slowpoison 14 NIBBLE_0_SHIFT 0 NIBBLE_0_MASK 15 diff --git a/db/item_db.txt b/db/item_db.txt index 3d8d417b..5d74ef87 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -231,6 +231,7 @@ 747,LacedChocolateCake,Laced Chocolate Cake,0,550,125,10,,,,,,2,,,0,,{ itemheal 11,0; },{}, 748,LacedOrangeCupcake,Laced Orange Cupcake,0,90,45,5,,,,,,2,,,0,,{ itemheal 100,0; },{}, 749,Towel,Towel,5,800,250,1,,,,5,0,2,8,,0,0,{},{}, +750,SlowPoisonPotion,Slow Poison Potion,0,500,200,10,,,,,,2,,,0,,{ itemheal 5,0; sc_start sc_slowpoison, 180000, 180; },{}, ,,,,,,,,,,,,,,,,,,,, 1198,JackOSoul,Jack O Soul,3,100000,1,1,,,,,,,,,,,{},{},, 1199,Arrow,Arrow,10,3,1,1,25,0,0,,0,2,32768,,,,{},{},, diff --git a/npc/009-2_Hurnscald/shops.txt b/npc/009-2_Hurnscald/shops.txt index f357074c..9d36a166 100644 --- a/npc/009-2_Hurnscald/shops.txt +++ b/npc/009-2_Hurnscald/shops.txt @@ -21,8 +21,8 @@ 009-2.gat,97,24,0 shop Apprentice 120,1199:3,529:5,1200:1000,530:3000 // Potion Shop -// sells cactus drink, cactus potion, iron potion and concentration potion -009-2.gat,123,22,0 shop Potions#_M 127,501:50,502:70,567:500,568:500 +// sells cactus drink, cactus potion, iron potion, concentration potion, and slow poison potion +009-2.gat,123,22,0 shop Potions#_M 127,501:50,502:70,567:500,568:500,750:500 // Blacksmith // Sells all knives, chainmail armor, light platemail -- cgit v1.2.3-60-g2f50