diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 22:04:47 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 22:04:47 +0000 |
commit | ac9ba3147b30c5af55884c135e552d61bcc042c3 (patch) | |
tree | 084bcd78d368145c49a180318db901a935998c00 /npc/merchants/socket_enchant.txt | |
parent | f26dbc30528f8627310fa03f46cefd940ee40588 (diff) | |
download | hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.gz hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.bz2 hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.xz hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.zip |
Uncommented the ShowWarning and ShowDebug from rev. 11508, and cleaned up the warnings it produced.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11516 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/socket_enchant.txt')
-rw-r--r-- | npc/merchants/socket_enchant.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt index c37848b1e..d3b5a6d02 100644 --- a/npc/merchants/socket_enchant.txt +++ b/npc/merchants/socket_enchant.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= eAthena dev team //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -19,6 +19,7 @@ //= 1.1b Optimized/cleaned [ultramage] //= 1.2 Fixed some typos and a nasty bug. [SinSloth] //= 1.3 Fixed a wrong item ID with Sphinx Hat. [SinSloth] +//= 1.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //============================================================ payon,140,151,5 script Seiyablem 84,{ @@ -400,9 +401,9 @@ function script Func_Socket { } } -lhz_in02,281,35,5 duplicate(Seiyablem) Seiyablem 84,0,0 -prt_in,33,70,5 duplicate(Seiyablem) Seiyablem 84,0,0 -morocc,51,41,5 duplicate(Seiyablem) Seiyablem 84,0,0 +lhz_in02,281,35,5 duplicate(Seiyablem) Seiyablem#lhz 84,0,0 +prt_in,33,70,5 duplicate(Seiyablem) Seiyablem#prt 84,0,0 +morocc,51,41,5 duplicate(Seiyablem) Seiyablem#moc 84,0,0 payon,143,143,7 script Young Man#socket 97,{ @@ -422,6 +423,6 @@ payon,143,143,7 script Young Man#socket 97,{ close; } -lhz_in02,269,33,5 duplicate(Young Man#socket) Young Man 97,0,0 -prt_in,31,57,1 duplicate(Young Man#socket) Young Man 97,0,0 -morocc,60,42,3 duplicate(Young Man#socket) Young Man 97,0,0 +lhz_in02,269,33,5 duplicate(Young Man#socket) Young Man#lhz 97,0,0 +prt_in,31,57,1 duplicate(Young Man#socket) Young Man#prt 97,0,0 +morocc,60,42,3 duplicate(Young Man#socket) Young Man#moc 97,0,0 |