Thread Tools Display Modes
07-01-06, 11:33 AM   #1
SkOODaT
A Wyrmkin Dreamwalker
 
SkOODaT's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2006
Posts: 57
trying to make simple addon for hearthing

ok thier is this macro out there that i modded to suit my needs but i want it to fire off no matter where the stone is in my bags and make it into an addon this is the macro

---/script UseContainerItem(0,1);
---/script DEFAULT_CHAT_FRAME:AddMessage("You are recalling to " .. GetBindLocation() .. ".",0, 0.9, 0, 1,4);
---/script UIErrorsFrame:AddMessage("Recalling To " .. GetBindLocation() .. ".",0, 0.9, 0, 1,4);



this is so far what i have for the addon lol

function BW_OnLoad()


BW_AddMessage("BindWarn Loaded! Created By SkOODaT");


end
function BW_AddMessage(msg)

if ( DEFAULT_CHAT_FRAME ) then
DEFAULT_CHAT_FRAME:AddMessage("BW: "..msg);
UIErrorsFrame:AddMessage("BW: "..msg);
end

end
function BW_WarnOnUse
------->>>>


BW_AddMessage("You are recalling to " .. GetBindLocation() .. ".",0, 0.9, 0, 1,4);
end

*i dont know where to start .... how do i set it up to fire on hearthstone use lol does it have something to do with the item link?

any help is awesome

SkOO~

Last edited by SkOODaT : 07-01-06 at 11:36 AM.
  Reply With Quote
07-02-06, 10:04 AM   #2
SkOODaT
A Wyrmkin Dreamwalker
 
SkOODaT's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2006
Posts: 57
not even one post /bump
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » trying to make simple addon for hearthing


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off