diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-14 09:36:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-14 09:36:03 -0300 |
commit | 138adf72d498e17d071cc3de33119339879c9442 (patch) | |
tree | d626a6db86cb1e21ae779a694b3ade1175838dd0 /npc/001-14/hocus.txt | |
parent | 95c4f412c9422806b7e9d801f4c342700a89bf70 (diff) | |
download | serverdata-138adf72d498e17d071cc3de33119339879c9442.tar.gz serverdata-138adf72d498e17d071cc3de33119339879c9442.tar.bz2 serverdata-138adf72d498e17d071cc3de33119339879c9442.tar.xz serverdata-138adf72d498e17d071cc3de33119339879c9442.zip |
Instance Porthos and add placeholder NPC
Diffstat (limited to 'npc/001-14/hocus.txt')
-rw-r--r-- | npc/001-14/hocus.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/001-14/hocus.txt b/npc/001-14/hocus.txt new file mode 100644 index 000000000..0508f7668 --- /dev/null +++ b/npc/001-14/hocus.txt @@ -0,0 +1,17 @@ +// TMW2 script +// Author: +// Jesusalva +// Description: +// Magic Olympics + +001-14,89,89,0 script Hocus Pocus NPC_BLACKWIZARD,{ + mesn; + mesq l("Greetings, %s %s, I am Hocus Pocus the Grandmaster.", academicrank(), strcharinfo(0)); + close; + +OnInit: + .distance=5; + end; +} + + |