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/pre-re/guides/guides_prontera.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/pre-re/guides/guides_prontera.txt')
-rw-r--r-- | npc/pre-re/guides/guides_prontera.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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 |