Alucard
Grandmaster
Hi, please help with writing scripts in UOSteam
For example, macro dressing weapons, if it finds 1 in the list puts it, if not find 1 put 2
if not @findlayer 'self' 1;
if @findtype 0x143b 'any' 'backpack' or @findtype 0x1407 'any' 'backpack' or @findtype 0x1439 'any' 'backpack';
@equipitem 'found' 1;
endif;
/ 0x143b-maul, 0x1407-war mace, 0x1439-war hammer;
if i use 2 conditions, work normal
if i use 3 conditions\weapon work only 2
i can't use {or or or or } ?
For example, macro dressing weapons, if it finds 1 in the list puts it, if not find 1 put 2
if not @findlayer 'self' 1;
if @findtype 0x143b 'any' 'backpack' or @findtype 0x1407 'any' 'backpack' or @findtype 0x1439 'any' 'backpack';
@equipitem 'found' 1;
endif;
/ 0x143b-maul, 0x1407-war mace, 0x1439-war hammer;
if i use 2 conditions, work normal
if i use 3 conditions\weapon work only 2
i can't use {or or or or } ?