diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-17 14:05:14 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-17 14:05:14 +0000 |
commit | 6c343ca6bb3c64f1d8fadafe2c83c2a54d951411 (patch) | |
tree | 6e78b09ce04f0269369f702526fa9c609fddc22d /npc/guides | |
parent | f1dc59968a54ec1e83a9d93ebd38944d468dd68c (diff) | |
download | hercules-6c343ca6bb3c64f1d8fadafe2c83c2a54d951411.tar.gz hercules-6c343ca6bb3c64f1d8fadafe2c83c2a54d951411.tar.bz2 hercules-6c343ca6bb3c64f1d8fadafe2c83c2a54d951411.tar.xz hercules-6c343ca6bb3c64f1d8fadafe2c83c2a54d951411.zip |
- Updated some Alberta NPC Locations to match with the new Map. Also updated the coordinates in the Alberta Guide NPC. bugreport:5273
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16125 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides')
-rw-r--r-- | npc/guides/guides_alberta.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/guides/guides_alberta.txt b/npc/guides/guides_alberta.txt index 79eae5cd9..7420fbf00 100644 --- a/npc/guides/guides_alberta.txt +++ b/npc/guides/guides_alberta.txt @@ -161,7 +161,7 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{ mes "if you'd like to visit ^800080Brasilis^000000,"; mes "the City of Passion."; mes "Would you like to check any other locations?"; - viewpoint 1,246,115,14,0xDA70D6; + viewpoint 1,246,82,14,0xDA70D6; next; break; case 3: @@ -171,7 +171,7 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{ mes "if you'd like to enjoy viewing cherry blossoms"; mes "in ^0000FFAmatsu^000000."; mes "Would you like to check any other locations?"; - viewpoint 1,246,115,15,0x0A82FF; + viewpoint 1,246,74,15,0x0A82FF; next; break; case 4: @@ -180,7 +180,7 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{ mes "^B9062FKunlun Envoy^000000 at the Alberta Port"; mes "if you'd like to experience the exotic atmosphere of ^B9062FKunlun^000000."; mes "Would you like to check any other locations?"; - viewpoint 1,245,69,16,0xFF0000; + viewpoint 1,246,62,16,0xFF0000; next; break; case 5: @@ -191,7 +191,7 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{ mes "^FF5400Moscovia^000000,"; mes "the Eden on the ocean."; mes "Would you like to check any other locations?"; - viewpoint 1,245,66,17,0xFFB400; + viewpoint 1,246,51,17,0xFFB400; next; break; case 6: @@ -201,7 +201,7 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{ mes "if you'd like to move to the historical city,"; mes "^7F3300Louyang^000000."; mes "Would you like to check any other locations?"; - viewpoint 1,245,45,18,0xD2691E; + viewpoint 1,246,40,18,0xD2691E; next; break; case 7: @@ -212,7 +212,7 @@ alberta,23,238,4 script Guide#01alberta::AlbertaGuide 105,{ mes "^800080Ayothaya^000000,"; mes "the religious city."; mes "Would you like to check any other locations?"; - viewpoint 1,245,42,19,0xDA70D6; + viewpoint 1,246,29,19,0xDA70D6; next; break; case 8: |