From 364e629ec881f2d702fac2173988499df7b62cbf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 01:07:15 -0300 Subject: Fix Swezanne and Silvia. Found a bug at Silvia, and fixed it. --- npc/003-1/silvia.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'npc/003-1/silvia.txt') diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index b6b62f414..8352c3aa0 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -5,12 +5,13 @@ 003-1,109,150,0 script Silvia NPC_FEMALE,{ -if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$); -if (getq(TulimsharQuest_Swezanne) == 4) goto L_Message; -if (getq(TulimsharQuest_Swezanne) == 1 && getq(TulimsharQuest_Lifestone) < 2) goto L_Lifestone; -if (getq2(TulimsharQuest_Swezanne) < gettimetick(2)) goto L_Unallowed; -if (strcharinfo(0) != $MOST_HEROIC$) hello; -end; + if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$); + if (getq(TulimsharQuest_Swezanne) == 4) goto L_Message; + if (.@q2 < santime() || gcsantime(.@q2)) goto L_Unallowed; + if (getq(TulimsharQuest_Swezanne) == 1 && getq(TulimsharQuest_Lifestone) < 2) goto L_Lifestone; + .@q2=getq2(TulimsharQuest_Swezanne); + if (strcharinfo(0) != $MOST_HEROIC$) hello; + end; L_Message: mesn strcharinfo(0); -- cgit v1.2.3-60-g2f50