Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - blargle

Pages: [1]
1
UOSteam / need big help with explo macro
« on: May 18, 2015, 09:48:37 AM »
i play on a sever that doesnt allow injournal and has a alternating timer on pots betweeen 4 and 3 second.. i'm trying to macro a one button throw purple pot macro i have it so it throws on 4 second but it doesnt recognize the 3 second timer when it pops.. i've tried if not '4' , else if , end if, i cant find the right command to bypass the 4 timer when the 3 is present on screen.

if sysmsg '4' 'red'
  usetype 0xf0d
  pause 3050
  target! 'last'
else
  usetype 0xf0d
  pause 500
  target! 'last'
endif

Pages: [1]