From 124ab2a1cdb344f24170a4d91f7000ebabf39b40 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Mon, 28 Oct 2013 00:42:23 -0700 Subject: Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this. --- npc/re/guides/guides_aldebaran.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/re/guides/guides_aldebaran.txt') diff --git a/npc/re/guides/guides_aldebaran.txt b/npc/re/guides/guides_aldebaran.txt index e9b44d4c7..ef47d543d 100644 --- a/npc/re/guides/guides_aldebaran.txt +++ b/npc/re/guides/guides_aldebaran.txt @@ -13,7 +13,7 @@ //= Optimized. //============================================================ -aldebaran,139,63,4 script Guide#01aldebaran::GuideAldearan 105,{ +aldebaran,139,63,4 script Guide#01aldebaran::GuideAldearan 8W_SOLDIER,{ cutin "prt_soldier",2; mes "[Al De Baran Guide]"; mes "Welcome to ^8B4513Al De Baran^000000,"; @@ -145,6 +145,6 @@ L_Mark: mes "on your mini-map."; return; } -aldebaran,243,143,2 duplicate(GuideAldearan) Guide#02aldebaran 105 -aldebaran,135,243,4 duplicate(GuideAldearan) Guide#03aldebaran 105 -aldebaran,36,135,6 duplicate(GuideAldearan) Guide#04aldebaran 105 +aldebaran,243,143,2 duplicate(GuideAldearan) Guide#02aldebaran 8W_SOLDIER +aldebaran,135,243,4 duplicate(GuideAldearan) Guide#03aldebaran 8W_SOLDIER +aldebaran,36,135,6 duplicate(GuideAldearan) Guide#04aldebaran 8W_SOLDIER -- cgit v1.2.3-60-g2f50