Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Believe82
Forum: AddOn Search/Requests 06-03-22, 12:11 PM
Replies: 8
Views: 3,942
Posted By Believe82
Ty! this works perfectly. It is exactly what I...

Ty! this works perfectly.
It is exactly what I needed and wanted.
Love the nice button touch of changing between all and single char.
Forum: AddOn Search/Requests 06-02-22, 10:50 PM
Replies: 8
Views: 3,942
Posted By Believe82
This is Elvui Gold.lua Does it help? local E,...

This is Elvui Gold.lua
Does it help?


local E, L, V, P, G = unpack(ElvUI)
local DT = E:GetModule('DataTexts')
local B = E:GetModule('Bags')

local _G = _G
local type, wipe, pairs, ipairs, sort =...
Forum: AddOn Search/Requests 05-31-22, 03:37 PM
Replies: 8
Views: 3,942
Posted By Believe82
Is it possible for me to access an other addons...

Is it possible for me to access an other addons data?

Elvui saves and shows the gold for all my chars I wonder if it would be possible to fetch that data.

This is how they show:...
Forum: AddOn Search/Requests 05-30-22, 06:19 PM
Replies: 8
Views: 3,942
Posted By Believe82
Ty, this is perfect and exactly what I was...

Ty, this is perfect and exactly what I was looking for.

Small addtion if possible please, this is showing the gold of only the current char.

Would it be possible to show the gold of all the chars...
Forum: AddOn Search/Requests 05-27-22, 03:53 PM
Replies: 8
Views: 3,942
Posted By Believe82
Copy gold to clipboard

I wonder if there is something that could do this. I have one addon that actually has an export frame and shows me text from the gold in that raid, that I can than highlight and copy. I wonder if I...
Forum: Lua/XML Help 04-11-21, 07:12 AM
Replies: 2
Views: 1,504
Posted By Believe82
Not every loot goes to the person. The idea is...

Not every loot goes to the person. The idea is for me or the person with the addon to be the Master looter and at the end the Raid leader only has the epic, rare loot and some other exceptions.
Forum: Lua/XML Help 04-11-21, 04:52 AM
Replies: 2
Views: 1,504
Posted By Believe82
giving loot automatically to someone

Hi,

Apologies if this has been covered, but I ran google and searches and couldn't find anything.
So I very new to coding in lua, and I saw that if I want to give out loot to myself I can...
Forum: Lua/XML Help 09-02-20, 02:05 PM
Replies: 4
Views: 5,346
Posted By Believe82
So I adapted to what you said: elseif input ==...

So I adapted to what you said:

elseif input == "print" then
for i,v in ipairs(mountList) do print(i,v) end
return
elseif input == "" then
else
local command, param1 = string.split(" ",...
Forum: Lua/XML Help 09-02-20, 09:46 AM
Replies: 4
Views: 5,346
Posted By Believe82
Thumbs down Adding char names to addon via slash command

Hi so I have addon that helps me distribute mounts and loot in aq40 and I would like to create an exemption table using a slash command.

At the moment I call the slash command via:

SLASH_NLOOT1 =...
Showing results 1 to 9 of 9