diff options
Diffstat (limited to 'npc/pre-re/guides/guides_aldebaran.txt')
-rw-r--r-- | npc/pre-re/guides/guides_aldebaran.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/pre-re/guides/guides_aldebaran.txt b/npc/pre-re/guides/guides_aldebaran.txt index ba8fd1636..6abac6474 100644 --- a/npc/pre-re/guides/guides_aldebaran.txt +++ b/npc/pre-re/guides/guides_aldebaran.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Al De Baran Guides //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== //= 1.7 -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= [Official conversion] //= Guides for the City of Al De Baran @@ -21,7 +19,7 @@ //= 1.7 Fixed viewpoint coordinates [Playtester] //============================================================ -aldebaran,139,63,4 script Soldier#alde 105,{ +aldebaran,139,63,4 script Soldier#alde 8W_SOLDIER,{ cutin "prt_soldier",2; mes "[Al De Baran Guard]"; mes "I'm just an ordinary guard"; @@ -56,7 +54,7 @@ aldebaran,139,63,4 script Soldier#alde 105,{ end; } -aldebaran,133,108,4 script Soldier#2alde 105,{ +aldebaran,133,108,4 script Soldier#2alde 8W_SOLDIER,{ cutin "prt_soldier",2; mes "[Al De Baran Guard]"; mes "I'm just an"; |