summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/merchants/socket_enchant.txt4
2 files changed, 6 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index b87ee2230..a2128c9b5 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -32,6 +32,8 @@ Playtester
Date Added
======
+08/26
+ * Added official effects to the Socket Enchant NPC [Playtester]
08/25
* Reverted the mapflag changes to Lighthalzen. [MasterOfMuppets]
* Little correction on Assassin Job Quest [Toms]
diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt
index 987ac67f1..ecf6835fc 100644
--- a/npc/merchants/socket_enchant.txt
+++ b/npc/merchants/socket_enchant.txt
@@ -547,6 +547,7 @@ function script addslot {
set Zeny,Zeny-@addprice;
delitem @olditem,1;
if(@rateit<rand(1,100))goto L_Fail;
+ misceffect 83;
getitem @newitem,1;
mes "[Socket Enchant]";
@@ -571,6 +572,7 @@ function script addslot {
close;
L_Fail:
+ misceffect 183;
mes "[Socket Enchant]";
mes "Sorry, but i could't upgrade it.";
close;
@@ -605,6 +607,7 @@ function script addslot2 {
set Zeny,Zeny-@addprice;
delitem @olditem,1;
if(@rateit<rand(1,100))goto L_Fail;
+ misceffect 83;
getitem @newitem,1;
mes "[Socket Enchant]";
@@ -629,6 +632,7 @@ function script addslot2 {
close;
L_Fail:
+ misceffect 183;
mes "[Socket Enchant]";
mes "Sorry, but i could't upgrade it.";
close;