From 62ec97467f12df7d9c697581feef228ff603fc6b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Oct 2019 01:55:25 -0300 Subject: Nobody likes getting Alchemy Blueprints, so lower them at Thanksgiving from 50% to 33% --- npc/functions/event.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc') diff --git a/npc/functions/event.txt b/npc/functions/event.txt index cb6732565..58f3ec57f 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -192,11 +192,11 @@ function script sThanksgiving { mes l("You got a %s!", getitemlink(.@p)); break; case 11: // BLUE - .@p=any(EquipmentBlueprintA, AlchemyBlueprintA); - .@p=(#THANKS_STREAK > 7 ? any(EquipmentBlueprintB, AlchemyBlueprintB) : .@p); - .@p=(#THANKS_STREAK > 14 ? any(EquipmentBlueprintC, AlchemyBlueprintC) : .@p); - .@p=(#THANKS_STREAK > 21 ? any(EquipmentBlueprintD, AlchemyBlueprintD) : .@p); - .@p=(#THANKS_STREAK > 27 ? any(EquipmentBlueprintE, AlchemyBlueprintE) : .@p); + .@p=any(EquipmentBlueprintA, EquipmentBlueprintA, AlchemyBlueprintA); + .@p=(#THANKS_STREAK > 7 ? any(EquipmentBlueprintB, EquipmentBlueprintB, AlchemyBlueprintB) : .@p); + .@p=(#THANKS_STREAK > 14 ? any(EquipmentBlueprintC, EquipmentBlueprintC, AlchemyBlueprintC) : .@p); + .@p=(#THANKS_STREAK > 21 ? any(EquipmentBlueprintD, EquipmentBlueprintD, AlchemyBlueprintD) : .@p); + .@p=(#THANKS_STREAK > 27 ? any(EquipmentBlueprintE, EquipmentBlueprintE, AlchemyBlueprintE) : .@p); getitem .@p, 1; mes l("You got a %s!", getitemlink(.@p)); break; -- cgit v1.2.3-60-g2f50