/script GameTooltip:SetInventoryItem("player", GetInventorySlotInfo("MainHandSlot")); if(GameTooltipTextRight3:GetText()~="匕首") then CastSpellByName("邪恶攻击(等级 X)") else PickupContainerItem(0,1) PickupInventoryItem(16); end
这个是在邪恶攻击前判断你的主手是不是剑,是则邪恶攻击,不是就换成剑然后邪恶攻击.
/script GameTooltip:SetInventoryItem("player", GetInventorySlotInfo("MainHandSlot")); if(GameTooltipTextRight3:GetText()~="剑") then CastSpellByName("背刺(等级 X)") else PickupContainerItem(0,1) PickupInventoryItem(16); end
是杂背刺前判断你主手是不是匕首,是则背刺,不是就换成匕首背刺.
/script GameTooltip:SetInventoryItem("player", GetInventorySlotInfo("MainHandSlot")); if(GameTooltipTextRight3:GetText()~="剑") then CastSpellByName("伏击(等级 X)") else PickupContainerItem(0,1) PickupInventoryItem(16); end
这个是在伏击前判断你主手是不是匕首,是则伏击,不是就换成匕首伏击.
换武器现在有公共CD,你可以自己试试,宏1和宏2应该是不能完成的(楼上那个是几年前的了):
宏1:
/cast 潜行
/equipslot [stealth] 16 匕首名字
/equipslot [nostealth] 16 **武器
宏2:
/equipslot 16 匕首名字
/cast 背刺
/equipslot 16 **武器
宏3:
/cast 致盲
/use 厚灵纹布绷带
你这宏是不能完成的
智能有 用什么技能换什么武器
不能控制 放完技能换武器
分太少.