[DiscordArchive] and ayase, maybe you should open an issue with that suggestion + screenshot ?
[DiscordArchive] and ayase, maybe you should open an issue with that suggestion + screenshot ?
Archived author: Barbz • Posted: 2018-05-07T15:52:10.042000+00:00
Original source
TARGET_UNIT_NEARBY_ENTRY = 38 Targets the first nearby unit if used by default (like in the DBC). If must only target a specific NPC, then it must be set in the smart_script with target = 19 and then set the "Creature entry" to the specific ID. For example, must be set for "Thorim's hammer" spell (to cast on Loken in SAI) or "Heal brother" from Veknilash (id = 7393) but it's not coded in AC.
Archived author: Barbz • Posted: 2018-05-07T15:52:57.277000+00:00
Original source
lol not sure it helps
Archived author: Barbz • Posted: 2018-05-07T15:55:31.327000+00:00
Original source
TARGET_DEST_CASTER = 18 Targets the caster of the spell (DEST - working with other DEST ImplictTarget MOST OF THE TIME - Does not seem coded in TC - SRC and DEST are the same thing on TC/AC)
Archived author: Barbz • Posted: 2018-05-07T15:55:36.184000+00:00
Original source
for DEST
Archived author: Deleted User • Posted: 2018-05-07T15:56:36.518000+00:00
Original source
Thanks for the infos. The PR changes Dest (ID 46) to Unit (ID 38) via SpellMgr.cpp. I just don't get it why Dest does not work, but Unit does.
Archived author: Barbz • Posted: 2018-05-07T15:56:50.429000+00:00
Original source
if you want my other explanations on other target I can give you (so you compare and deduce what is useful)
Archived author: Barbz • Posted: 2018-05-07T15:57:04.339000+00:00
Original source
i just don't remember much about it atm