Click-Range

Status
Not open for further replies.
Level 4
Joined
May 8, 2007
Messages
70
Sers

I have map with Quest and i have problem with the Conditions:

E: Unit is selected

C: Target Unit (so the Unit THAT KLICK) must in the range (500) of the Unit (THAT IS CLICKED)

A: Add Quest XXX

I try myself but i dont get the Conditions. Can u help me plz?
 
Its hard to understand you, but i try to help. :thumbs_up:

  • (Integer((Distance between (Position of ((so the Unit THAT KLICK) )) and (Position of (Triggering unit))))) Less than or equal to 500

(i don`t understand what does (so the Unit THAT KLICK) mean)
 
CrazyBloodyVamp, try explaining your problem and posting your trigger with the tag editor with no edits. Be much easier for me to help you out.
 
units don't "clic"
players only "clic"

if you're thinking about something like tagging, thatcould be an ability
event : a unit start using an ability
conditions :
ability being cast equal to tag (that's an ability you must make)
(Distance between (Position of ((target unit of ability))) and (Position of (Triggering unit))))) Less or equal to 500 (in a real comparison, that's enough)
 
Status
Not open for further replies.
Back
Top