diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-25 05:26:11 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-25 05:26:11 +0000 |
commit | fd6d268638658dbf8c7e2ee1c8657f0f1932146f (patch) | |
tree | 69d5ad36720ce39934b3b1c71e34dbc3f555fe99 /npc/merchants/socket_enchant.txt | |
parent | 44ddfa3599ec6f49df9a5cd6e0936fc522b1bf0b (diff) | |
download | hercules-fd6d268638658dbf8c7e2ee1c8657f0f1932146f.tar.gz hercules-fd6d268638658dbf8c7e2ee1c8657f0f1932146f.tar.bz2 hercules-fd6d268638658dbf8c7e2ee1c8657f0f1932146f.tar.xz hercules-fd6d268638658dbf8c7e2ee1c8657f0f1932146f.zip |
final clone maps -> original maps change. also fixed novice grounds map in char.c. fixed socked_enchant npc
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9064 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/socket_enchant.txt')
-rw-r--r-- | npc/merchants/socket_enchant.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt index bdb21076b..6685231b9 100644 --- a/npc/merchants/socket_enchant.txt +++ b/npc/merchants/socket_enchant.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Sousuke_PL
//===== Current Version: =====================================
-//= 0.2
+//= 0.3
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -13,12 +13,12 @@ //= 0.1a added missing L_No: to 2 funcs [Lupus]
//= 0.1b Removed duplicates [Toms]
//= 0.2 Added missing next;'s [Evera]
+//= 0.3 Fixed Zweihander[+] id [Lupus]
//============================================================
lhz_in02.gat,281,35,5 script Socket Enchant 84,{
-
mes "[Socket Enchant]";
mes "Hello.";
mes "How can I help you?";
@@ -162,7 +162,7 @@ lhz_in02.gat,281,35,5 script Socket Enchant 84,{ Zweihander:
set @olditem,1168;
- set @newitem,1716;
+ set @newitem,1171;
callfunc "f_weapon_a3";
Flamberge:
|