I'm working hard to fight Carpal Tunnel
I'm making one button actions for The Armory portion of Shadowguard
First, I have the Corrupt Phalactory on my scavenger list in UOS
MAKE SURE TO USE !
Purify is
usetype! 0x4686 2075
waitfortarget 1500
targetground! 0x19ab 0 2 <---2 tiles away from the flame
Destroying the Cursed Armor is
usetype! 0x4686 0
waitfortarget 15000
targetground! 0x1512 0 3
I JUST MADE 2 DIFFERENT SCRIPTS FOR THE SOUTH & EAST
HAVEN'T TRIED THE IF STATEMENT
pause 500
if injournal 'targetground: item type not found' 'system'
canceltarget
usetype 0x4686 0
waitfortarget 15000
targetground 0x151a 0 3
@clearjournal
endif
But it doesn't work, there are 2 Armor images 0x1512 (faces South) and 0x151a (faces East)
Looking for the collective hive mind for solutions.
Thanks
I'm making one button actions for The Armory portion of Shadowguard
First, I have the Corrupt Phalactory on my scavenger list in UOS
MAKE SURE TO USE !
Purify is
usetype! 0x4686 2075
waitfortarget 1500
targetground! 0x19ab 0 2 <---2 tiles away from the flame
Destroying the Cursed Armor is
usetype! 0x4686 0
waitfortarget 15000
targetground! 0x1512 0 3
I JUST MADE 2 DIFFERENT SCRIPTS FOR THE SOUTH & EAST
HAVEN'T TRIED THE IF STATEMENT
pause 500
if injournal 'targetground: item type not found' 'system'
canceltarget
usetype 0x4686 0
waitfortarget 15000
targetground 0x151a 0 3
@clearjournal
endif
But it doesn't work, there are 2 Armor images 0x1512 (faces South) and 0x151a (faces East)
Looking for the collective hive mind for solutions.
Thanks
Last edited: