From 9a4be6babd72c1ebfc8e4c6d4524462d6311a6ad Mon Sep 17 00:00:00 2001 From: zephyrus Date: Fri, 19 Sep 2008 17:51:33 +0000 Subject: - Removed duplicated warps. - Implementing new iWall system in WOE SE. - Removed unnecessary dialogs in Advanced Refiner. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13220 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/advanced_refiner.txt | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'npc/merchants/advanced_refiner.txt') diff --git a/npc/merchants/advanced_refiner.txt b/npc/merchants/advanced_refiner.txt index 50b8d05c9..767b604bb 100644 --- a/npc/merchants/advanced_refiner.txt +++ b/npc/merchants/advanced_refiner.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= Eathena SVN //===== Description: ========================================= @@ -21,6 +21,7 @@ //= 1.1 Fixed a weird carriage return. o_o [L0ne_W0lf] //= 1.2 Optimizing refine method [Zephyrus] //= 1.3 Typo fixes [Yommy] +//= 1.4 Removed unnecessary dialogs [Zephyrus] //============================================================ payon,174,138,0 script Suhnbi#cash 85,{ @@ -43,24 +44,7 @@ payon,174,138,0 script Suhnbi#cash 85,{ set .@part,select(.@menu$); if( !getequipisequiped(.@part) ) - { - mes "[Suhnbi]"; - switch(.@part) - { - case 1: mes "Do you want me to refine your skull?"; break; - case 2: mes "I'll refine your torso with my own passionate body!"; break; - case 3: mes "Sorry, there ain't any technology yet to put rockets on your left hand..."; break; - case 4: mes "Sorry, there ain't any technology yet to put rockets on your right hand..."; break; - case 5: mes "You're not even wearing a garment? Are you?"; break; - case 6: mes "What do I look like, a makeover artist? I can't refine your bare feet!"; break; - case 7: mes "Um... You're not wearing an Accessory."; break; - case 8: mes "Accessory? You're not wearing one of those."; break; - case 9: mes "I refine equipment. I don't give hair cuts."; break; - case 10: mes "What am I, your personal hairstylist?. Go to the salon if you want work done on your precious hair."; break; - } close; - } - if( !getequipisenableref(.@part) ) { -- cgit v1.2.3-70-g09d2