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.


Messages - blargle

Pages: [1]
1
UOSteam / Re: need big help with explo macro
« on: May 19, 2015, 07:48:47 AM »
that one doesnt recognize pause at all

Post Merge: May 19, 2015, 11:53:22 AM
i feel as if we are  missing a whole string of commands telling or seperating the two.. if 4 doesnt exsist execute 3

2
UOSteam / Re: need big help with explo macro
« on: May 18, 2015, 03:54:26 PM »
no a loop its a hotkey .. that didnt work either. . still one seems close but the other hits me

3
UOSteam / Re: need big help with explo macro
« on: May 18, 2015, 02:22:19 PM »
it almost works 3 kind of throw after 2 seconds but 4 throws after 3 seconds
it seems as if you change one pause the other is affected slightly..
or it needs something in it that tells it  if the first part is false to goto 2nd part

4
UOSteam / Re: need big help with explo macro
« on: May 18, 2015, 11:33:44 AM »
no perhaps i didnt explain properly u toss an explo potion
it either does this at random
4
3
2
1
 or
3
2
1

if u throw right after 2 (appro 1.75) you can hit your target while they are running).
trying to make a macro so it doesn't matter if you get 10 throws of 4secs or 4,3,4,3,4,3, it will always toss at after 2 sec ... for the appropriate sysmsg.

5
UOSteam / Re: need big help with explo macro
« on: May 18, 2015, 10:40:08 AM »
yes both are red ibelieve show red on the screen


Post Merge: May 18, 2015, 11:08:55 AM
that one almost works but  i cant get the timers to work .. both are supposed to fire at 1.75 secs .. but they seems to be proportionately dependant on eachother?

6
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]