自訂義化製作.類似閹割版火神
表名:william_npc_make
npc_id NPC的編號
action_id 吃檔指令編號
make_name 製作物名稱
material_items 製作材料
give_itemid 獲得道具
give_count 獲得數量
give_enchant 獲得道具的強化值
random 機率
guaranteeds 製作失敗次數的機率設定
guaranteedId 製作失敗紀錄的編號配合character_make_guaranteed
broad 是否上廣
is_open 是否啟用
範例
INSERT INTO npc (npcid, name, classname, nameid, note, impl, gfxid, need_ac, lvl, hp, mp, ac, str, con, dex, wis, intel, base_damage, random_damage, mr, exp, lawful, size, weakAttr, ranged, tamable, passispeed, atkspeed, alt_atk_speed, atk_magic_speed, sub_magic_speed, undead, poison_atk, paralysis_atk, agro, agrososc, agrocoi, family, agrofamily, agrogfxid1, agrogfxid2, picupitem, digestitem, bravespeed, hprinterval, hpr, mprinterval, mpr, teleport, randomlevel, randomhp, randommp, randomac, randomexp, randomlawful, damage_reduction, hard, doppel, IsTU, IsErase, bowActId, karma, transform_id, transform_gfxid, light_size, amount_fixed, change_head, cant_resurrect, hascastle, spawnlist_door, count_map, appearId, prestige_value) VALUES (98120, '高技合成系統', '0', '高技合成系統', '高技合成系統', 'L1Merchant', 991, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0);
INSERT INTO npcaction (npcid, normal_action, caotic_action, teleport_url, teleport_urla) VALUES (98120, 'qzzz_skill', 'qzzz_skill', '', '');
INSERT INTO william_npc_make (npc_id, action_id, make_name, material_items, give_itemid, give_count, give_enchant, random, guaranteeds, guaranteedId, broad, is_open) VALUES (98120, 'qzzz_skill1_1', '三重矢', '[40308,8000000,0],[10089,800,0]', 40240, 1, 0, 100, '0', 0, 0, 1);
INSERT INTO william_npc_make (npc_id, action_id, make_name, material_items, give_itemid, give_count, give_enchant, random, guaranteeds, guaranteedId, broad, is_open) VALUES (98120, 'qzzz_skill1_10', '冲击士气', '[40308,8000000,0],[10090,800,0]', 40230, 1, 0, 100, '0', 0, 0, 1);
INSERT INTO william_npc_make (npc_id, action_id, make_name, material_items, give_itemid, give_count, give_enchant, random, guaranteeds, guaranteedId, broad, is_open) VALUES (98120, 'qzzz_skill1_11', '激励士气', '[40308,8000000,0],[10090,800,0]', 40227, 1, 0, 100, '0', 0, 0, 1);
|