SafeteeWoW

Results 26 comments of SafeteeWoW

Hi, I found an actual and precise API to determine the instance location of group members. _**WHY DIDN'T I KNOW THIS BEFORE?**_ ```posY, posX, posZ, instanceID = UnitPosition("unit")``` [Gamepedia link](https://wow.gamepedia.com/API_UnitPosition)...

I found a new way to check the eligibility of the loot. Research it if you are interested. 1. ```guid1, quant1, guid2, quant2, ... = GetLootSourceInfo(lootSlot)``` [gamepedia link](https://wow.gamepedia.com/API_GetLootSourceInfo) 2. ```canLoot,...

I found a method to convert instance id to its localized string: Tooltip parsing: ```instancelock::ID``` For example, tooltip parsing ```instancelock::1712``` Shows "UNKNOWN's Antorus, the Burning Throne Instance Lock" parse this...

Idea to implement the autopass: To make this simple, let's first implement this feature only in direct mode (Master Loot), not considering award later or personalloot. Not going to store...

First off, ENCOUNTER_END with a kill (Last argument returned by ENCOUNTER_END is 1) is not equal to BOSS_KILL. If a player afks inside the instance, he will see ENCOUNTER_END with...

btw, a good Sublime package for WoW addon: https://packagecontrol.io/packages/WoWDevelopment