diff options
author | Wombat <hpwombat@yahoo.com> | 2010-08-21 18:29:28 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-08-21 18:31:48 -0400 |
commit | fb203c0bed214701a2cbbca71b072cf89ab0dd07 (patch) | |
tree | 2346d0f17a3981ffac843561d7b8c531ccc6b4ee | |
parent | 7696788fb1b4529d8a2981c1d89c6d0c93e8a3e6 (diff) | |
download | serverdata-fb203c0bed214701a2cbbca71b072cf89ab0dd07.tar.gz serverdata-fb203c0bed214701a2cbbca71b072cf89ab0dd07.tar.bz2 serverdata-fb203c0bed214701a2cbbca71b072cf89ab0dd07.tar.xz serverdata-fb203c0bed214701a2cbbca71b072cf89ab0dd07.zip |
Added items, corrected a spelling error
Added items to items_db and corrected a spelling error in nickos.txt
-rw-r--r-- | db/item_db.txt | 17 | ||||
-rw-r--r-- | npc/002-1_Sandstorm/nickos.txt | 2 |
2 files changed, 17 insertions, 2 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 960b3b9c..00d5c2c2 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -514,4 +514,19 @@ 2197, OrangeRabbitEars, Orange Rabbit Ears, 5, 7000, 5000, 15, , 5, , 4, 0, 2, 256, , 1, 0, {}, {} 2198, PurpleRabbitEars, Purple Rabbit Ears, 5, 7000, 5000, 15, , 5, , 4, 0, 2, 256, , 1, 0, {}, {} 2199, DarkGreenRabbitEars, Dark Green Rabbit Ears, 5, 7000, 5000, 15, , 5, , 4, 0, 2, 256, , 1, 0, {}, {} -4000, AngryScorpionStinger, Angry Scorpion Stinger, 3, 50, 25, 1, , , , , , , , , , , {}, {} +4000, AngryScorpionStinger, Angry Scorpion Stinger, 3, 50, 25, 1, , , , , , , , , , , {}, {} +4001, Coal, Coal, 3, 250, 100, 20, , , , , , , , , , , {}, {} +4002, GemRawWhite, Diamond, 3, 5000, 2500, 20, , , , , , , , , , , {}, {} +4003, GemRawRed, Ruby, 3, 5000, 2500, 20, , , , , , , , , , , {}, {} +4004, GemRawGreen, Emerald, 3, 5000, 2500, 20, , , , , , , , , , , {}, {} +4005, GemRawBlue, Sapphire, 3, 5000, 2500, 20, , , , , , , , , , , {}, {} +4006, GemRawYellow, Topaz, 3, 5000, 2500, 20, , , , , , , , , , , {}, {} +4007, GemRawPurple, Amethyst, 3, 5000, 2500, 20, , , , , , , , , , , {}, {} +4008, RingGemWhite, Diamond Ring, 5, 5000, 2500, 1, , 0, , 0, 0, 2, 128, , 0, 0, {}, {} +4009, RingGemRed, Ruby Ring, 5, 5000, 2500, 1, , 0, , 0, 0, 2, 128, , 0, 0, {}, {} +4010, RingGemGreen, Emerald Ring, 5, 5000, 2500, 1, , 0, , 0, 0, 2, 128, , 0, 0, {}, {} +4011, RingGemBlue, Sapphire Ring, 5, 5000, 2500, 1, , 0, , 0, 0, 2, 128, , 0, 0, {}, {} +4012, RingGemYellow, Topaz Ring, 5, 5000, 2500, 1, , 0, , 0, 0, 2, 128, , 0, 0, {}, {} +4013, RingGemPurple, Amethyst Ring, 5, 5000, 2500, 1, , 0, , 0, 0, 2, 128, , 0, 0, {}, {} +4014, RingSimple, Simple Ring, 5, 5000, 2500, 1, , 0, , 0, 0, 2, 128, , 0, 0, {}, {} +4015, IngotIron, Iron Ingot, 3, 500, 250, 200, , , , , , , , , , , {}, {} diff --git a/npc/002-1_Sandstorm/nickos.txt b/npc/002-1_Sandstorm/nickos.txt index fb8594ca..d3e65106 100644 --- a/npc/002-1_Sandstorm/nickos.txt +++ b/npc/002-1_Sandstorm/nickos.txt @@ -74,7 +74,7 @@ L_Nickos_AS_Start: L_Nickos_AS_Done: if (countitem ("AngryScorpionStinger") < 10) goto L_Nickos_AS_NotDone; getinventorylist; - if (@inventorylist_count - (countitem("AngryScorpionStiner") == 10) > 99) goto L_Nickos_TooMany; + if (@inventorylist_count - (countitem("AngryScorpionStinger") == 10) > 99) goto L_Nickos_TooMany; set TMW_Quest, 32; delitem "AngryScorpionStinger", 10; getitem "LeatherShield", 1; |