diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-05 02:42:20 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-05 02:42:20 +0000 |
commit | 4e6774e4173eccff9d0b51b45fe2af07e682e67d (patch) | |
tree | 9f2d1c6e3c28343f601247bb9db557a45317fb3c /npc/re | |
parent | e7a4ce6eb8222a4abba8ee44d318c1d803c79797 (diff) | |
download | hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.gz hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.bz2 hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.xz hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.zip |
* Follow-up r16742, revised quest sample (doc\sample\npc_test_quest.txt) and whisper system documentation (doc\whisper_sys.txt)
* Follow-up r16745, fixed a few typos in atcommand documentation (doc\atcommands.txt)
* Minor cleaning - spacing, tabulation, comments, dividers
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16746 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/merchants/inn.txt | 4 | ||||
-rw-r--r-- | npc/re/merchants/renters.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/npc/re/merchants/inn.txt b/npc/re/merchants/inn.txt index 5429354ef..e8eb922a5 100644 --- a/npc/re/merchants/inn.txt +++ b/npc/re/merchants/inn.txt @@ -13,8 +13,8 @@ //= 1.1 Updated dialog for Brasilis inn. [L0ne_W0lf] //============================================================ - -//======================== Brasilis ================================= +// Brasilis +//============================================================ bra_in01,27,24,3 script Hotel Keeper#bra1 478,{ mes "[Hotel Keeper]"; mes "Welcome to the beautiful Brasilis Hotel."; diff --git a/npc/re/merchants/renters.txt b/npc/re/merchants/renters.txt index 278b1937b..0ac62a476 100644 --- a/npc/re/merchants/renters.txt +++ b/npc/re/merchants/renters.txt @@ -13,6 +13,7 @@ //============================================================ // Dragon Breeder on the Rune Knight job change map, couldn't find NPC on iRO. +//============================================================ job3_rune01,88,62,5 script Dragon Breeder 105,{ mes "[Dragon Breeder]"; if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) { @@ -50,6 +51,7 @@ job3_rune01,88,62,5 script Dragon Breeder 105,{ } // Dragon/Gryphon Master +//============================================================ prontera,130,213,5 script Riding Creature Master 105,{ mes "[Riding Creature Master]"; if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) { @@ -114,6 +116,7 @@ prontera,130,213,5 script Riding Creature Master 105,{ } // Peco removing NPC +//============================================================ prontera,125,208,5 script Peco Peco Remover 105,{ mes "[Soldier]"; mes "If you're unable to dismount from a Peco Peco"; @@ -144,6 +147,7 @@ prontera,125,208,5 script Peco Peco Remover 105,{ } // Magic Gear Renter +//============================================================ prontera,163,178,4 script Magic Gear Master 105,{ mes "[Magic Gear Master]"; if (Class == Job_Mechanic || Class == Job_Mechanic_T || Class == Job_Baby_Mechanic) { |