Showing results 1 to 25 of 127
Search took 0.01 seconds.
Search: Posts Made By: weasoug
Forum: AddOn Help/Support 11-18-14, 06:45 PM
Replies: 6
Views: 5,684
Posted By weasoug
yes i removed it and nothing. so i'm thinking...

yes i removed it and nothing.

so i'm thinking maybe

if friendshide then
ChatFrameMenuButton:SetScript("OnShow", ChatFrameMenuButton.Hide)
FriendsMicroButton:SetScript("OnShow",...
Forum: AddOn Help/Support 11-17-14, 08:12 PM
Replies: 6
Views: 5,684
Posted By weasoug
I have been playing on a few low levels today and...

I have been playing on a few low levels today and no error yet. and i know what you mean or i understand what you mean about the SetScript, if i could do something without it that would be fine, as i...
Forum: AddOn Help/Support 11-17-14, 09:18 AM
Replies: 6
Views: 5,684
Posted By weasoug
Thumbs up ok ive been going over what you suggested, the...

ok ive been going over what you suggested, the last part is this, i think its what you mean. thanks again for your...
Forum: AddOn Help/Support 11-16-14, 05:21 PM
Replies: 6
Views: 5,684
Posted By weasoug
Exclamation blocked from using CompactRaidFrame

so i had a few people say they had this issue but i never had, so as i looked into it they was low levels, so i made a new toon and every time you level up you get these error, i've been though all...
Forum: WoD Beta archived threads 10-28-14, 10:06 AM
Replies: 2
Views: 10,882
Posted By weasoug
Thumbs up Thank you for your reply. I guess something like...

Thank you for your reply.

I guess something like this.
Forum: WoD Beta archived threads 10-28-14, 09:24 AM
Replies: 2
Views: 10,882
Posted By weasoug
Exclamation Quest Frame move issue

local questHeight = 1
local questScale = 0.8

ObjectiveTrackerFrame:ClearAllPoints()
ObjectiveTrackerFrame:SetPoint('TOPRIGHT', Minimap, 'BOTTOMRIGHT', 0,...
Forum: MoP Beta archived threads 08-10-12, 03:44 PM
Replies: 1
Views: 4,544
Posted By weasoug
Exclamation battleground code help./

I have been looking into this. and all i can find is that MiniMapLFGFrame and MiniMapBattlefieldFrame got merged into

QueueStatusMinimapButton

but cant see how i would do...
Forum: MoP Beta archived threads 07-28-12, 04:26 PM
Replies: 2
Views: 4,272
Posted By weasoug
Thumbs up That helped. it seems the main menu bar, even...

That helped. it seems the main menu bar, even though was hidden, a layer was there i forgot.

thanks for the help.
Forum: MoP Beta archived threads 07-28-12, 02:57 PM
Replies: 2
Views: 4,272
Posted By weasoug
Exclamation wStuff help

Hi there, all. I see with the mop beta. i cant move this frame no more. i have looked into other ways around this. but something i am missing that has changed with mop. any help would be great-full....
Forum: AddOn Help/Support 12-02-11, 08:31 AM
Replies: 3
Views: 4,033
Posted By weasoug
Thumbs up thanks for that. seem it was a old addon making...

thanks for that. seem it was a old addon making the prob. as i removed my TidyMinimap as it has not been updated.,. i just updated the toc. but i removed that. nd tried it with and with out this code...
Forum: AddOn Help/Support 12-02-11, 06:30 AM
Replies: 3
Views: 4,033
Posted By weasoug
Question LFG ICON help

Hi all, i had to update my lfgicon code as was getting an error, but only thing i cant work out is when i reloadui it moves. i have added as a test SetParent(Minimap) and ClampedTo and other ways,...
Forum: AddOn Help/Support 12-01-11, 10:07 AM
Replies: 0
Views: 2,682
Posted By weasoug
Question commands help

Hey all. i see for the new patch my commands on my addon wmap don't seem to work. and i guess its to do with SlashCmdList "msg/" thanks for any help. :banana:

--updated seems to be fixed foe now--
Forum: Lua/XML Help 07-05-11, 06:57 AM
Replies: 16
Views: 8,308
Posted By weasoug
Thumbs up nice one. thanks mate.x

nice one. thanks mate.x
Forum: Lua/XML Help 07-05-11, 06:41 AM
Replies: 16
Views: 8,308
Posted By weasoug
Post this is it. but every time. I use my interrupt...

this is it. but every time. I use my interrupt spell it uses mine not the spell i interrupt.. its very strange.
Forum: Lua/XML Help 07-05-11, 05:48 AM
Replies: 16
Views: 8,308
Posted By weasoug
Exclamation I see this don;t work as it should for 4.2 it...

I see this don;t work as it should for 4.2 it will call out when i used to interrupt. any help would be good. to fix this. thanks again.
Forum: Lua/XML Help 05-22-11, 05:23 AM
Replies: 16
Views: 8,308
Posted By weasoug
Exclamation it seems to work fine. i removed the say bit. as...

it seems to work fine. i removed the say bit. as i don;t want to to post. but it seems to still post in say when on your own. what did i do wrong. thanks for your...
Forum: Lua/XML Help 05-06-11, 11:11 AM
Replies: 16
Views: 8,308
Posted By weasoug
Thumbs up OK thanks for your time. so your code would...

OK thanks for your time.

so your code would post to say party and raid. no matter what. surely it could only print to the raid or party. and say all the time.

as i dont see how it could print to...
Forum: Lua/XML Help 05-06-11, 11:02 AM
Replies: 16
Views: 8,308
Posted By weasoug
i want it to post to the party if in one. or to...

i want it to post to the party if in one. or to raid if in one. say is in there just case people want to use it. and can -- it out.
Forum: Lua/XML Help 05-06-11, 10:09 AM
Replies: 16
Views: 8,308
Posted By weasoug
Thumbs up yes i would. with the getraid and getparty set...

yes i would.

with the getraid and getparty set to 0 will this only print if in a raid or a party. but will post to say no matter what.

or can i do
local channel = "RAID" or "PARTY" or "SAY"

also...
Forum: Lua/XML Help 05-06-11, 09:38 AM
Replies: 16
Views: 8,308
Posted By weasoug
Exclamation channel help.

Hey there all. i wanted to shorten my code from

if (iraid == true) then
SendChatMessage('Interrupted ' .. GetSpellLink(arg13), "RAID")
elseif (iparty == true) then
SendChatMessage('Interrupted...
Forum: Lua/XML Help 05-03-11, 07:42 AM
Replies: 10
Views: 8,753
Posted By weasoug
Thumbs up I see what you mean. but unsure, as i have not...

I see what you mean. but unsure, as i have not used that way. i will give it ago. thanks for the tip.
Forum: Lua/XML Help 05-03-11, 07:01 AM
Replies: 10
Views: 8,753
Posted By weasoug
oh nice one. i will try this out. if i put the...

oh nice one. i will try this out. if i put the local b = CreateFrame("Button")
in with the code. it should work out right.

eventHandlers['RESURRECT_REQUEST'] = function(name)
if not...
Forum: Lua/XML Help 05-03-11, 06:30 AM
Replies: 10
Views: 8,753
Posted By weasoug
ahh maybe like %d 4second:seconds; im not sure...

ahh maybe like %d 4second:seconds;

im not sure why that is there. im sure i read something about use it.
Forum: Lua/XML Help 05-03-11, 05:39 AM
Replies: 10
Views: 8,753
Posted By weasoug
Exclamation SendChatMessage help

HEY ALL, I have seen this 1 time but now a few others have, on my autoress code you get an error, it seems to be to do with the SendChatMessage when in combat, a message will say cant till xamount...
Forum: Lua/XML Help 04-27-11, 03:48 PM
Replies: 1
Views: 3,920
Posted By weasoug
Thumbs up hooksecurefunc Transform

Since 4.1 i get this error. any help would be great. thanks for your time.

Interface\AddOns\wIn1\wIn1.lua:558: hooksecurefunc(): Transform is not a function
Count: 1

Call Stack:
(tail call): ?
[C]:...
Showing results 1 to 25 of 127