View Single Post
07-03-05, 10:09 AM   #8
Abdo
A Murloc Raider
Join Date: Jul 2005
Posts: 6
Originally Posted by Garzu
Thank you for helping out.

Abdo, please post or upload the buttons you make, im even more clueless in code and stuff than you are, but I love minimap buttons, it looks so neat and cool =D And they are useful of course.

Like what is target frame's name?

Im sooo looking forward to your 0.90 edition, I simply love the concept of this addon.
What I did was searching the addon dir with wingrep (http://www.wingrep.com/) for anything called frame. Then i just used the one that looked right

For example; for AutoDecline I used:
Code:
KC_RadialButton:RegisterButton(this, "ADOptionsFrame", 168);
Other then that I just followed the instructions

It doesnt seem to work 100% though, like DefendYourself refused to work even though I tried with all the "frames" I could fine, but you cant have it all, hehe...

I still dont know if one can use like /slash command, macros or "originals" and bind them to buttons on the mini-map but I dont think so.

Good luck Garzu

EDIT:
It would be so very neat if one could add /slash command to them, then it would be extreamly easy and all addons would work.

Last edited by Abdo : 07-03-05 at 10:16 AM.
  Reply With Quote