croln4o 0 Report post Posted May 14, 2017 Hello guys am a rogue on the darrowshire realm and got my hands on gutgore ripper so i thought about using it as a mh for ambush then switching back to my sword and i found this macro: /cast Ambush(rank 6) /script PickupContainerItem (x, y) /script PickupInventoryItem (16) /script PickupContainerItem (x, y) /script PickupInventoryItem (17) /script AttackTarget();But all it dose is keep switching between the dagger and the sword and it dosnt cast ambush at all if you guys have any solution to this please post it : ). 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted May 14, 2017 /run local dagger = ({GetItemInfo(({strfind(GetInventoryItemLink("player",16),"item:(%d*):")})[3])})[6] == "Daggers" if dagger then PickupInventoryItem(16) EquipCursorItem(17) end This macro will swap your weapon if it's a dagger, but it will swap it even if Ambush fails to cast. Easiest way would be to put ambush into a slot in your main action bar, and this macro in the corresponding slot of the bar while not stealthed. 0 Share this post Link to post Share on other sites