diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-29 11:17:04 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-29 11:17:04 +0000 |
commit | e6ac77ccd577f82c3af801202cccd419c5d3097f (patch) | |
tree | 03fa6a8cea0761976b37f841b7410eebc87fb326 /npc/guild2/arug_cas02.txt | |
parent | d4a61a7bdfa44effdf4f37bf23e00fe0959cdcc5 (diff) | |
download | hercules-e6ac77ccd577f82c3af801202cccd419c5d3097f.tar.gz hercules-e6ac77ccd577f82c3af801202cccd419c5d3097f.tar.bz2 hercules-e6ac77ccd577f82c3af801202cccd419c5d3097f.tar.xz hercules-e6ac77ccd577f82c3af801202cccd419c5d3097f.zip |
* Just fixing some reported script bug.
- Fixed coordinate in level 60 arena. (bugreport:1663)
- Fixed errors in the Keil Hyre quest. (bugreport:2129)
- Fixed guild look ups in Arug_cas02. (bugreport:2134)
- Corrected treasure spawn in schg_cas03. (bugreport:2142)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13152 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild2/arug_cas02.txt')
-rw-r--r-- | npc/guild2/arug_cas02.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/guild2/arug_cas02.txt b/npc/guild2/arug_cas02.txt index 1128a1c0a..c0f22f093 100644 --- a/npc/guild2/arug_cas02.txt +++ b/npc/guild2/arug_cas02.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -18,6 +18,7 @@ //= Made it so treasure won't spawn if castle is empty. //= Treasure will now be killed before spawning. //= 1.5 Fixed error with control devices. [L0ne_W0lf] +//= 1.6 Two small fixes. (aegis carry-overs) [L0ne_W0lf] //============================================================ arug_cas02,1,1,0 script Manager#aru02_02 111,{ @@ -2847,10 +2848,10 @@ aru_gld,120,83,5 script Cyr#flag_Ar02_3 722,{ mes "The Holy Kingdom of"; mes "Arunafeltz decrees that"; mes "this stronghold is owned"; - mes "by the ^FF0000" + guildName + "^000000 Guild."; + mes "by the ^FF0000" + getGuildName(.@GID) + "^000000 Guild."; next; mes "[ Arunafeltz Royal Edict ]"; - mes "^FF0000" + guildMaster + "^000000 is"; + mes "^FF0000" + getGuildMaster(.@GID) + "^000000 is"; mes "Guild Master of ^FF0000" + guildName + "^000000."; mes "Any that object must claim this"; mes "stronghold through strength of"; |