- 精华
- 阅读权限
- 90
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2016-6-1
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2017-2-18 12:10:59
|
显示全部楼层
本帖最后由 sccs 于 2017-2-18 14:49 编辑
依葫芦画瓢参照ZUL的铜锣召唤加兹瑞拉做了个召唤尤尔的AI(可以将就用用),不过当年国服没打过这个BOSS,也没注意过球是不是在这个位置,反正也在最终BOSS附近就放这里了。。



数据库代码(先自行备份相关数据表):
INSERT INTO `world`.`gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES ('900005', '185522', '557', '2', '1', '-233.163', '-13.8737', '17.4808', '1.61008', '0', '0', '0.346487', '0.938055', '300', '100', '1', '0');
INSERT INTO `world`.`smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES ('185522', '1', '0', '0', '64', '0', '100', '257', '1', '0', '0', '0', '12', '22930', '8', '0', '0', '0', '0', '8', '0', '0', '0', '0', '0', '0', '0', 'Summon Yor');
UPDATE `world`.`creature_template` SET `entry`='22930', `difficulty_entry_1`='0', `difficulty_entry_2`='0', `difficulty_entry_3`='0', `KillCredit1`='0', `KillCredit2`='0', `modelid1`='14173', `modelid2`='0', `modelid3`='0', `modelid4`='0', `name`='尤尔', `subname`='沙法尔的虚空猎犬', `IconName`=NULL, `gossip_menu_id`='0', `minlevel`='70', `maxlevel`='70', `exp`='1', `faction`='16', `npcflag`='0', `speed_walk`='1', `speed_run`='1.14286', `scale`='1', `rank`='1', `mindmg`='234', `maxdmg`='331', `dmgschool`='0', `attackpower`='286', `dmg_multiplier`='7.5', `baseattacktime`='2000', `rangeattacktime`='2000', `unit_class`='2', `unit_flags`='0', `unit_flags2`='2048', `dynamicflags`='0', `family`='0', `trainer_type`='0', `trainer_spell`='0', `trainer_class`='0', `trainer_race`='0', `minrangedmg`='198', `maxrangedmg`='295', `rangedattackpower`='33', `type`='3', `type_flags`='0', `lootid`='22930', `pickpocketloot`='0', `skinloot`='0', `resistance1`='0', `resistance2`='0', `resistance3`='0', `resistance4`='0', `resistance5`='0', `resistance6`='0', `spell1`='36405', `spell2`='38361', `spell3`='0', `spell4`='0', `spell5`='0', `spell6`='0', `spell7`='0', `spell8`='0', `PetSpellDataId`='0', `VehicleId`='0', `mingold`='0', `maxgold`='0', `AIName`='SmartAI', `MovementType`='0', `InhabitType`='3', `HoverHeight`='1', `Health_mod`='35', `Mana_mod`='6', `Armor_mod`='1', `RacialLeader`='0', `questItem1`='0', `questItem2`='0', `questItem3`='0', `questItem4`='0', `questItem5`='0', `questItem6`='0', `movementId`='0', `RegenHealth`='1', `mechanic_immune_mask`='0', `flags_extra`='3', `ScriptName`='', `VerifiedBuild`='12340' WHERE (`entry`='22930');
UPDATE `world`.`gameobject_template` SET `entry`='185522', `type`='0', `displayId`='7183', `name`='沙法尔的静止间', `IconName`='', `castBarCaption`='', `unk1`='', `faction`='0', `flags`='0', `size`='3', `questItem1`='0', `questItem2`='0', `questItem3`='0', `questItem4`='0', `questItem5`='0', `questItem6`='0', `data0`='0', `data1`='1731', `data2`='0', `data3`='1', `data4`='0', `data5`='0', `data6`='0', `data7`='0', `data8`='0', `data9`='0', `data10`='0', `data11`='0', `data12`='0', `data13`='0', `data14`='0', `data15`='0', `data16`='0', `data17`='0', `data18`='0', `data19`='0', `data20`='0', `data21`='0', `data22`='0', `data23`='0', `AIName`='SmartGameObjectAI', `ScriptName`='', `VerifiedBuild`='11723' WHERE (`entry`='185522');
|
|