diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-03-03 19:17:46 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-03-03 19:17:46 +0530 |
commit | 32dcef78987206a679ea52ad34266e0e1da3dc5c (patch) | |
tree | e60dcde19e844c5b9ac37a1fe1c998da81399f10 | |
parent | fc41e39081a4ad37febe16045277972d467d8742 (diff) | |
download | hercules-32dcef78987206a679ea52ad34266e0e1da3dc5c.tar.gz hercules-32dcef78987206a679ea52ad34266e0e1da3dc5c.tar.bz2 hercules-32dcef78987206a679ea52ad34266e0e1da3dc5c.tar.xz hercules-32dcef78987206a679ea52ad34266e0e1da3dc5c.zip |
Updated socket_enchant2.txt to contain ninja item
-rw-r--r-- | npc/merchants/socket_enchant2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/merchants/socket_enchant2.txt b/npc/merchants/socket_enchant2.txt index 08fe62ed9..afd19eba6 100644 --- a/npc/merchants/socket_enchant2.txt +++ b/npc/merchants/socket_enchant2.txt @@ -169,10 +169,11 @@ mes "A class? You seem to want little too much. But, no problem."; mes "So, what kind of armor do you have?"; next; - switch(select("Pirate Bandana:Black Leather Boots")) + switch(select("Pirate Bandana:Black Leather Boots"+(checkre(0)?":Special Ninja Suit":""))) { case 1: callfunc "Func_Socket2",2287,5350,50,61,500,985,1; // 50,61 - it's not a typo case 2: callfunc "Func_Socket2",2425,2434,40,51,500,985,1; + case 3: callfunc "Func_Socket2",15053,15056,50,61,500,985,1; } case 4: mes "[Leablem]"; |