diff options
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | npc/001-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-1/pious.txt | 17 |
3 files changed, 19 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index d7b59f23..d9030dbc 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3518,6 +3518,7 @@ NPC_RAIJIN_FEMALE_LEGION_ARTIS 433 NPC_HUMAN_MALE_LEGION_ARTIS 434 NPC_HUMAN_FEMALE_LEGION_ARTIS 435 NPC_RAIJIN_FEMALE_WAITRESS 436 +NPC_MARKET_PIOU 437 NPC_TEST1 800 NPC_PLAYER 801 NPC_SAVE_POINT 901 diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt index bc76ba54..bf001874 100644 --- a/npc/001-1/_import.txt +++ b/npc/001-1/_import.txt @@ -23,3 +23,4 @@ npc: npc/001-1/treeleaf.txt npc: npc/001-1/trozz.txt npc: npc/001-1/xilaxa.txt npc: npc/001-1/trees.txt +npc: npc/001-1/pious.txt diff --git a/npc/001-1/pious.txt b/npc/001-1/pious.txt new file mode 100644 index 00000000..668145fd --- /dev/null +++ b/npc/001-1/pious.txt @@ -0,0 +1,17 @@ +// Evol scripts. +// Author: +// Travolta +// Description: +// Pious on Market +// Variables: +// none + + +001-1,55,119,0 script #MarketPiou1 NPC_MARKET_PIOU,{ + end; + +OnInit: + setnpcsex G_OTHER; + setnpcdistance 2; + end; +} |