Its a simple task...
I wanna be able to press a actionbar button to jump... just as i do with spells & potions & stuff.
macro help plz
because noone knows how its done? perhaps some funky shit like
/script PerformAction("Jump"))
why do you want it on the actionbar anyway? why doesnt space do?
/script PerformAction("Jump"))
why do you want it on the actionbar anyway? why doesnt space do?
Crezax wrote:If you feel you need to write something angry and insulting, write it down in Notepad, save it somewhere and look at it when you get bored.
- Taurodomus
- Warlord
- Posts: 608
- Joined: 26 Jul 2005, 17:46
- Location: EAAAAAAARTH
my weapon switch macro, switching between 1h and shield to 2h and back again. Using the top left and the second top left bagslots in your leftmost bag (should be able to use another bag)
/script if(GetContainerItemLink(4,2)) then PickupInventoryItem(16);PickupContainerItem(4,1);PickupContainerItem(4,2);PickupInventoryItem(17); else PickupInventoryItem(17);PickupContainerItem(4,2);PickupContainerItem(4,1);PickupInventoryItem(16);
/script if(GetContainerItemLink(4,2)) then PickupInventoryItem(16);PickupContainerItem(4,1);PickupContainerItem(4,2);PickupInventoryItem(17); else PickupInventoryItem(17);PickupContainerItem(4,2);PickupContainerItem(4,1);PickupInventoryItem(16);
//Deadleg