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/pre-re/guides/guides_prontera.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/pre-re/guides/guides_prontera.txt') diff --git a/npc/pre-re/guides/guides_prontera.txt b/npc/pre-re/guides/guides_prontera.txt index 68be56b2e..7a97a764c 100644 --- a/npc/pre-re/guides/guides_prontera.txt +++ b/npc/pre-re/guides/guides_prontera.txt @@ -21,7 +21,7 @@ // -Thanks to Brainstorm. //============================================================ -prontera,154,187,4 script Guide#prt::PrtGuide 105,{ +prontera,154,187,4 script Guide#prt::PrtGuide 8W_SOLDIER,{ cutin "prt_soldier",2; mes "[Prontera Guide]"; mes "Welcome to Prontera,"; @@ -231,10 +231,10 @@ prontera,154,187,4 script Guide#prt::PrtGuide 105,{ end; } -prontera,282,208,2 duplicate(PrtGuide) East Gate-Guide 105 +prontera,282,208,2 duplicate(PrtGuide) East Gate-Guide 8W_SOLDIER -prontera,29,200,6 duplicate(PrtGuide) West Gate-Guide 105 +prontera,29,200,6 duplicate(PrtGuide) West Gate-Guide 8W_SOLDIER -prontera,160,29,0 duplicate(PrtGuide) South Gate-Guide 105 +prontera,160,29,0 duplicate(PrtGuide) South Gate-Guide 8W_SOLDIER -prontera,151,330,4 duplicate(PrtGuide) North Gate-Guide 105 +prontera,151,330,4 duplicate(PrtGuide) North Gate-Guide 8W_SOLDIER -- cgit v1.2.3-70-g09d2