From e4eddc3e617bd5702f5ce29f605ee66207fe66b4 Mon Sep 17 00:00:00 2001 From: Atemo Date: Tue, 3 Jul 2018 01:51:26 +0200 Subject: [PATCH] Fixed for issue #3273 (#3275) The npc should give Gunslinger Manual when the player doesn't have one Fixed #3273 Thanks to @lRaikeNl ! --- npc/re/jobs/novice/academy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/re/jobs/novice/academy.txt b/npc/re/jobs/novice/academy.txt index e409e37e1b..b99b903c3a 100644 --- a/npc/re/jobs/novice/academy.txt +++ b/npc/re/jobs/novice/academy.txt @@ -7427,7 +7427,7 @@ iz_ac02,142,85,6 script Lusa#ac 4_F_GUNSLINGER,{ end; } mes "[Lusa]"; - if (.@has_manual == 1) { + if (isequippedcnt(2941) || countitem(2941)) { mes "Hey! What kind of con is this?! You already had a manual!"; } else { getitem 2941,1;// Gunslinger_Manual