| Updated: | 02-21-10 03:47 AM |
| Created: | 01-17-10 04:04 PM |
| Downloads: | 1,292 |
| Favorites: | 24 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
r2 |
1kB |
ChaosInc |
01-17-10 04:04 PM |
![]() |
Comment Options |
|
|
|
|
*runs in*
*checks* *runs back out* I came to check for a infinite x-mas release but nothing.. Ah well another time! |
|
|
|
|
|
|
|
Any news on a upcoming update?
Goodluck with school and such and keep us posted ![]() |
|
|
|
|
|
|||
The more complicated method would be to add an additional tab somewhere dedicated only to the addon with it's own elements. The most complicated is to make a GUI from the ground up. There are dozens of ways to do it. It's a matter of what works best for the addon (and for the author to code).
__________________
|
|||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
I'd be interested as to figuring out how to tie this into the default blizzard UI. Like overriding the default ignore frame. Not sure quite how one does that, as I'm a bit new to UI modding.
|
|
|
|
|
||
|
Thanks for these mate! I'll add them into the main core, but it probably won't be released for a bit; I've actually been inactive on WoW for the last month or so in order to focus on my schoolwork done before the end of the term. The term ends at the end of this month, at which I'm planning to jump onto WoW (at least for a bit) to do some updates on my projects (including this feature).
The requests haven't been ignored, just been.... busy. ![]()
__________________
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
Re: Hey!
another function
Code:
-- This allows you to add or remove from the right click menu on peoples names
AddOrDelIgnore = function(name)
local exists = false
for index,value in pairs(InIg_IgList)do
if value == strlower(name) then
exists = true
end
end
if (exists) then
InIg:remove(strlower(name))
else
InIg:add(strlower(name))
end
end
Last edited by seraphos : 06-10-10 at 12:07 AM.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 3
Uploads: 0
|
Hey!
hey, I have a fix that hooks it into the Ignore button.
add this to the lua file Code:
AddIgnore = function(name) InIg:add(name) end
Last edited by seraphos : 06-10-10 at 12:07 AM.
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Thank you. I can turn trade back on.
|
|
|
|
|
||
Also, do I have to keep importing characters after I've ignored someone new, or does it pick up from where it was first installed? |
||
|
|
|
|
|||
__________________
|
|||
|
|
|
|
|
|
Hmm mine Infinite ignore doesnt seem to be working i keep getting "You can't ignore any more players." with this addon you do just use the default ignore button right? as it doesnt work at all after i get the max ignored. Any help would be greatfull
|
|
|
|
|
|
||
|
||
|
|
|
|
||
|
Slightly modified the mod description (requested) to include:
+ Ignore list carries across all toons on the realm
__________________
|
||
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.