diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-12-15 02:49:13 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-12-15 02:49:13 +0100 |
commit | ef22a2cf9af4f3dd3b04f7f01f75bbaaf87d209f (patch) | |
tree | fd2d41087d3b9b1d3aa0900dbe2ce80622f8ff82 | |
parent | 15e3a306f2848a753b6413c0f855d1ad0e7ae71d (diff) | |
download | serverdata-ef22a2cf9af4f3dd3b04f7f01f75bbaaf87d209f.tar.gz serverdata-ef22a2cf9af4f3dd3b04f7f01f75bbaaf87d209f.tar.bz2 serverdata-ef22a2cf9af4f3dd3b04f7f01f75bbaaf87d209f.tar.xz serverdata-ef22a2cf9af4f3dd3b04f7f01f75bbaaf87d209f.zip |
Add first NPC on the city.
-rw-r--r-- | npc/001-1/_import.txt | 5 | ||||
-rw-r--r-- | npc/001-1/_mobs.txt | 1 | ||||
-rw-r--r-- | npc/001-1/_warps.txt | 1 | ||||
-rw-r--r-- | npc/001-1/artaxe.txt | 17 |
4 files changed, 24 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt new file mode 100644 index 00000000..bc527822 --- /dev/null +++ b/npc/001-1/_import.txt @@ -0,0 +1,5 @@ +// Map 001-1: Artis City +map: 001-1.gat +npc: npc/001-1/_mobs.txt +npc: npc/001-1/_warps.txt +npc: npc/001-1/artaxe.txt diff --git a/npc/001-1/_mobs.txt b/npc/001-1/_mobs.txt new file mode 100644 index 00000000..5b43e94a --- /dev/null +++ b/npc/001-1/_mobs.txt @@ -0,0 +1 @@ +// 001-1 Artis City mobs diff --git a/npc/001-1/_warps.txt b/npc/001-1/_warps.txt new file mode 100644 index 00000000..d456d740 --- /dev/null +++ b/npc/001-1/_warps.txt @@ -0,0 +1 @@ +// 001-1 Artis City diff --git a/npc/001-1/artaxe.txt b/npc/001-1/artaxe.txt new file mode 100644 index 00000000..b7ce48cc --- /dev/null +++ b/npc/001-1/artaxe.txt @@ -0,0 +1,17 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Helping NPC. + +000-1.gat,22,50,0,1 script Artaxe 109;2,{ + mesn; + mesq l("Do you feel too weak when try to hit the surrounding wildlife?"); + next; + mesq l("Then put your anger onto these trees around, you will gain experience by practicing your sword skill on them."); + next; + mesq l("And you might even gain a fruit if you're lucky!"); + + close; + +} |