码迷,mamicode.com
首页 > 其他好文 > 详细

闯关模式配置

时间:2018-06-03 14:40:50      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:xrange   bsp   health   over   evel   kill   对话   imm   des   

一,数据库新建一个闯关NPC,运行下面命令即可

insert into `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `scale`, `rank`, `mindmg`, `maxdmg`, `dmgschool`, `attackpower`, `dmg_multiplier`, `baseattacktime`, `rangeattacktime`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `HoverHeight`, `Health_mod`, `Mana_mod`, `Armor_mod`, `RacialLeader`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) values(‘90007‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘25564‘,‘0‘,‘0‘,‘0‘,‘闯关(_stage)‘,‘‘,NULL,‘0‘,‘80‘,‘80‘,‘2‘,‘35‘,‘1‘,‘1‘,‘1.14286‘,‘1‘,‘3‘,‘0‘,‘0‘,‘0‘,‘0‘,‘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‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘‘,‘0‘,‘3‘,‘1‘,‘1‘,‘1‘,‘1‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘0‘,‘1‘,‘0‘,‘0‘,‘StageNPC‘,‘1‘);

二,在闯关副本中添加该NPC,配置_common_setting表中第31项,格式 事件ID(为0时,任意时间都可闯关,不为0时,该ID事件开始后才可以挑战)|副本地图ID|闯关NPC ID|允许挑战的最大人数(副本内人数超过该值将被传送)

三,配置_stage表

stageRank 闯关等级,从1开始
summonsGroupId 每关召唤的生物组,对应creature_summon_groups,中groupid
rewGobId 击杀当前关卡,所有召唤生物后,奖励的宝箱ID,对应gameobject_template中entry
description NPC对话菜单内容

 四,creature_summon_groups这个表用软件修改后,有可能会重置,增加一个自增的ID作为主键,这样就可以编辑了

闯关模式配置

标签:xrange   bsp   health   over   evel   kill   对话   imm   des   

原文地址:https://www.cnblogs.com/slwow/p/9128916.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!