I want to compare those too.. or well, i am looking for a method to compare an item with the equipped item in same slot. Is the easiest method simply to:
local EquipLoc = Select(9, GetItemInfo("item"))
local SlotID
if EquipLoc == "INVTYPE_BODY" then
SlotID = 5
elseif EquipLoc == "INVTYPE_HEAD" then
-- And so on...
end
GetInventoryItemLink("PLAYER", SlotID)
I now have another issue: Curse still shows latest file as "1.0.3b", even tho i've tagged the latest upload as "1.0.4b" - it appears correctly on curseforge, but appearently, it does not sync with curse... Is this just me being unpatient? (almost 24 hours ago) - or have i done something wrong?
EDIT: Seems it is correctly synced with the curseclient - only the curse-website seems to not show the correct "Latest File"
As title says: I'm trying to upload changes to my project, but for some reason, the revisions wont show in "files". They are indeed uploaded to the svn...
Chance anyone got a suggestion of, what the issue is? Thanks on advance.
I've just released an addon that (hopefully) does exactly what you describe in the OP.
I called it RollMaster.
The addon is based on a simple "Mainspec > Offspec > RaidRoll" loot distribution.
It is a very straight forward addon to streamline the rolls. It really is very self-explaining. When you loot, you are masterlooter and an item (or more) requires to be masterlooted, a frame pops up, with the items listed at the right side, and a button saying "Pick Item!" - choose an item from the list, and the button changes from "Pick Item" to "Start Rolls!" - clicking this will start a timer, that will announce to raid: "Rolls for item: [ItemLink!] has started! You have 7 seconds to roll" then it will count down from 3, and end the rolls, giving you the option to "Award loot!", if case allows it.
EDIT: I've done some testing myself, however - i have not been able to take it to the test in a real raid environment... If you choose to try it out, please provide some feedback!
I've recently created and uploaded/updated my addon "LootPasser" - this did not have a .pkgmeta, but did include libs.
Now i'm trying to include the libs with the .pkgmeta, but for some reason, the commits does not appear online as a revision (altho, the files are indeed uploaded to the repository).
The only changes i've made is putting in the .pkgmeta:
0
I want to compare those too.. or well, i am looking for a method to compare an item with the equipped item in same slot. Is the easiest method simply to:
Thanks on advance!
0
I now have another issue: Curse still shows latest file as "1.0.3b", even tho i've tagged the latest upload as "1.0.4b" - it appears correctly on curseforge, but appearently, it does not sync with curse... Is this just me being unpatient? (almost 24 hours ago) - or have i done something wrong?
EDIT: Seems it is correctly synced with the curseclient - only the curse-website seems to not show the correct "Latest File"
0
0
Chance anyone got a suggestion of, what the issue is? Thanks on advance.
0
0
Thanks on advance!
0
I called it RollMaster.
The addon is based on a simple "Mainspec > Offspec > RaidRoll" loot distribution.
It is a very straight forward addon to streamline the rolls. It really is very self-explaining. When you loot, you are masterlooter and an item (or more) requires to be masterlooted, a frame pops up, with the items listed at the right side, and a button saying "Pick Item!" - choose an item from the list, and the button changes from "Pick Item" to "Start Rolls!" - clicking this will start a timer, that will announce to raid: "Rolls for item: [ItemLink!] has started! You have 7 seconds to roll" then it will count down from 3, and end the rolls, giving you the option to "Award loot!", if case allows it.
EDIT: I've done some testing myself, however - i have not been able to take it to the test in a real raid environment... If you choose to try it out, please provide some feedback!
0
Starting off by saying: this is my first project.
I've recently created and uploaded/updated my addon "LootPasser" - this did not have a .pkgmeta, but did include libs.
Now i'm trying to include the libs with the .pkgmeta, but for some reason, the commits does not appear online as a revision (altho, the files are indeed uploaded to the repository).
The only changes i've made is putting in the .pkgmeta:
EDIT: Sorry for poor english and word-mix-ups