diff options
author | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
---|---|---|
committer | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
commit | 124ab2a1cdb344f24170a4d91f7000ebabf39b40 (patch) | |
tree | ebc5aeee49da96f88e55358c184d69d90eae9289 /npc/re/other/resetskill.txt | |
parent | e7efdfe96e1b4c288bca845c03512da6842d6425 (diff) | |
download | hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.gz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.bz2 hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.xz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.zip |
Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this.
Diffstat (limited to 'npc/re/other/resetskill.txt')
-rw-r--r-- | npc/re/other/resetskill.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/re/other/resetskill.txt b/npc/re/other/resetskill.txt index 7e14c9537..f3415e6c9 100644 --- a/npc/re/other/resetskill.txt +++ b/npc/re/other/resetskill.txt @@ -13,7 +13,7 @@ //= 1.1 Added Izlude duplicates. [Euphy] //============================================================ -izlude,127,175,3 script Hypnotist#novice 124,{ +izlude,127,175,3 script Hypnotist#novice 4_F_TELEPORTER,{ mes "[Hypnotist]"; mes "Greetings, adventurer."; mes "I'm a member of the Hypnotist"; @@ -141,7 +141,7 @@ izlude,127,175,3 script Hypnotist#novice 124,{ close; } } -izlude_a,127,175,3 duplicate(Hypnotist#novice) Hypnotist#novice_a 124 -izlude_b,127,175,3 duplicate(Hypnotist#novice) Hypnotist#novice_b 124 -izlude_c,127,175,3 duplicate(Hypnotist#novice) Hypnotist#novice_c 124 -izlude_d,127,175,3 duplicate(Hypnotist#novice) Hypnotist#novice_d 124 +izlude_a,127,175,3 duplicate(Hypnotist#novice) Hypnotist#novice_a 4_F_TELEPORTER +izlude_b,127,175,3 duplicate(Hypnotist#novice) Hypnotist#novice_b 4_F_TELEPORTER +izlude_c,127,175,3 duplicate(Hypnotist#novice) Hypnotist#novice_c 4_F_TELEPORTER +izlude_d,127,175,3 duplicate(Hypnotist#novice) Hypnotist#novice_d 4_F_TELEPORTER |