求几个能直接COPY到WOW的战士的宏
2024-07-18 11:55:30作者:饭克斯
双手武器加战斗状态
/scriptoi=(GetInventoryItemLink(player,17));if(oi)thenPickupInventoryItem(17);PickupContainerItem(0,2);PickupContainerItem(0,1);PickupInventoryItem(16);end;
/施放战斗姿态
单手武器开防御状态
/scriptoi=(GetInventoryItemLink(player,17));if(notoi)thenPickupContainerItem(0,1);PickupInventoryItem(16);PickupContainerItem(0,2);PickupInventoryItem(17);end;
/施放防御姿态
0代表主包,1,2代表位置.
斩杀
/施放斩杀(等级1)
/施放狂暴姿态
拦截
/施放拦截(等级1)
/施放狂暴姿态
盾击
/scriptoi=(GetInventoryItemLink(player,17));if(notoi)thenPickupContainerItem(0,1);PickupInventoryItem(16);PickupContainerItem(0,2);PickupInventoryItem(17);end;
/施放盾击(等级1)
/施放防御姿态
注意,请把单手武器放在主包包的第一个位置,盾放在第2个位置.以上宏都可以成立
展开全文