From 4e19b3aa90dd7cc022e9a90fe92acf71c0349078 Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 7 May 2015 19:07:02 +0200 Subject: Add tree leaf animation on Artis. --- npc/001-1/_import.txt | 2 ++ npc/001-1/treeleaf.txt | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 npc/001-1/treeleaf.txt (limited to 'npc/001-1') diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index 938de95a..3450b812 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -1,3 +1,4 @@ + // Map 001-1: Artis City npc: npc/001-1/_mobs.txt npc: npc/001-1/_warps.txt @@ -6,3 +7,4 @@ npc: npc/001-1/cookiemaster.txt npc: npc/001-1/doors.txt npc: npc/001-1/harbours.txt npc: npc/001-1/panels.txt +npc: npc/001-1/treeleaf.txt diff --git a/npc/001-1/treeleaf.txt b/npc/001-1/treeleaf.txt new file mode 100644 index 00000000..08d51094 --- /dev/null +++ b/npc/001-1/treeleaf.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Author: +// Ablu +// Description: +// Jumping piou. + +001-1,39,54,4 script #treeleaf0 909,{ + setnpcdir 2; + stopnpctimer; + initnpctimer; + close; + +OnTimer2800: + setnpcdir 4; + stopnpctimer; + end; + +OnInit: + setnpcdistance 3; + end; +} -- cgit v1.2.3-70-g09d2