diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-04 22:52:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-04 22:52:43 -0300 |
commit | 97dada4432c357d3be4aaf4d877988fec61b2fff (patch) | |
tree | d0e2311fd0e351e18721945c6b2e656a9c4a32d0 | |
parent | 94d1b1895a4a746e791f5c0a7dbba9405b36a85d (diff) | |
download | serverdata-97dada4432c357d3be4aaf4d877988fec61b2fff.tar.gz serverdata-97dada4432c357d3be4aaf4d877988fec61b2fff.tar.bz2 serverdata-97dada4432c357d3be4aaf4d877988fec61b2fff.tar.xz serverdata-97dada4432c357d3be4aaf4d877988fec61b2fff.zip |
-rw-r--r-- | npc/008-1/_import.txt | 2 | ||||
-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); |