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/000-1/_warps.txt | 2 +- npc/config/hairstyle_config.txt | 2 +- npc/items/croconut.txt | 2 +- npc/test/hinnack.txt | 4 ++-- npc/test/karim.txt | 2 +- npc/test/rock.txt | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'npc') diff --git a/npc/000-1/_warps.txt b/npc/000-1/_warps.txt index 47b4fb420..61f5ebcb3 100644 --- a/npc/000-1/_warps.txt +++ b/npc/000-1/_warps.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 000-1: Drasil Island warps -000-1,94,100,0 warp #000-1_94_100 0,0,000-2-0,21,28 + diff --git a/npc/config/hairstyle_config.txt b/npc/config/hairstyle_config.txt index 150aa1a0f..e252cd0c2 100644 --- a/npc/config/hairstyle_config.txt +++ b/npc/config/hairstyle_config.txt @@ -1,7 +1,7 @@ // Hairstyle config // set array of style and colors -001-2-29,37,31,0 script hairstyle_config NPC_HIDDEN,0,0,{ +000-0,0,0,0 script hairstyle_config NPC_HIDDEN,0,0,{ end; diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt index eb8b6d65e..dfa008ba2 100644 --- a/npc/items/croconut.txt +++ b/npc/items/croconut.txt @@ -9,7 +9,7 @@ // rif(countitem(35xx), l(getitemname(xx))), L_Weak, // rif(countitem(35yy), l(getitemname(yy))), L_Good, -000-2-1,0,0,0 script Croconut NPC_HIDDEN,{ +000-0,0,0,0 script Croconut NPC_HIDDEN,{ close; OnUse: 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