魔兽地图编辑器怎么在设置怪物掉东西 就是设置一只怪物,然后全部那种类型怪物都会掉落的那种
展开全部
不想一个个改的话,就使用触发吧!
事件-A unit owned by 中立敌对 死亡
条件-Unit-Type of Dying Unit 等于 怪的类型XX
动作-Create 物品XX at Position of Dying Unit
若要几率掉落物品,可使用如下方法
if (Randim Integer Number between 1 to 2 等于 1)
then (Create 物品XX at Position of Dying Unit)
以上即为50%几率掉落
同理更改(Randim Integer Number between 1 to 10 等于 1)
即为10%几率掉落
事件-A unit owned by 中立敌对 死亡
条件-Unit-Type of Dying Unit 等于 怪的类型XX
动作-Create 物品XX at Position of Dying Unit
若要几率掉落物品,可使用如下方法
if (Randim Integer Number between 1 to 2 等于 1)
then (Create 物品XX at Position of Dying Unit)
以上即为50%几率掉落
同理更改(Randim Integer Number between 1 to 10 等于 1)
即为10%几率掉落
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询