Added Cosmic Healing Potion to script 'Health Potion & Stone'.

This commit is contained in:
Tercio Jose
2022-02-23 14:38:38 -03:00
parent 8594fbb854
commit 27f69675ca
10 changed files with 76 additions and 70 deletions
+19
View File
@@ -1,4 +1,22 @@
--Notes:
--[=[
player name usage:
For the same realm: the player name only, example: "Tercio"
For different realm: is used the 'none' ambiguation with no realm normalizarion: "Tercio-RealmName"
Non normalizated player-realom names is used by the game on comm receive event as the 'sender' parameter
It also is the result from GetUnitName(unitId, true) or Ambiguate(playerName, 'none')
to be implemented:
- pvp talents
- raid lockouts normal-heroic-mythic
- make GUID to be used when passing the player name
- make "player" unit information always be available even not in a group
--]=]
local major = "LibOpenRaid-1.0"
local CONST_LIB_VERSION = 22
LIB_OPEN_RAID_CAN_LOAD = false
@@ -203,6 +221,7 @@ LIB_OPEN_RAID_CAN_LOAD = false
openRaidLib.commHandler = {}
function openRaidLib.commHandler.OnReceiveComm(self, event, prefix, text, channel, sender, target, zoneChannelID, localID, name, instanceID)
--check if the data belong to us
if (prefix == CONST_COMM_PREFIX) then
--check if the lib can receive comms