我想建立一些74技能的宏~但不知道怎么建比如~十字军圣印+审判+命令 的宏怎么建?高手指点

热心网友

先打击你一下,不可能圣印和审判共用冷却时间,无法用宏同时使用,而且宏不支持延时施放,所以根本不能编出这种宏。下面是换武器的宏,骑士有用的:1。双手武器 换到(主手武器+盾)宏:/script PickupContainerItem(MainhandBag,MainhandBagSlot)/script PickupInventoryItem(16)/script PickupContainerItem(TwohandsBag,TwohandsBagSlot)/script PickupContainerItem(OffhandBag,OffhandBagSlot)/script PickupInventoryItem(17)讲解:假如你想把双手武器放在第4个包的第1个格子就把(TwohandsBag,TwohandsBagSlot)改为(4,1) 这样,你的主手武器放在第4个包的第2个格子就把(MainhandBag,MainhandBagSlot)改为(4,2) 盾嘛,你就把它放在第4个包的第3格子就把(OffhandBag,OffhandBagSlot)改为(4,3)就行了以上操作最好按我告诉你的来做,剩下的其他内容都原封不动的照打下来(注意!!空隙大的地方是空格)2。(主手武器+盾) 换到 双手武器宏:/script PickupInventoryItem(17)/script PickupContainerItem(OffhandBag,OffhandBagSlot)/script PickupContainerItem(TwohandsBag,TwohandsBagSlot)/script PickupInventoryItem(16)/script PickupContainerItem(MainhandBag,MainhandBagSlot)。

热心网友

我也想知,是高手的就帮忙