Showing results 1 to 25 of 47
Search took 0.01 seconds.
Search: Posts Made By: mentalnutsy
Forum: Lua/XML Help 01-08-11, 03:16 PM
Replies: 2
Views: 2,903
Posted By mentalnutsy
thank you :)

thank you :)
Forum: Lua/XML Help 01-08-11, 01:38 PM
Replies: 2
Views: 2,903
Posted By mentalnutsy
Get guild lvl api

Does anyone know if there is an api command to get guild lvl.Cant seem to fine one over at wiki.

Thanks for yer time
Forum: Tutorials & Other Helpful Info. 01-08-11, 08:37 AM
Replies: 5
Views: 17,491
Posted By mentalnutsy
Has this changed as /script WorldFrame:Hide()...

Has this changed as /script WorldFrame:Hide() just freezes wow for me :(


Edit: Managed to get around this using kgpanels and creaking a black panel that covered the whole of screen.
Forum: Site help, bugs, suggestions/questions 12-18-10, 06:01 AM
Replies: 101
Views: 23,791
Posted By mentalnutsy
Love the new look it is a lot nicer than old one...

Love the new look it is a lot nicer than old one thank you for all the hard work you guys do keeping the site running.
Forum: Lua/XML Help 11-28-10, 12:24 PM
Replies: 5
Views: 4,649
Posted By mentalnutsy
Ty for yer help guys Think i solved it now see...

Ty for yer help guys

Think i solved it now see wowace post below on how it was done

http://forums.wowace.com/showthread.php?p=312048#post312048
Forum: Lua/XML Help 11-28-10, 09:30 AM
Replies: 5
Views: 4,649
Posted By mentalnutsy
I thought SetUserPlaced was used to make shur an...

I thought SetUserPlaced was used to make shur an addon saved to the layout-local.txt. I am trying to save it to saved variables. l ill give it a try now brb :)

Edit: As suspected did not work sadly
Forum: Lua/XML Help 11-28-10, 09:11 AM
Replies: 5
Views: 4,649
Posted By mentalnutsy
Not saving frame location

Ok below is the code i am trying to save the location of and for the life of me cannot get it to work I get no errors and the dam thing keeps saving to layout-local.txt. All my other options save...
Forum: AddOn Search/Requests 10-15-10, 11:06 AM
Replies: 0
Views: 3,094
Posted By mentalnutsy
Recolor new raid frames border and hide tab

i am looking for an addon that will let me recolor the new raid frames border and hide the annoying pull out tab. Thanks for any help :)
Forum: AddOn Search/Requests 10-15-10, 11:01 AM
Replies: 4
Views: 5,619
Posted By mentalnutsy
I shall sort that out the next couple of...

I shall sort that out the next couple of days

Edit: Done :)
Forum: Lua/XML Help 10-14-10, 10:12 AM
Replies: 6
Views: 4,437
Posted By mentalnutsy
What i do with Nutty War Announce is have the...

What i do with Nutty War Announce is have the addon disable for next login if the class that logs in with it is not a warrior. You should be able to edit the below code to suit yourself easy...
Forum: Macro Help 09-04-10, 02:44 PM
Replies: 17
Views: 36,302
Posted By mentalnutsy
If you want an addon try Nutty War Announce. It...

If you want an addon try Nutty War Announce. It is aimed at warriors and does loads of announcements. Fully configurable also.

http://www.wowinterface.com/downloads/info14911-NuttyWarAnnounce.html
Forum: Lua/XML Help 08-23-10, 06:51 AM
Replies: 4
Views: 3,595
Posted By mentalnutsy
You should not have to rewrite the addon/addons...

You should not have to rewrite the addon/addons just change certain parts.
Forum: Lua/XML Help 08-20-10, 04:03 PM
Replies: 4
Views: 3,595
Posted By mentalnutsy
I would say...

I would say http://old.wowace.com/wiki/WelcomeHome_-_Your_first_Ace3_Addon is perfect for what you want.
Forum: Lua/XML Help 08-18-10, 01:34 PM
Replies: 11
Views: 6,158
Posted By mentalnutsy
Well for someone new to writing addons starting...

Well for someone new to writing addons starting with things that have been done before is not a bad idea, as this would give them more resources to learn from.
I learned to code via looking at other...
Forum: Lua/XML Help 07-02-10, 12:45 PM
Replies: 17
Views: 10,873
Posted By mentalnutsy
So it looks like you have no edit box until you...

So it looks like you have no edit box until you start typing. Then you get an edit box without a border.

Attached screenys so u can see what it looks like
Forum: Lua/XML Help 07-02-10, 02:41 AM
Replies: 17
Views: 10,873
Posted By mentalnutsy
To hide the edit box i have used this and works...

To hide the edit box i have used this and works like a charm for me instead of actualy hiding the edit box it just makes it invisible so to speak






for i = 1, NUM_CHAT_WINDOWS do
local...
Forum: Lua/XML Help 06-26-10, 04:58 AM
Replies: 8
Views: 11,458
Posted By mentalnutsy
i know that but what i am unsure of is how to...

i know that but what i am unsure of is how to detect if the effect has missed.
Forum: Lua/XML Help 06-25-10, 05:04 PM
Replies: 8
Views: 11,458
Posted By mentalnutsy
Already checked :( I have been checking logs and...

Already checked :(

I have been checking logs and been using devtools, and shield bash is announcing as a hit and not a miss even if the mob is immune. It works fine for ability like pummel or disarm...
Forum: Lua/XML Help 06-25-10, 07:08 AM
Replies: 8
Views: 11,458
Posted By mentalnutsy
Still driving me up the wall (:

Still driving me up the wall (:
Forum: Lua/XML Help 06-21-10, 12:12 PM
Replies: 8
Views: 11,458
Posted By mentalnutsy
I have ran into another problem don't want create...

I have ran into another problem don't want create new thread so posting hear.

Ok so pummel works fine but I'm having a real headache with Shield bash. the reason being is if shield bash hits but the...
Forum: Lua/XML Help 06-21-10, 08:34 AM
Replies: 8
Views: 11,458
Posted By mentalnutsy
thanks seems to work need test it more but so far...

thanks seems to work need test it more but so far looking good new code below.


function NuttyWarAnnounce:PummelMissed(spellID, missType, dstName)
local link = GetSpellLink(spellID)
local cast =...
Forum: Lua/XML Help 06-21-10, 06:09 AM
Replies: 8
Views: 11,458
Posted By mentalnutsy
Way to check if spell effect missed?

Is there a way to check if a target is currently casting a spell?

Thanks for yer help.

I am wanting to add a check to the below code. So that the announce does not announce if the target that the...
Forum: Lua/XML Help 05-27-10, 01:39 PM
Replies: 2
Views: 3,005
Posted By mentalnutsy
works like a charm thanks :)

works like a charm thanks :)
Forum: Lua/XML Help 05-27-10, 12:53 PM
Replies: 2
Views: 3,005
Posted By mentalnutsy
Auto change options?

Ok I'm using ace3 to setup my options but is it possible to disable one option when another is enabled automatically e.g


raidannounce = { when this option is enabled
type =...
Forum: Lua/XML Help 05-25-10, 06:26 AM
Replies: 4
Views: 3,737
Posted By mentalnutsy
Thank you for yer help. I had been wondering what...

Thank you for yer help.
I had been wondering what i was missing all morning and tbh google/wiki have a habit of going into way to much detail causing more confushion rather than actually helping for...
Showing results 1 to 25 of 47