From a6ccc93cc3fcd11010c8b7215fd3f342b23e3f3c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 13:45:35 -0300 Subject: Change a little the auto drop scripts --- npc/soren-2/main.txt | 2 ++ npc/soren/main.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index f5163e956..b52aad782 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -123,6 +123,8 @@ OnSanctum: .@itemId = Chagashroom ; break; case 9: .@itemId = Manana ; break; + case 10: + .@itemId = HastePotion ; break; default: .@itemId = rand(CopperOre, TitaniumOre) ; break; } diff --git a/npc/soren/main.txt b/npc/soren/main.txt index e869fd854..2c3c1a17d 100644 --- a/npc/soren/main.txt +++ b/npc/soren/main.txt @@ -152,7 +152,7 @@ OnTimer31000: case 10: .@itemId = Chagashroom ; break; case 11: - .@itemId = HastePotion ; break; + .@itemId = GingerBreadMan ; break; case 12: .@itemId = rand(Diamond, Amethyst) ; break; default: // case 13 -- cgit v1.2.3-60-g2f50