From e3daaa86283063ecebf84106177783a007b50623 Mon Sep 17 00:00:00 2001 From: Playtester Date: Wed, 10 Oct 2007 12:52:33 +0000 Subject: Working on updating Socket Enchanter git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11392 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/socket_enchant.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/merchants/socket_enchant.txt') 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; -- cgit v1.2.3-70-g09d2