求个战士PK宏命令

来源:百度知道 编辑:UC知道 时间:2024/05/14 05:14:01
要好的。垃圾的别往上整。

切战斗换双手
/script P=PickupInventoryItem;PC=PickupContainerItem;oi=(GetInventoryItemLink("player",17));if(oi) then oi=(GetContainerItemLink(0,2));if(oi) then P(17);PC(0,2);else P(17);PC(0,2);end;P(16);PC(0,1);end
/施放 战斗姿态
切防御换盾
/script P=PickupInventoryItem;C=PickupContainerItem;oi=(GetInventoryItemLink("player",17));if(oi) then oi=(GetContainerItemLink(0,2));if(oi) then P(17);C(0,2);C(0,2);AutoEquipCursorItem();end;else C(0,1);P(16);C(0,2);P(17);end
/施放 防御姿态
切狂暴换双手
/script P=PickupInventoryItem;PC=PickupContainerItem;oi=(GetInventoryItemLink("player",17));if(oi) then oi=(GetContainerItemLink(0,2));if(oi) then P(17);PC(0,2);else P(17);PC(0,2);end;P(16);PC(0,1);end
/施放 狂暴姿态
战斗自动
/施放 压制(等级 4)
/script if ( UnitHealth("target")<20 ) then CastSpellByName("斩杀(等级 5)"); else if ( UnitHealth("target")>=20 ) then CastSpellByName("嗜血(等级 4)"); end end
/script if (U