Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: Marsgames
Forum: General Authoring Discussion 02-06-18, 04:04 PM
Replies: 1
Views: 2,034
Posted By Marsgames
I found what I wanted with the function...

I found what I wanted with the function LibStub("AceConfigDialog-3.0"):SelectGroup()
Forum: General Authoring Discussion 02-06-18, 05:25 AM
Replies: 8
Views: 6,994
Posted By Marsgames
Hey, I have a new question. Is it possible to...

Hey,

I have a new question. Is it possible to convert an itemString into an itemLink without using GetItemInfo() to avoid the possible nil due to item not in cache
Forum: General Authoring Discussion 02-05-18, 09:34 AM
Replies: 1
Views: 2,034
Posted By Marsgames
Ace3 Select child from group

Hey,

I try to select in lua a child of a group, but I don't find any way to do this.

Here's my interface :...
Forum: General Authoring Discussion 12-30-17, 06:19 PM
Replies: 8
Views: 6,994
Posted By Marsgames
I will try this. Thank you for your help

I will try this. Thank you for your help
Forum: General Authoring Discussion 12-30-17, 06:10 PM
Replies: 8
Views: 6,994
Posted By Marsgames
I'm trying to have a table of itemLinks of all...

I'm trying to have a table of itemLinks of all items that are equipped. My addon check if an item looted is better than an item equipped, but because of items are not cached, when I do...
Forum: General Authoring Discussion 12-30-17, 05:29 PM
Replies: 8
Views: 6,994
Posted By Marsgames
Check if itemString or itemLink

Hey, I would like to know if there’s a way to check if I have an itemLink or an itemString.

I’m using GetInventoryItemLink("player", GetInventorySlotInfo("HeadSlot")) to get all my equipped items,...
Forum: General Authoring Discussion 11-22-17, 01:27 PM
Replies: 2
Views: 2,298
Posted By Marsgames
Arrow Fix C Stack Overflow overlay

Ok, for those who have same issue when creating overlay, I fixed it with this code


function poseDot()
for bag = 0,4 do
for slot = 1, GetContainerNumSlots(bag) do

local...
Forum: General Authoring Discussion 11-21-17, 12:57 PM
Replies: 2
Views: 2,298
Posted By Marsgames
C Stack Overflow

Hey,

I think my addon is causing a C Stack Overflow.
I think it's creating more frame each time the function is called but I don't really understand hoow it works.

My function is

function...
Forum: General Authoring Discussion 11-20-17, 07:25 AM
Replies: 3
Views: 1,890
Posted By Marsgames
Thank you, I will try this :)

Thank you, I will try this :)
Forum: General Authoring Discussion 11-20-17, 04:02 AM
Replies: 3
Views: 1,890
Posted By Marsgames
GetItemInfo

Hey,

I don't really understand why, but I have a problem with GetItemInfo.

I have a slash cmd that only do

feet = function(msg)
local _, equipedItem, itemEquipRarity = GetItemInfo(132455)
...
Forum: General Authoring Discussion 08-24-17, 06:10 AM
Replies: 1
Views: 1,563
Posted By Marsgames
Heirloom Journal

Hey,

Do you know if there is a way to track when the heirloom journal is opened ?
Forum: General Authoring Discussion 02-15-17, 06:40 PM
Replies: 2
Views: 2,692
Posted By Marsgames
That's it, thank you

That's it, thank you
Forum: General Authoring Discussion 02-15-17, 03:51 PM
Replies: 2
Views: 2,692
Posted By Marsgames
Get player stat

Hey,

Is there a way to get all player stats but as number instead of percentage ?
GetMasteryEffect() return a percentage and GetMastery() return a strange number.

Thank you :)
Forum: Lua/XML Help 02-14-17, 03:59 PM
Replies: 2
Views: 3,356
Posted By Marsgames
Thank you mate, it's exactly what I wanted

Thank you mate, it's exactly what I wanted
Forum: Lua/XML Help 02-14-17, 12:58 PM
Replies: 2
Views: 3,356
Posted By Marsgames
Text label

Hey,

This is a really basic question but I don't find how to add some text to a frame.
I have a frame with 3 editBox
local function createEditBox( nomEditBox, frameParent, posX, posY, text,...
Forum: AddOn Help/Support 02-12-17, 05:01 PM
Replies: 5
Views: 6,436
Posted By Marsgames
I can't really help you but it seams that only...

I can't really help you but it seams that only Blizzard can use the function "SetTargetClampingInsets()" so it won't work.

Unfortunately I can't help you more than that, sorry
Forum: AddOn Help/Support 02-12-17, 05:02 AM
Replies: 4
Views: 1,926
Posted By Marsgames
It's ok, I wanted to create a link for me, to do...

It's ok, I wanted to create a link for me, to do an action other than whisp when I click on the name of someone
Forum: AddOn Help/Support 02-12-17, 04:58 AM
Replies: 7
Views: 2,447
Posted By Marsgames
Yes, I think, but in fact I just wanted to send a...

Yes, I think, but in fact I just wanted to send a message in the right language, so it's ok for me, I hope if someone play on german or english server, he knows how to speak german or english :)
Forum: AddOn Help/Support 02-11-17, 02:59 PM
Replies: 7
Views: 2,447
Posted By Marsgames
Thank you all, thanks to you I succed to do what...

Thank you all, thanks to you I succed to do what I wanted :)
Forum: AddOn Help/Support 02-11-17, 12:08 PM
Replies: 7
Views: 2,447
Posted By Marsgames
Thank you very much. Have to learn how it works...

Thank you very much. Have to learn how it works and it will be perfect :)
Forum: AddOn Help/Support 02-11-17, 10:40 AM
Replies: 7
Views: 2,447
Posted By Marsgames
Get unit locale

Hi,

Is there a way to know the client locale of my target (enUS, deDE, frFR...) ?

Thanks.
Forum: AddOn Help/Support 02-11-17, 08:09 AM
Replies: 4
Views: 1,926
Posted By Marsgames
Thank you so much, i found exactly what i needed

Thank you so much, i found exactly what i needed
Forum: AddOn Help/Support 02-11-17, 07:25 AM
Replies: 6
Views: 3,058
Posted By Marsgames
https://mods.curse.com/addons/wow/gearhelper Mayb...

https://mods.curse.com/addons/wow/gearhelper

Maybe a little bit lighter than pawn
Forum: AddOn Help/Support 02-11-17, 07:09 AM
Replies: 4
Views: 1,926
Posted By Marsgames
Create a "user link"

Hey,

Is there a way to create something like a "user link", to whisper someone by clicking on his name ?

In fact, I have an addon who get player name and link when someone loot something and print...
Forum: General Authoring Discussion 10-09-16, 03:14 AM
Replies: 4
Views: 1,843
Posted By Marsgames
Sorry to bother you, but do you have a way to...

Sorry to bother you, but do you have a way to know the color of the gem socket ? (blue, red, meta, prismatic...) ?
It would be awesome.
Showing results 1 to 25 of 33