From 451fe5a41448d3735f263a9b48da7c7b79208e3d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 23 Jul 2021 15:40:58 -0300 Subject: Fix Maria NPC and allow alonsialonso to work at Engraving (d'oh) --- npc/020-2/banker.txt | 4 ++-- npc/099-7/boss.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/020-2/banker.txt b/npc/020-2/banker.txt index 69f5a48f..6f2e4414 100644 --- a/npc/020-2/banker.txt +++ b/npc/020-2/banker.txt @@ -1,10 +1,10 @@ -020-2,132,64,0 script Ben NPC193,{ +020-2,132,63,0 script Ben NPC193,{ @npcname$ = "Ben"; callfunc "Banker"; close; } -020-2,127,63,0 script Maria NPC190,{ +020-2,137,63,0 script Maria NPC190,{ mes "[Maria]"; mes "\"Hello!"; mes "\"Isn't it great?\""; diff --git a/npc/099-7/boss.txt b/npc/099-7/boss.txt index 51098292..65be12b5 100644 --- a/npc/099-7/boss.txt +++ b/npc/099-7/boss.txt @@ -572,7 +572,7 @@ OnTalkNearby: .@message$ = strtoupper(.@no_nick$); // Only react if the message is what we want to hear - if (.@message$ == "TUTIN JANDE LIAISE") { + if (.@message$ == "TUTIN JANDE LIAISE" || .@message$ == "ALONSIALONSO") { specialeffect(FX_MAGIC_TELEPORT, AREA, getcharid(3)); sleep2(800); if (!ispcdead()) -- cgit v1.2.3-60-g2f50