htown boss targets

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
Valkyrie
Posts: 1096

htown boss targets

Post by Valkyrie »

Ok i wonder if someone can share boss target macro for htown always when i go to any location i have problem with target mob bcs to much ppl names shows up when trying. Thats way i never have any chance to loot corpse of monster bcs i cant hit it more than 2times/or i miss all option. I cant drop anything from bosses this year. Any idea how to fix it?? I dont want afk macro-just need help with getting targets
Don't gain the world and lose your soul; wisdom is better than silver or gold.


Discord: Maya/FireFly#0573
User avatar
april0395
Posts: 726

Re: htown boss targets

Post by april0395 »

You could try target by type, and that should solve some of the bosses that drop way too fast to grab the health bar, like noxious cloud. I've no idea how to autotarget a human murder mobile without targetting all the reds around gravedigger, though. The last few times I've sat and waited I've just withered and hoped I got loot rights since I couldn't pull the health bar to fireball. :(
Made In Quebec wrote:Some people's pleasure are sticking vegetables up their asses. While it's not my personal cup of tea, they can do as they please, since it's their asshole's and not mine, and I will not judge them.
User avatar
MMMartin
Posts: 1219

Re: htown boss targets

Post by MMMartin »

well, here are few TRICK what can help,

1, setting in UO OPTION>DISPLAY>adjust how long speash reaing on screen SET 10
2, UO STEAM>OPTION>COMBAT>DISPLEY SPELL MODE>NAME [only]
3, UO STEAM>OPTION>GENERAL>turn spell field into>tile field
4, use HIDE, i make simple EASY UO script below [play it on boss fild with full players, run maybe 2-3 min maxed]

Code: Select all

set %DUNG_ENEMY XU_AV_HS_IS_
set %DUNG_ENEMY_FORM PAB_QAB_RAB_MAB_PJ_
set %DUNG_MONSTERS FN_XI_CD_TJ_JHB_HHB_DF_

set %MORTAL_ENEMY %DUNG_ENEMY , %DUNG_ENEMY_FORM , %DUNG_MONSTERS

frst:
finditem %MORTAL_ENEMY G_20
if #FINDCNT = 0
{
;wait 5
;goto frst
halt
}
msg -hide$
target 1s
set #LTargetKind 1
set #LTARGETID #FINDID
event macro 22
ignoreitem #FINDID
goto frst
next step can help, but 4 above are enought
5, you can off HP checking players, UO steam>OPTION>COMBAT>check HP players and flags
6, you can off all name players, UO OPTION>MISCELANCOUS>SHOW NAME OF APROCHING PLAYERS


IT DONT AUTOTARGET, JUST CLEAN MORTAL ENEMY ALL NO MACRO PLAYERS FOR TARGET BOSS

IF MY SCRIPT HELP, DONT FORGET PUT LIKE!!!!!!!!!!!!
DG
Posts: 222

Re: htown boss targets

Post by DG »

if @findtype 0x190 33820 'world'
waitforproperties 'found' 5000
if name 'found' == 'The Gravedigger'
@setalias 'enemy' 'found'
@setalias 'last' 'found'
else
ignoreobject 'found'
endif
endif
User avatar
The Silvertiger
Posts: 4469

Re: htown boss targets

Post by The Silvertiger »

DG wrote:if @findtype 0x190 33820 'world'
waitforproperties 'found' 5000
if name 'found' == 'The Gravedigger'
@setalias 'enemy' 'found'
@setalias 'last' 'found'
else
ignoreobject 'found'
endif
endif
Better hope there's not any players with that graphic named that....
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."
User avatar
Calvin
Posts: 5686
Location: UK

Re: htown boss targets

Post by Calvin »

you need eyes of the hawk and speed of the pooma



80s cartoons were the shit man! :lol:
Legacy likes this.
Top
User avatar
Calvin
Posts: 5686
Location: UK

Re: htown boss targets

Post by Calvin »



honestly i feel bad for 90s kids :P
Post Reply