From 38e5f63b31c0ff5f673eab70fce8393d9330512f Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 25 Dec 2008 14:27:28 +0000 Subject: Remove some unused skill stuff This is in preperation of using passive skills --- src/map/script.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 4cbeb38..11bfdc0 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -177,7 +177,6 @@ int buildin_gettimestr(struct script_state *st); int buildin_openstorage(struct script_state *st); int buildin_guildopenstorage(struct script_state *st); int buildin_itemskill(struct script_state *st); -int buildin_produce(struct script_state *st); int buildin_monster(struct script_state *st); int buildin_areamonster(struct script_state *st); int buildin_killmonster(struct script_state *st); @@ -386,7 +385,6 @@ struct { {buildin_openstorage,"openstorage",""}, {buildin_guildopenstorage,"guildopenstorage","*"}, {buildin_itemskill,"itemskill","iis"}, - {buildin_produce,"produce","i"}, {buildin_monster,"monster","siisii*"}, {buildin_areamonster,"areamonster","siiiisii*"}, {buildin_killmonster,"killmonster","ss"}, @@ -3537,20 +3535,6 @@ int buildin_itemskill(struct script_state *st) clif_item_skill(sd,id,lv,str); return 0; } -/*========================================== - * アイテム作成 - *------------------------------------------ - */ -int buildin_produce(struct script_state *st) -{ - int trigger; - struct map_session_data *sd=script_rid2sd(st); - - if( sd->state.produce_flag == 1) return 0; - trigger=conv_num(st,& (st->stack->stack_data[st->start+2])); - clif_skill_produce_mix_list(sd,trigger); - return 0; -} /*========================================== * NPCでペット作る *------------------------------------------ -- cgit v1.2.3-60-g2f50