How do you ...
Re: How do you ...
getenemy 'enemy' 'closest' 'both'
if inrange 'enemy' 10
if not @infriendlist 'found' and not @inregion 'guards' 'found'
target 'enemy'
endif
endif
if inrange 'enemy' 10
if not @infriendlist 'found' and not @inregion 'guards' 'found'
target 'enemy'
endif
endif
RareSeller likes this.
Top
-
- Posts: 131
Re: How do you ...
Also how do you target next party member?
Is it possible with UOS or UO client or none?
Is it possible with UOS or UO client or none?
Re: How do you ...
same sort of thing, just change enemy to friend and get rid of the inregion guards bit.
RareSeller and The Silvertiger like this.
Top
-
- Posts: 131
Re: How do you ...
Thanks very much ... makes sense now with what you have said.
-
- Posts: 131
Re: How do you ...
Oh do as a after thought ... do you know what the difference is between 'closest' and 'nearest' ?
- The Silvertiger
- Posts: 4469
Re: How do you ...
I think one doesn't work, but I could be wrong.
Never forget June 4th 1989!
Selling List & Vendor
"Screenshots will never be used as evidence but more of a reference tool for us to help in our investigations."
Selling List & Vendor
"Screenshots will never be used as evidence but more of a reference tool for us to help in our investigations."
Re: How do you ...
Closest should always return the closest entity as you execute the command multiple times.
Nearest will switch between the nearest TWO as you execute the command multiple times.
Nearest will switch between the nearest TWO as you execute the command multiple times.
The Silvertiger likes this.
Top
Re: How do you ...
You're welcome man (or lady)!RareSeller wrote:ahhhh thanks so much Gonthrax
RareSeller likes this.
Top
-
- Posts: 131
Re: How do you ...
hmm mangonthrax wrote:You're welcome man (or lady)!RareSeller wrote:ahhhh thanks so much Gonthrax