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/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/re/guides/guides_prontera.txt')
-rw-r--r-- | npc/re/guides/guides_prontera.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/re/guides/guides_prontera.txt b/npc/re/guides/guides_prontera.txt index 08f2a8972..c3ecea92f 100644 --- a/npc/re/guides/guides_prontera.txt +++ b/npc/re/guides/guides_prontera.txt @@ -13,7 +13,7 @@ //= Optimized. //============================================================ -prontera,154,187,4 script Guide#01prontera::GuideProntera 105,{ +prontera,154,187,4 script Guide#01prontera::GuideProntera 8W_SOLDIER,{ cutin "prt_soldier",2; mes "[Prontera Guide]"; mes "Welcome to ^8B4513Prontera^000000,"; @@ -294,7 +294,7 @@ L_Mark: mes "on your mini-map."; return; } -prontera,282,208,2 duplicate(GuideProntera) Guide#02prontera 105 -prontera,29,200,6 duplicate(GuideProntera) Guide#03prontera 105 -prontera,160,29,0 duplicate(GuideProntera) Guide#04prontera 105 -prontera,151,330,4 duplicate(GuideProntera) Guide#05prontera 105 +prontera,282,208,2 duplicate(GuideProntera) Guide#02prontera 8W_SOLDIER +prontera,29,200,6 duplicate(GuideProntera) Guide#03prontera 8W_SOLDIER +prontera,160,29,0 duplicate(GuideProntera) Guide#04prontera 8W_SOLDIER +prontera,151,330,4 duplicate(GuideProntera) Guide#05prontera 8W_SOLDIER |