diff options
Diffstat (limited to 'npc/merchants/socket_enchant.txt')
-rw-r--r-- | npc/merchants/socket_enchant.txt | 69 |
1 files changed, 42 insertions, 27 deletions
diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt index 178f8ca98..1396ace0d 100644 --- a/npc/merchants/socket_enchant.txt +++ b/npc/merchants/socket_enchant.txt @@ -1,32 +1,47 @@ -//===== Hercules Script ====================================== +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2015 Hercules Dev Team +//= Copyright (C) rAthena Dev Team +//= Copyright (C) Euphy +//= Copyright (C) eAthena Dev Team +//= Copyright (C) Gepard +//= Copyright (C) Kisuka +//= Copyright (C) Samuray22 +//= Copyright (C) L0ne_W0lf +//= Copyright (C) ultramage +//= Copyright (C) SinSloth +//= Copyright (C) Evera +//= Copyright (C) Toms +//= Copyright (C) Lupus +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see <http://www.gnu.org/licenses/>. +//========================================================================= //= Episode 11.1 Socket Enchant NPC -//===== By: ================================================== -//= rAthena Dev Team -//===== Current Version: ===================================== -//= 2.0a -//===== Description: ========================================= -//= [Official Conversion] +//================= Description =========================================== //= Adds slots to selected weapons and armor. -//===== Additional Comments: ================================= -//= 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] -//= 1.0 Fixed ingredients check [Lupus] -//= 1.1 Updated to official. [SinSloth] -//= 1.1b Optimized/cleaned [ultramage] -//= 1.2 Fixed some typos and a nasty bug. [SinSloth] -//= 1.3 Fixed a wrong item ID with Sphinx Hat. [SinSloth] -//= 1.4 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] -//= 1.5 Removed OnTouch trigger area from NPCs. [L0ne_W0lf] -//= 1.6 Replaced effect numerics with constants. [Samuray22] -//= 1.7 Adjusted prices on some armor and weapons. [L0ne_W0lf] -//= 1.8 Added missing Gae Bolg and Dragon Slayer. [Kisuka] -//= 1.9 Moved Episode 12 items to separate NPC. -//= Some cleanup & optimization. [Gepard] -//= 2.0 Duplicates now spawn from floating NPCs. [L0ne_W0lf] -//= 2.0a Added 'disable_items' command. [Euphy] -//============================================================ +//================= Current Version ======================================= +//= 2.0a +//========================================================================= - script Seiyablem#dummy::SocketEnchant -1,{ if (checkweight(1201,1) == 0) |