Sluimerstand / ProfessionShoppingList

Track recipes, reagents, cooldowns, and more!
4 stars 4 forks source link

Enhancement: CookingFireButton, cast Cooking Fire directly at the Player #98

Closed fubaWoW closed 10 months ago

fubaWoW commented 11 months ago

Hi there,

maybe you can change the "CookingFireButton" from :

cookingFireButton:SetAttribute("type1", "spell")
cookingFireButton:SetAttribute("spell", 818)

to

cookingFireButton:SetAttribute("type", "spell")
cookingFireButton:SetAttribute("spell1", 818)
cookingFireButton:SetAttribute("unit1", "player")
cookingFireButton:SetAttribute("spell2", 818)

this will allow the Cooking Fire to be cast "directly at the Player" on Left-Click and "default" on Right-Click.

Sluimerstand commented 11 months ago

Cool idea. Will get that done!

fubaWoW commented 11 months ago

Cool idea. Will get that done!

very nice, thanks! 👍