summaryrefslogtreecommitdiff
path: root/npc/020-7-1/janitors.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-18 17:24:29 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-18 17:24:29 -0300
commit6ff813be846f3a99ae7069b92bdb98d742c22079 (patch)
treea82211868eeef2285733ccc14445b18c2857e531 /npc/020-7-1/janitors.txt
parent635096d438207113f8f30b273ea32ac99e756f24 (diff)
downloadserverdata-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/janitors.txt')
-rw-r--r--npc/020-7-1/janitors.txt64
1 files changed, 64 insertions, 0 deletions
diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt
new file mode 100644
index 000000000..1163a2a1c
--- /dev/null
+++ b/npc/020-7-1/janitors.txt
@@ -0,0 +1,64 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// TMW Org.
+// Description:
+// In charge to clear the mess
+// helperCleaning* + helperJanitor
+
+020-7-1,50,63,6 script Pyry NPC_BLUESAGEWORKER_MA,{
+ npctalk3 l("I warn about dangers and controls the fights.");
+ goodbye;
+ end;
+
+OnInit:
+ npcsit;
+ end;
+}
+
+
+
+020-7-1,53,39,0 script Nea NPC_BLUESAGEWORKER_FA,{
+ npctalk3 l("Crybaby about slimes");
+ goodbye;
+ end;
+
+OnInit:
+ npcsit;
+ end;
+}
+
+
+
+020-7-1,79,70,0 script Arvo NPC_BLUESAGEWORKER_MA,{
+ npctalk3 l("Investigation.");
+ goodbye;
+ end;
+
+OnInit:
+ end;
+}
+
+
+
+
+020-7-1,62,83,0 script Kristian NPC_BLUESAGEWORKER_MA,{
+ npctalk3 l("Same as Arvo.");
+ goodbye;
+ end;
+
+OnInit:
+ end;
+}
+
+
+
+020-7-1,40,78,0 script Mirjami NPC_BLUESAGEWORKER_FA,{
+ npctalk3 l("Checking storage, could give a reward for completion?");
+ goodbye;
+ end;
+
+OnInit:
+ end;
+}
+