Skip to content

Instantly share code, notes, and snippets.

@sebolio
Created June 13, 2015 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebolio/995cb696cc117617d138 to your computer and use it in GitHub Desktop.
Save sebolio/995cb696cc117617d138 to your computer and use it in GitHub Desktop.
Macro para comprar y usar items en wow
#Mostrar IDs de items en la ventana de chat
/script for i = 1, GetMerchantNumItems() do print(i, GetMerchantItemInfo(i)) end
#Comprar el item deseado (en este caso será el 27)
/script BuyMerchantItem(27, 1)
#Aplicar "clic derecho" a un item del inventario
/use Saco de oro robado
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment