mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8542] Correct formulas for destinantion coords calculation for implicit target types 72, 73, 89
Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
parent
a5ef1f9457
commit
62cee4d29f
3 changed files with 13 additions and 9 deletions
|
|
@ -1051,9 +1051,9 @@ enum Targets
|
|||
TARGET_SINGLE_FRIEND_2 = 57,
|
||||
TARGET_AREAEFFECT_PARTY_AND_CLASS = 61,
|
||||
TARGET_DUELVSPLAYER_COORDINATES = 63,
|
||||
TARGET_BEHIND_VICTIM = 65, // uses in teleport behind spells, caster/target dependent from spell effect
|
||||
TARGET_RANDOM_NEARBY_LOC = 72, // uses in teleport onto nearby locations
|
||||
TARGET_RANDOM_NEARBY_LOC_LR = 73, // the same as TARGET_RANDOM_NEARBY_LOC but with larger ranges
|
||||
TARGET_BEHIND_VICTIM = 65, // used in teleport behind spells, caster/target dependent from spell effect
|
||||
TARGET_RANDOM_NEARBY_LOC = 72, // used in teleport onto nearby locations
|
||||
TARGET_RANDOM_CIRCUMFERENCE_POINT = 73,
|
||||
TARGET_DYNAMIC_OBJECT_COORDINATES = 76,
|
||||
TARGET_SINGLE_ENEMY = 77,
|
||||
TARGET_POINT_AT_NORTH = 78, // 78-85 possible _COORDINATES at radius with pi/4 step around target in unknown order, N?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue