diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-17 23:52:41 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-17 23:52:41 -0200 |
commit | 6326f9b4ca2316a4902d88ea13c3cc10370e21ad (patch) | |
tree | 1f32606e83cc0bddf56f6ca4e69581680766812d /npc/test | |
parent | 1a260a5a1946c9eb7bebd7147bf7e3534b251458 (diff) | |
download | serverdata-6326f9b4ca2316a4902d88ea13c3cc10370e21ad.tar.gz serverdata-6326f9b4ca2316a4902d88ea13c3cc10370e21ad.tar.bz2 serverdata-6326f9b4ca2316a4902d88ea13c3cc10370e21ad.tar.xz serverdata-6326f9b4ca2316a4902d88ea13c3cc10370e21ad.zip |
This should fix our issues
Diffstat (limited to 'npc/test')
-rw-r--r-- | npc/test/hinnack.txt | 4 | ||||
-rw-r--r-- | npc/test/karim.txt | 2 | ||||
-rw-r--r-- | npc/test/rock.txt | 2 |
3 files changed, 4 insertions, 4 deletions
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"); |