From 6326f9b4ca2316a4902d88ea13c3cc10370e21ad Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sat, 17 Feb 2018 23:52:41 -0200 Subject: This should fix our issues --- npc/test/hinnack.txt | 4 ++-- npc/test/karim.txt | 2 +- npc/test/rock.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/test') diff --git a/npc/test/hinnack.txt b/npc/test/hinnack.txt index 5cd7b87a4..e55d1cc02 100644 --- a/npc/test/hinnack.txt +++ b/npc/test/hinnack.txt @@ -10,7 +10,7 @@ // 1 - started, searching for Bug Leg // 2 - quest finished -001-1,85,110,0 script hinnack NPC_PLAYER,{ +test,2,2,0 script hinnack NPC_PLAYER,{ .BaitID = BugLeg; .BaitCount = 12; @@ -73,4 +73,4 @@ OnInit: .sex = G_MALE; .distance = 3; end; -} \ No newline at end of file +} diff --git a/npc/test/karim.txt b/npc/test/karim.txt index 743fdbc09..85b17a6e7 100644 --- a/npc/test/karim.txt +++ b/npc/test/karim.txt @@ -12,7 +12,7 @@ // 3 Chelios Quest done. // 4 BlackSmith gave the sword. -001-1,87,114,0 script karim NPC_PLAYER,{ +test,2,4,0 script karim NPC_PLAYER,{ .Item1 = RightCraftyWing; .Item2 = LeftCraftyWing; diff --git a/npc/test/rock.txt b/npc/test/rock.txt index 967e5b9e4..5e1fb3c2b 100644 --- a/npc/test/rock.txt +++ b/npc/test/rock.txt @@ -12,7 +12,7 @@ // 3 Chelios Quest done. // 4 BlackSmith gave the sword. -001-1,88,114,0 script rock NPC_PLAYER,{ +test,2,6,0 script rock NPC_PLAYER,{ function quest_play { mes l("Before start witch item do you want to play"); -- cgit v1.2.3-60-g2f50