From 49f15384104466c37115c88905ff77d2d4356994 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 26 Nov 2022 12:26:39 -0300 Subject: ScytheMob -> FlyingScythe --- world/map/npc/008-1/hinnak.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'world/map/npc/008-1') diff --git a/world/map/npc/008-1/hinnak.txt b/world/map/npc/008-1/hinnak.txt index d16460c3..ffd1de1f 100644 --- a/world/map/npc/008-1/hinnak.txt +++ b/world/map/npc/008-1/hinnak.txt @@ -17,7 +17,7 @@ L_No_NohMask: if (@state == 1) goto L_Exchange; if (@state == 2) goto L_ThanksAgain; - if (getequipid(equip_head) == 751) goto L_Intro_Hat; + if (getequipid(equip_head) == PinkieHat) goto L_Intro_Hat; mes "[Farmer Hinnak]"; mes "\"Argh! I hate them! I @#$% hate them! I @#$% hate these @#$% pinkies!\""; @@ -66,7 +66,7 @@ L_Reward: goto L_Close; L_Exchange: - if (getequipid(equip_head) != 751) + if (getequipid(equip_head) != PinkieHat) goto L_Exchange_Start; mes "The farmer glares at your hat."; next; @@ -81,13 +81,13 @@ L_Exchange_Start: "Sure, here they are!", L_Exchange_Exchange; L_Exchange_Exchange: - if (countitem("PinkAntenna") < 10) + if (countitem(PinkAntenna) < 10) goto L_Exchange_Notenough; getinventorylist; - if (@inventorylist_count == 100 && countitem("PinkAntenna") > 10) + if (@inventorylist_count == 100 && countitem(PinkAntenna) > 10) goto L_Exchange_TooMany; - delitem "PinkAntenna", 10; - getitem "Scythe", 1; + delitem PinkAntenna, 10; + getitem Scythe, 1; set @state, 2; callsub S_Update_Mask; mes "[Farmer Hinnak]"; @@ -105,7 +105,7 @@ L_Exchange_TooMany: goto L_Close; L_ThanksAgain: - if (getequipid(equip_head) == 751) + if (getequipid(equip_head) == PinkieHat) goto L_ThanksHat; mes "[Farmer Hinnak]"; mes "\"Good to see you again, and thanks again for helping me with the pinkies!\""; @@ -147,9 +147,9 @@ L_Next2: "I don't have any.", L_NoBeer; L_GiveBeer: - if (countitem("Beer") < 1) + if (countitem(Beer) < 1) goto L_NoBeer; - delitem "Beer", 1; + delitem Beer, 1; mes "[Farmer Hinnak]"; mes "Hinnak takes a sip."; mes "\"Aaah! Nothing like a well-deserved beer after a long day of tending the crops!\""; -- cgit v1.2.3-60-g2f50