我让原本不生产单位的易洛魁“长屋”可以生产马拉雪橇,但是生产出来的马拉雪橇直接就在长屋旁边待着,而不是像正常那样走到放置旗子的地方。请问各位大佬这个要怎样设置啊?
把其他单位的flag复制粘贴到马拉雪橇看看,覆盖掉原有的flag?
首先是这两个按钮 <command page="10" column="2">SetGatherPointEconomy</command> <command page="10" column="3">SetGatherPointMilitary</command>然后应该是unittype或flag,功能是右键设定集合点;大概是 <flag>HasGatherPoint</flag>
<?xml version="1.0" encoding="utf-8"?><protomods> <unit id="1047" name="Longhouse"> <command page="10" column="2">SetGatherPointEconomy</command> <command page="10" column="3">SetGatherPointMilitary</command> <flag>HasGatherPoint</flag> <train row="0" page="6" column="1">xpBuilder</train> </unit></protomods>