From 4e6774e4173eccff9d0b51b45fe2af07e682e67d Mon Sep 17 00:00:00 2001 From: euphyy Date: Wed, 5 Sep 2012 02:42:20 +0000 Subject: * 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 --- npc/re/merchants/inn.txt | 4 ++-- npc/re/merchants/renters.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/re/merchants') 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) { -- cgit v1.2.3-60-g2f50