diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 17:24:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 17:24:29 -0300 |
commit | 6ff813be846f3a99ae7069b92bdb98d742c22079 (patch) | |
tree | a82211868eeef2285733ccc14445b18c2857e531 /npc/020-7-1/pagefinders.txt | |
parent | 635096d438207113f8f30b273ea32ac99e756f24 (diff) | |
download | serverdata-6ff813be846f3a99ae7069b92bdb98d742c22079.tar.gz serverdata-6ff813be846f3a99ae7069b92bdb98d742c22079.tar.bz2 serverdata-6ff813be846f3a99ae7069b92bdb98d742c22079.tar.xz serverdata-6ff813be846f3a99ae7069b92bdb98d742c22079.zip |
Blue Sage placeholders.
Make Psi Conscience stronger - small chase, and to prevent you exploiting the
energy balls to damage the Psi - it'll knockback itself 5 tiles when attacked
at melee range. It'll also stun the attacker (cannot move/etc.) for 5 seconds.
Diffstat (limited to 'npc/020-7-1/pagefinders.txt')
-rw-r--r-- | npc/020-7-1/pagefinders.txt | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/npc/020-7-1/pagefinders.txt b/npc/020-7-1/pagefinders.txt new file mode 100644 index 000000000..011239e99 --- /dev/null +++ b/npc/020-7-1/pagefinders.txt @@ -0,0 +1,45 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// Responsible for recovering the lost pages +// helperBookpages* + +020-7-1,36,39,4 script Ensio NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("Collects book pages"); + goodbye; + end; + +OnInit: + npcsit; + end; +} + + + +020-7-1,33,39,4 script Henriikka NPC_BLUESAGEWORKER_FA,{ + npctalk3 l("Currently helping Ensio, not useful"); + goodbye; + end; + +OnInit: + npcsit; + end; +} + + + + + + +020-7-1,45,39,0 script Teuvo NPC_BLUESAGEWORKER_MA,{ + npctalk3 l("Angry generic NPC, hates mages :o"); + goodbye; + end; + +OnInit: + npcsit; + end; +} + |