Showing results 1 to 25 of 362
Search took 0.01 seconds.
Search: Posts Made By: gmarco
Forum: Lua/XML Help 05-13-23, 05:54 AM
Replies: 1
Views: 643
Posted By gmarco
Hi, Because I did it I thought to iterate from 1...

Hi,

Because I did it I thought to iterate from 1 to 1000 the possible choices and to see if it pop out:


for map=1,1000 do
local affix, score =...
Forum: Lua/XML Help 05-13-23, 05:22 AM
Replies: 1
Views: 643
Posted By gmarco
a missing dungeon !?

Hi all ...

Is possible that from the m+ dungeons is missing "The Vortex Pinnacle" ?

I am not able to find it here:
https://wow.tools/dbc/?dbc=mapchallengemode

So I ask if anyone know the right ID...
Forum: Lua/XML Help 02-23-23, 12:41 AM
Replies: 4
Views: 2,831
Posted By gmarco
Hi guys, I wrote this only to let you know that...

Hi guys,

I wrote this only to let you know that I found finally why I was not able to use sendchat.

I thought I had cleaned everything and make a plain vanilla string output to send but I was...
Forum: Lua/XML Help 02-20-23, 01:00 PM
Replies: 4
Views: 2,831
Posted By gmarco
Hi Dridzt, thanks for your answer. Can you...

Hi Dridzt,

thanks for your answer.

Can you explain better please because I was not able to fully understand :)

The compact code:
SendChatMessage(msg, IsInGroup(LE_PARTY_CATEGORY_INSTANCE) and...
Forum: Lua/XML Help 02-20-23, 01:55 AM
Replies: 4
Views: 2,831
Posted By gmarco
Hi all, I'd like to refresh this topic because...

Hi all,

I'd like to refresh this topic because it drives me crazy :)

Is possible that in DragonFlight (latest patch) the SendChatMessage() has known limitations that unfortunately I am unable to...
Forum: Alpha/Beta AddOns and Compilations 02-04-23, 02:14 AM
Replies: 6
Views: 2,281
Posted By gmarco
1005-2023020401 - implement a better (and working...

1005-2023020401
- implement a better (and working probably) options panel
- changed the name of saved vars from GMCHAT to GMCHAT_CFG
- added an option for the textbox distance from the upper chat...
Forum: Alpha/Beta AddOns and Compilations 02-03-23, 12:19 PM
Replies: 6
Views: 2,281
Posted By gmarco
Hi Xruptor thanks so much for your post. I am...

Hi Xruptor thanks so much for your post.

I am using your Bagsync (cant play without :-) and other addons by you from which I study and copy a lot of code :)

I consider you, like other people, that...
Forum: Alpha/Beta AddOns and Compilations 02-02-23, 11:24 AM
Replies: 6
Views: 2,281
Posted By gmarco
Hi, thanks so much for your kind review. Lets...

Hi,

thanks so much for your kind review.

Lets begin from the last question:

https://i.imgur.com/VDcoyY7.png

You can move the position of the textedit frame a little bit up by modifying these rows...
Forum: Alpha/Beta AddOns and Compilations 01-30-23, 01:20 AM
Replies: 6
Views: 2,281
Posted By gmarco
a new chat addon

Hi all,

I wrote sometime ago some modifications for the default chat frame and then I manage to make them in an addon.

I called it gmChat and it reuse almost the default blizzard UI code.

It works...
Forum: AddOn Search/Requests 01-26-23, 12:09 AM
Replies: 3
Views: 2,978
Posted By gmarco
I was looking for and trying to achive the same...

I was looking for and trying to achive the same thing but, as usual, SDPhantom's code is perfect.

Thanks so much for this.
Forum: Lua/XML Help 01-22-23, 01:29 PM
Replies: 4
Views: 2,831
Posted By gmarco
SendChatMessage behaviour

Hi all,

I had an old addon that prints in a chosen channel when someone died and for what it is happened.
Now I have expanded it with the announces also of the spells interrupts/dispell/steals....
Forum: Lua/XML Help 01-14-23, 08:54 AM
Replies: 2
Views: 1,179
Posted By gmarco
Hi ... as usual thanks so much for your...

Hi ...

as usual thanks so much for your reply.

It is really appreciated.
Forum: Lua/XML Help 01-14-23, 03:57 AM
Replies: 2
Views: 1,179
Posted By gmarco
Bug while get dragon riding speed ?

Hi all,

I have a little addon that shows the speed of the player.
It is using the formula:


speed = (GetUnitSpeed("Player") / 7) * 100
dataobj.text = string_format("%.1f", speed)
Forum: Lua/XML Help 01-08-23, 03:34 AM
Replies: 2
Views: 824
Posted By gmarco
Thanks SDPhantom for your reply. You have give...

Thanks SDPhantom for your reply.

You have give so much inputs that I have finally a clearer vision on the problem and a lot of new informations to work with :)

I'll begin to dig in :)

Thanks, your...
Forum: Lua/XML Help 01-07-23, 03:34 PM
Replies: 2
Views: 824
Posted By gmarco
mouseover raid/party

Hi all,

I am using this code to add a line (m+ score) to a player tooltip.


if event == "UPDATE_MOUSEOVER_UNIT" then
if UnitIsPlayer("mouseover") then
local score =...
Forum: Lua/XML Help 01-03-23, 11:48 PM
Replies: 2
Views: 1,247
Posted By gmarco
Hi Dridzt, thanks so much for your reply and...

Hi Dridzt,

thanks so much for your reply and suggestion.

I imagined it was related to a multibyte problem but didnt know how to solve :)
Now I know it could be done with this library. :)

But...
Forum: Lua/XML Help 01-02-23, 12:16 PM
Replies: 2
Views: 1,247
Posted By gmarco
Chinese LOCALE and string.sub

Hi all,

someone knows why this is happening ?

https://i.imgur.com/mfPfCpo.png

Is Lua able to parse the Chinese language string or this is not a conventional string so the string.sub is not the...
Forum: Lua/XML Help 12-20-22, 10:48 PM
Replies: 2
Views: 1,493
Posted By gmarco
SDPhantom, thanks so much it is really what I am...

SDPhantom,

thanks so much it is really what I am looking for.
I think the subject of the thread should be "Is really possible that I am so blind or dumb ?" :)

I really have search here and there...
Forum: Lua/XML Help 12-18-22, 02:54 AM
Replies: 2
Views: 1,493
Posted By gmarco
Is really possible that ...

Hi all,

I am confused.
Is it really possible that the blizzard codes save the affixes names of the runs in m+ in the LOCALE language and not in a code or in a GLOBAL string ?!

I try to explain...
Forum: Lua/XML Help 12-17-22, 12:13 AM
Replies: 4
Views: 1,583
Posted By gmarco
Hi all, I have solved and I wanted to share if...

Hi all,

I have solved and I wanted to share if someone else finds the same kinds of problems.

The big mistake I made was to consider m+ run as normal dungeon and so I continue to google for...
Forum: Lua/XML Help 12-16-22, 12:01 PM
Replies: 4
Views: 1,583
Posted By gmarco
Hi all, the search for dungeon areaID is almost...

Hi all,

the search for dungeon areaID is almost over. I need only The azure vault then I think I have correctly mapped the 8 dungeons.

Just one question now.

I'd like to have an array made in this...
Forum: Lua/XML Help 12-16-22, 01:56 AM
Replies: 4
Views: 1,583
Posted By gmarco
Hi all again, actually I found and collect...

Hi all again,

actually I found and collect these, but I am not so sure for the DF dungeons:

[169] = { "DOCKS", "Iron Docks" },
[166] = { "RAIL", "Grimrail Depot"},
[165] = {...
Forum: Lua/XML Help 12-15-22, 11:58 PM
Replies: 4
Views: 1,583
Posted By gmarco
Hi, I found something...

Hi,

I found something here:
https://wowpedia.fandom.com/wiki/KeystoneString.

That reports some areaID values different from the ones I found in the weakaura I checked.
The problem is there are no...
Forum: Lua/XML Help 12-15-22, 01:13 PM
Replies: 4
Views: 1,583
Posted By gmarco
New areaID m+ dungeon code

Hi all,

I am trying to update my addon to works with the new season m+ dungeons.

I was looking for the right areaID for them, but I was unable to find easily.
I got them crawling some...
Forum: AddOn Search/Requests 12-09-22, 02:28 AM
Replies: 4
Views: 5,815
Posted By gmarco
Hi, I reopen this request/search ... It should...

Hi,

I reopen this request/search ...

It should be cute to have a custom frame that can hold the 2 spell of the covenant (and they change dinamically based on the covenant you are) now that they are...
Showing results 1 to 25 of 362