Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: Malakahh
Forum: Lua/XML Help 07-18-19, 01:08 PM
Replies: 0
Views: 1,560
Posted By Malakahh
Inventory sorting

Hi!

I have an issue that I have been scratching my head about for a couple of days, and I was wondering if you good folks could assist me.

I'm making a bag addon that allows the user to separate...
Forum: AddOn Search/Requests 07-16-19, 02:18 AM
Replies: 12
Views: 3,714
Posted By Malakahh
I would assume that it's impossible for addons to...

I would assume that it's impossible for addons to cast spells on your behalf
Forum: Lua/XML Help 01-12-15, 02:33 PM
Replies: 9
Views: 9,297
Posted By Malakahh
The most substantial thing I'm aware of, is that...

The most substantial thing I'm aware of, is that XML is required if you wish to CREATE templates. You can still use templates through lua. Other than that, I don't believe there's much...
Forum: General Authoring Discussion 12-27-14, 03:07 AM
Replies: 3
Views: 4,907
Posted By Malakahh
Alright, thanks for the clarification. I'll try...

Alright, thanks for the clarification. I'll try my luck with AHK :)
Forum: General Authoring Discussion 12-26-14, 07:30 PM
Replies: 3
Views: 4,907
Posted By Malakahh
Rebinding the Click To Move feature

I've recently purchased a Surface Pro tablet, and discovered that it is actually able to run WoW fairly well (on low settings, ofc).

As you might imagine, movement controls are a little awkward and...
Forum: AddOn Search/Requests 09-24-14, 02:28 PM
Replies: 3
Views: 3,306
Posted By Malakahh
Sorry to break it to you, but this is unlikely to...

Sorry to break it to you, but this is unlikely to happen.

The first reason is the time required to do it. If someone is interested in doing it, they would have updated it already, and if they don't,...
Forum: AddOn Search/Requests 09-11-14, 10:10 AM
Replies: 4
Views: 9,223
Posted By Malakahh
Accountant...

Accountant (http://www.wowinterface.com/downloads/info9729-Accountant.html) has this feature, along a few others that might interest you.
Forum: oUF (Otravi Unit Frames) 08-24-14, 07:24 AM
Replies: 13
Views: 8,959
Posted By Malakahh
Some of your if statements are a bit odd to say...

Some of your if statements are a bit odd to say the least, as they will always be true. The ones I'm talking about are lines 6, 8, and 32 of the first block of code you posted. Try changing it...
Forum: Carbonite Archive 08-18-14, 05:15 PM
Replies: 21
Views: 10,307
Posted By Malakahh
In order for anyone to help you, you need to...

In order for anyone to help you, you need to provide more information. A complete list of addons you're using is a start. Additionally, try run the following slash command while hovering your mouse...
Forum: AddOn Help/Support 08-18-14, 05:08 PM
Replies: 2
Views: 3,373
Posted By Malakahh
If the compilation haven't been updated by the...

If the compilation haven't been updated by the original creator, your best bet would be to download each addon individually, assuming they've been updated.

Updating outdated addons (especially that...
Forum: Lua/XML Help 08-17-14, 09:56 PM
Replies: 8
Views: 6,225
Posted By Malakahh
Great to know the conventions, thanks for the...

Great to know the conventions, thanks for the help!
Forum: Lua/XML Help 08-16-14, 08:01 PM
Replies: 8
Views: 6,225
Posted By Malakahh
Thanks for the info. =) This seems to not be...

Thanks for the info. =)



This seems to not be the case though, going by the test I made. In the case of LibStub, I guess it's good practice, as always, to check the return values anyway.

EDIT:...
Forum: Lua/XML Help 08-16-14, 07:37 PM
Replies: 8
Views: 6,225
Posted By Malakahh
Return outside a function?

Looking at the basic example for using LibStub (http://www.wowace.com/addons/libstub/#w_basic-example), I've encountered a return statement that I don't quite understand, as it is outside of any...
Forum: AddOn Search/Requests 08-14-14, 06:43 AM
Replies: 4
Views: 3,454
Posted By Malakahh
Something like this is not possible. As I...

Something like this is not possible. As I mentioned previously, the closest you could get is two clients running side-by-side (perhaps on separate monitors, for a better experience) on a single pc....
Forum: AddOn Search/Requests 08-13-14, 06:32 AM
Replies: 4
Views: 3,454
Posted By Malakahh
No, the closest would be some sort of multiboxing...

No, the closest would be some sort of multiboxing (where you have multiple wow clients open, and control several characters at once, on several accounts). WoW was never developed with the option for...
Forum: Lua/XML Help 07-27-14, 09:58 AM
Replies: 16
Views: 9,010
Posted By Malakahh
If I understand you correctly, you're looking to...

If I understand you correctly, you're looking to create custom events?
Forum: Lua/XML Help 07-16-14, 07:53 AM
Replies: 24
Views: 15,323
Posted By Malakahh
Tables in lua are key-value pairs and as such...

Tables in lua are key-value pairs and as such have no particular order, as with an index-based array. You should instead aim to iterate through it in some order to mimic what you wish to...
Forum: AddOn Search/Requests 05-07-14, 02:10 PM
Replies: 4
Views: 14,824
Posted By Malakahh
I don't know of an addon specific for this...

I don't know of an addon specific for this purpose, but I do know that Gatherer used to keep track of old-school random spawn chests throughout the world, maybe it keeps track of these now? You will...
Forum: Lua/XML Help 05-04-14, 05:01 PM
Replies: 3
Views: 3,357
Posted By Malakahh
According to this:...

According to this: http://wowpedia.org/API_GetItemInfo
If you have not seen (I imagine this means your client have not yet made a call to GetItemInfo on some level, either through blizz code or...
Forum: oUF (Otravi Unit Frames) 05-04-14, 11:35 AM
Replies: 4
Views: 5,640
Posted By Malakahh
I believe you're able to change the border...

I believe you're able to change the border thickness and color in the options menu for oUF_Phanx. If you want a custom border texture, I think you'd have to modify the code. I believe the function...
Forum: Lua/XML Help 05-01-14, 02:28 AM
Replies: 7
Views: 7,219
Posted By Malakahh
Thanks for the input guys =) Hiding it behind a...

Thanks for the input guys =)

Hiding it behind a border seems to me like fixing the symptoms, rather than fixing the problem, but it is a simple solution!
Forum: Lua/XML Help 04-30-14, 04:21 PM
Replies: 7
Views: 7,219
Posted By Malakahh
Thanks for the fast reply =) Using the coords...

Thanks for the fast reply =)

Using the coords you suggested it looks very similar to the picture in the first post
http://s14.postimg.org/9wjfddprx/castbar.png?noCache=1398894527

As you can see,...
Forum: Lua/XML Help 04-30-14, 02:37 PM
Replies: 7
Views: 7,219
Posted By Malakahh
SetPortraitToTexture and SetTexCoord

Hi

I'm in the process of creating a casting bar, and I'm currently working with the icon of the spell currently being cast.

The icon I plan to use is the one returned by UnitCastingInfo(). This...
Forum: Lua/XML Help 04-29-14, 09:13 PM
Replies: 3
Views: 3,855
Posted By Malakahh
Having spent a little time looking over your...

Having spent a little time looking over your code, I can't pinpoint the exact issue.

The error you're getting suggests that a pointer tries to access some memory that it shouldn't, which to me...
Forum: Lua/XML Help 08-31-11, 10:25 AM
Replies: 8
Views: 8,491
Posted By Malakahh
I copied the code from Sniffles and made the...

I copied the code from Sniffles and made the proper adjustments and now it works flawlessly. =)

Thanks for the help!
Showing results 1 to 25 of 30