From 8b8cfa68d243ad7c26c3a0921410d64c311d3ab7 Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 31 Mar 2009 16:16:23 +0000 Subject: Fixed viewpoint coordinates of the Aldebaran Guides thanks to rvitoi and Saithis git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13647 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/guides/guides_alde.txt | 27 ++++++++++++++------------- 2 files changed, 16 insertions(+), 13 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 9f9f81e65..18b6ca995 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2009/03/31 + * Fixed viewpoint coordinates of the Aldebaran Guides thanks to rvitoi and Saithis [Playtester] 2009/03/29 * Fixed a few errors in quests_moscovia.txt, one not being able to move on with the quest at 'Swap' and the other having in incorrect variable. [Jguy] 2009/03/25 diff --git a/npc/guides/guides_alde.txt b/npc/guides/guides_alde.txt index d65af4d45..4f0e36cb4 100644 --- a/npc/guides/guides_alde.txt +++ b/npc/guides/guides_alde.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.6a +//= 1.7 //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -18,6 +18,7 @@ //= 1.5 Removed Duplicates [Silent] //= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 1.6a Changed some "close"s to "close2"s. (bugreport:1597) [Samuray22] +//= 1.7 Fixed viewpoint coordinates [Playtester] //============================================================ aldebaran,139,63,4 script Soldier#alde 105,{ @@ -31,12 +32,12 @@ aldebaran,139,63,4 script Soldier#alde 105,{ mes "through our town!"; next; if (select("Get Location Guide.:End conversation.") == 1) { - viewpoint 1,30,210,0,0xFF6633; - viewpoint 1,52,180,1,0x0000FF; - viewpoint 1,210,210,2,0x00FFFF; - viewpoint 1,218,84,3,0x515151; - viewpoint 1,178,54,4,0x3355FF; - viewpoint 1,36,36,5,0xFF5555; + viewpoint 1,61,229,0,0xFF6633; + viewpoint 1,72,197,1,0x0000FF; + viewpoint 1,223,222,2,0x00FFFF; + viewpoint 1,233,105,3,0x515151; + viewpoint 1,197,70,4,0x3355FF; + viewpoint 1,60,60,5,0xFF5555; mes "^FF6633+^000000 -> Kafra Main Office "; mes "^0000FF+^000000 -> Weapon Shop "; mes "^00FFFF+^000000 -> Sorcerer Guild (Closed)"; @@ -71,27 +72,27 @@ aldebaran,133,108,4 script Soldier#2alde 105,{ next; switch(select("Kafra Main Office :Weapon Shop :Sorcerer Guild :Pub :Item Shop :Alchemist Guild :End Conversation ")) { case 1: - viewpoint 1,30,210,0,0xFF66; + viewpoint 1,61,229,0,0xFF6633; mes "^FF6633+^000000 -> Kafra Main Office "; break; case 2: - viewpoint 1,52,180,1,0x0000FF; + viewpoint 1,72,197,1,0x0000FF; mes "^0000FF+^000000 -> Weapon Shop "; break; case 3: - viewpoint 1,210,210,2,0x00FFFF; + viewpoint 1,223,222,2,0x00FFFF; mes "^00FFFF+^000000 -> Sorcerer Guild (Closed)"; break; case 4: - viewpoint 1,218,84,3,0x515151; + viewpoint 1,233,105,3,0x515151; mes "^515151+^000000 -> Pub "; break; case 5: - viewpoint 1,178,54,4,0x3355FF; + viewpoint 1,197,70,4,0x3355FF; mes "^3355FF+^000000 -> Item Shop "; break; case 6: - viewpoint 1,36,36,5,0xFF5555; + viewpoint 1,60,60,5,0xFF5555; mes "^FF5555+^000000 -> Alchemist Guild"; break; case 7: -- cgit v1.2.3-70-g09d2