diff options
author | shennetsind <shennetsind@users.noreply.github.com> | 2013-10-30 14:48:26 -0700 |
---|---|---|
committer | shennetsind <shennetsind@users.noreply.github.com> | 2013-10-30 14:48:26 -0700 |
commit | 566529c819bcf9aeb1bd3a4a691c443c2b88d076 (patch) | |
tree | 5d3448afe67329cc9d650732425f0152ef242e7b /npc/re/guides/guides_prontera.txt | |
parent | 8039bd169886a4b0583cd1a794fcf61c79626e86 (diff) | |
parent | e9b4aec5eae2bc3454636a71953dcb1e1abb5ee7 (diff) | |
download | hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.gz hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.bz2 hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.xz hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.zip |
Merge pull request #210 from kisuka/npc-constants
NPC Constants
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 |