From 8c99adcb54d0a13f63a6f93d771ca15f211fb4e3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 May 2019 22:44:11 -0300 Subject: Item crafting (Bugslayer and Wooden Sword) will now output named items (crafter name). And these named items will have the crafter's skills on them =D Great, now we need recipes and learning (both of these) :> --- npc/functions/main.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 807ac6a44..075142e12 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -291,6 +291,25 @@ function script isin { return false; } +// Clear output of getinventorylist() +// delinventorylist() +function script delinventorylist { + deletearray @inventorylist_id; + deletearray @inventorylist_amount; + deletearray @inventorylist_equip; + deletearray @inventorylist_refine; + deletearray @inventorylist_identify; + deletearray @inventorylist_attribute; + deletearray @inventorylist_card1; + deletearray @inventorylist_card2; + deletearray @inventorylist_card3; + deletearray @inventorylist_card4; + deletearray @inventorylist_expire; + deletearray @inventorylist_bound; + @inventorylist_count=0; + return; +} + // Get some acc id, even if offline // ( Name ) function script gf_accid { -- cgit v1.2.3-70-g09d2