From fe0df84b61325d3f0fc8cb6c38a8704c861248a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Mar 2021 17:12:20 -0300 Subject: Crafting - Players are now able to opt for bound items instead of named ones. Bound items cannot be traded but accept cards. --- npc/craft/smith.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/craft') diff --git a/npc/craft/smith.txt b/npc/craft/smith.txt index 6d5ea54c9..cfad0c30a 100644 --- a/npc/craft/smith.txt +++ b/npc/craft/smith.txt @@ -60,6 +60,8 @@ function script SmithSystem { if (.scope == CRAFT_GUILD) getitembound(.@it, 1, 2); // Create a guild-bound item + else if (GSET_CRAFT_BOUND) + getitembound(.@it, 1, 1); // Create an account-bound item else getnameditem(.@it, strcharinfo(0)); if (getskilllv(TMW2_CRAFT)) { -- cgit v1.2.3-70-g09d2