diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-18 03:11:04 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-18 03:11:04 +0100 |
commit | 8ca230dab9007ae1b1c9ee5d83e76a8d830e4e1c (patch) | |
tree | 2cbb6ccdd8d3989b5ce3bd09f045d6291e2fe446 /npc/test | |
parent | 1d76c6a552f3a5678c0190e2e5356a68f2ce93bd (diff) | |
parent | 6326f9b4ca2316a4902d88ea13c3cc10370e21ad (diff) | |
download | serverdata-8ca230dab9007ae1b1c9ee5d83e76a8d830e4e1c.tar.gz serverdata-8ca230dab9007ae1b1c9ee5d83e76a8d830e4e1c.tar.bz2 serverdata-8ca230dab9007ae1b1c9ee5d83e76a8d830e4e1c.tar.xz serverdata-8ca230dab9007ae1b1c9ee5d83e76a8d830e4e1c.zip |
fix
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"); |