summaryrefslogtreecommitdiff
path: root/npc/merchants/advanced_refiner.txt
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-19 17:51:33 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-19 17:51:33 +0000
commit9a4be6babd72c1ebfc8e4c6d4524462d6311a6ad (patch)
treee6638aca74145f12551562c319a96bd2352cc559 /npc/merchants/advanced_refiner.txt
parentd894d1627651d090b7dd81efc35872b5b970ad1e (diff)
downloadhercules-9a4be6babd72c1ebfc8e4c6d4524462d6311a6ad.tar.gz
hercules-9a4be6babd72c1ebfc8e4c6d4524462d6311a6ad.tar.bz2
hercules-9a4be6babd72c1ebfc8e4c6d4524462d6311a6ad.tar.xz
hercules-9a4be6babd72c1ebfc8e4c6d4524462d6311a6ad.zip
- 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
Diffstat (limited to 'npc/merchants/advanced_refiner.txt')
-rw-r--r--npc/merchants/advanced_refiner.txt20
1 files changed, 2 insertions, 18 deletions
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) )
{