diff options
Diffstat (limited to 'npc/merchants/advanced_refiner.txt')
-rw-r--r-- | npc/merchants/advanced_refiner.txt | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/npc/merchants/advanced_refiner.txt b/npc/merchants/advanced_refiner.txt index eca847c6f..7b7825492 100644 --- a/npc/merchants/advanced_refiner.txt +++ b/npc/merchants/advanced_refiner.txt @@ -3,11 +3,11 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.4a +//= 1.4b //===== Compatible With: ===================================== //= Hercules Git //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Refiner that uses Enriched ores to increase upgrade success. //= After a conversation with Doddler, it's been established that //= the advanced refiner works similar the the "Bubble Gum" item. @@ -23,9 +23,10 @@ //= 1.3 Typo fixes [Yommy] //= 1.4 Removed unnecessary dialogs [Zephyrus] //= 1.4a Added 'disable_items' command. [Euphy] +//= 1.4b Fixed coordinates. [Euphy] //============================================================ -payon,174,138,0 script Suhnbi#cash 85,{ +payon,157,146,6 script Suhnbi#cash 85,{ disable_items; mes "[Suhnbi]"; mes "I am the Armsmith"; @@ -53,12 +54,6 @@ payon,174,138,0 script Suhnbi#cash 85,{ mes "I don't think I can refine this item at all."; close; } - if( !getequipisidentify(.@part) ) - { - mes "[Suhnbi]"; - mes "This has not been identified. So, it can't be refined..."; - close; - } if( getequiprefinerycnt(.@part) >= 10 ) { mes "[Suhnbi]"; @@ -158,4 +153,4 @@ S_RefineValidate: mes "Yeah... There's no need to rush."; mes "Take your time."; close; -}
\ No newline at end of file +} |