From f6e732ec840a24758099c481f9a941331d3382bc Mon Sep 17 00:00:00 2001 From: Saulc Date: Tue, 6 Feb 2018 18:21:14 +0100 Subject: add movement to tolchi in 005-4 --- npc/005-4/tolchi.txt | 54 +++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 15 deletions(-) (limited to 'npc/005-4/tolchi.txt') diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 99d68d691..4653259a8 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -1,24 +1,48 @@ -// Evol scripts. +// TMW2 scripts. // Author: -// Reid -// Description: -// Light Armor shop keeper. +// Saulc // Variables: -// ArtisQuests_Enora +// CandorQuests_BlackSmith // Values: // 0 Default. -// 1 BlackSmith quest delivered. -// 2 Chelios Quest given. -// 3 Chelios Quest done. -// 4 BlackSmith gave the sword. -// 5 Light Armor Shop quest delivered. -// 6 Light Armor Shop gave the cloths. +// 1 BlackSmith quest ask for 1 iron oore +// 2 BlackSmith quest ask for 3 coal +// 3 BlackSmith quest ask for 1 iron ingot -005-4,42,37,0 script Tolchi NPC_ELVEN_FEMALE_ARMOR_SHOP,{ +005-4,42,37,0 script Tolchi NPC_RAIJIN_FEMALE_LEGION_ARTIS,{ + + +OnTimer1000: + domovestep; OnInit: - .sex = G_FEMALE; - .distance = 2; - end; + initpath "move", 44, 35, + "dir", UP, 0, + "wait", 30, 0, + "move", 43, 40, + "dir", UP, 0, + "wait", 30, 0, + "move", 40, 35, + "dir", UP, 0, + "wait", 30, 0, + "dir", LEFT, 0, + "wait", 30, 0, + "move", 42, 37, + "dir", DOWN, 0, + "dir", UP, 0, + "wait", 30, 0, + "Mmove", 45, 37, + "dir", DOWN, 0, + "wait", 30, 0, + "move", 33, 37, + "dir", LEFT, 0, + "wait", 30, 0, + "move", 33, 37, + "dir", RIGHT, 0, + "wait", 30, 0; + + initialmove; + initnpctimer; + .distance = 5; } -- cgit v1.2.3-60-g2f50