diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 12:52:33 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-10 12:52:33 +0000 |
commit | e3daaa86283063ecebf84106177783a007b50623 (patch) | |
tree | 49e40d8a20fb900f2a23acaf12eabe22df579105 | |
parent | e39929c119a9fcb3be2f8d0da73ebc03bdbeeb20 (diff) | |
download | hercules-e3daaa86283063ecebf84106177783a007b50623.tar.gz hercules-e3daaa86283063ecebf84106177783a007b50623.tar.bz2 hercules-e3daaa86283063ecebf84106177783a007b50623.tar.xz hercules-e3daaa86283063ecebf84106177783a007b50623.zip |
Working on updating Socket Enchanter
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11392 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/merchants/socket_enchant.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt index 2edbbe3bc..fbad79413 100644 --- a/npc/merchants/socket_enchant.txt +++ b/npc/merchants/socket_enchant.txt @@ -47,11 +47,15 @@ payon,140,151,5 script Seiyablem 84,{ mes "C Class, eh?"; mes "Now, I can only upgrade certain equipment in that class, so please choose one of the following items, so we can try to add a Slot to it."; next; - switch( select( "Trident","Rope","Violin" ) ) + switch( select( "Trident","Rope","Violin","Book of Billows","Book of Mother Earth","Book of the Blazing Sun","Book of Gust of Wind" ) ) { case 1: callfunc "Func_Socket",1,1460,1461,40,66,200,1010,10; break; case 2: callfunc "Func_Socket",1,1950,1951,40,66,200,1010,10; break; case 3: callfunc "Func_Socket",1,1901,1902,40,66,200,1010,10; break; + case 4: callfunc "Func_Socket",1,1553,1568,40,66,200,1010,10; break; + case 5: callfunc "Func_Socket",1,1554,1569,40,66,200,1010,10; break; + case 6: callfunc "Func_Socket",1,1555,1570,40,66,200,1010,10; break; + case 7: callfunc "Func_Socket",1,1556,1571,40,60,200,1010,10; break; } break; |