summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/008-1/_import.txt2
-rw-r--r--npc/008-1/greenmage.txt (renamed from npc/008-1/4144.txt)6
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/008-1/_import.txt b/npc/008-1/_import.txt
index d09f8c88..88b1ded5 100644
--- a/npc/008-1/_import.txt
+++ b/npc/008-1/_import.txt
@@ -1,6 +1,6 @@
// Map 008-1: Hurnscald
// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/008-1/4144.txt",
+"npc/008-1/greenmage.txt",
"npc/008-1/_mobs.txt",
"npc/008-1/_warps.txt",
"npc/008-1/auldsbel.txt",
diff --git a/npc/008-1/4144.txt b/npc/008-1/greenmage.txt
index 2c0ec327..5b40f42d 100644
--- a/npc/008-1/4144.txt
+++ b/npc/008-1/greenmage.txt
@@ -3,13 +3,13 @@
// Jesusalva
// WildX
// Description:
-// Andrei is not an human, according to studies conducted by TMW Team.
+// The Green Mage is not an human, according to studies conducted by TMW Team.
// He seems to be a highly advanced artificial intelligence.
// The fact that he was never seen contributes to this theory.
// Other members opinions:
// “4144 is a bot which sits on Hurnscald.” ~ Sagratha, 2016
-008-1,246,105,0 script Andrei NPC_PLAYER,{
+008-1,246,105,0 script Green Wizard NPC_PLAYER,{
function sittingBot;
function zealiteLore;
// TODO: Maybe we should use Karma here? For discussion
@@ -75,7 +75,7 @@
OnInit:
.@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, FancyHat); // Wizard Hat
- setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe); // TODO: Must be dye-ed green
setunitdata(.@npcId, UDT_HEADBOTTOM, CottonGloves);
setunitdata(.@npcId, UDT_WEAPON, CottonBoots);