导入说明:打开MGCN-3.0.9-m7373-s900(或其他版本)==>附赠工具 ==>mysql数据库管理==>打开"navicat.exe"
点击"联机" 在出现的框框里的对应"联机名称"、"使用者名称"、
"密码"位置都填上"mangos"==>点击确定
点击左边出现的 "mangos" 出现下级列表"bbs"、"characters"等等
右键点击"mangos",选择"Console..."
出现一个窗口。里面写着 mysql>
将我做的“NPC创建.txt”、“武器.txt”、“任务.txt”里面的代码
复制到mysql> 后面 按回车。
导入完成。
导入完成后 重启服务器,然后上线 用GM帐号在聊天框里面输入
.add 1599999 即可完成添加。拿上你的新武器 爽属于你的世界去吧!
下面是SQL代码。。直接导入到你的数据库中
REPLACE INTO `item_template` (`entry`, `class`, `subclass`, `unk0`, `name`, `displayid`, `Quality`, `Flags`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `dmg_min3`, `dmg_max3`, `dmg_type3`, `dmg_min4`, `dmg_max4`, `dmg_type4`, `dmg_min5`, `dmg_max5`, `dmg_type5`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `Duration`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`) VALUES (1599999, 2, 8, 8, '★神◇霜之哀伤★', 46609, 6, 524288, 1, 0, 0, 17, -1, -1, 0, 80, 0, 0, 0, 0, 0, 0, 0, 1, 1, 3, 4, 32767, 13, 32767, 32, 32767, 35, 32767, 36, 32767, 14, 32767, 3, 32767, 7, 32767, 7, 32767, 7, 32767, 120000, 150000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5000, 0, 0, 0, 0, 0, 0, 300, 0, 0, 22639, 2, 0, 0, -1, 0, -1, 15283, 2, 0, 0, -1, 0, -1, 22641, 0, 0, 1200000, 29, 65535, -1, 5579, 0, 0, 300000, -1, 0, -1, 9774, 0, 0, 300000, -1, 0, -1, 1, '你拥有超越一切的力量~!', 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, -1, 0, 0, '', 0, 0, 0, 0);
|