From 0f44cd07642a74953e5b03a10a1593c5d839c7a2 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Mon, 14 Nov 2011 20:38:50 +0100 Subject: Removed direct occurrences of itemids --- world/map/npc/001-1/bleacher.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/001-1') diff --git a/world/map/npc/001-1/bleacher.txt b/world/map/npc/001-1/bleacher.txt index ce8856a7..f8158e4b 100644 --- a/world/map/npc/001-1/bleacher.txt +++ b/world/map/npc/001-1/bleacher.txt @@ -6,7 +6,7 @@ mes "I could do it for you, but I'll need three piles of ash and 5,000 GP for supplies per item.\""; next; - if (countitem(701) < 3) goto L_no_ash; + if (countitem("PileOfAsh") < 3) goto L_no_ash; if (zeny < 5000) goto L_no_money; @@ -158,13 +158,13 @@ L_choose_color: if (countitem(@del) == 0) goto L_no_item; - if (countitem(701) < 3) goto L_no_ash; + if (countitem("PileOfAsh") < 3) goto L_no_ash; if (zeny < 5000) goto L_no_money; delitem @del, 1; getitem @normal, 1; - delitem 701, 3; + delitem "PileOfAsh", 3; set zeny, zeny - 5000; L_again: -- cgit v1.2.3-60-g2f50