Search found 6 matches
- Sat Oct 17, 2015 12:50 pm
- Forum: General discussion
- Topic: Question about looting
- Replies: 4
- Views: 2212
Re: Question about looting
I deal with this by setting up an organizer agent using steam and adding all the common claim itemids in to the list, then finishing it off by setting the source to be my backpack and then target my HBOH. Then I just tell all of my commonly used macros (attack next mainly) to run this organizer ...
- Fri Mar 20, 2015 7:17 pm
- Forum: Help & Player Guides
- Topic: Allan's Gear Guide
- Replies: 2
- Views: 3910
Re: Allan's Gear Guide
This is a really well written post and I'm sure it'll help a lot of people. In terms of the mechanics that you outline it's quite spot on though I would probably place more emphasis on certain aspects and less on others but that's entirely dependent on at what stage in the game someone is. In terms ...
- Tue Nov 04, 2014 6:29 am
- Forum: General discussion
- Topic: COKE heres that my script if you would ...
- Replies: 1
- Views: 1058
Re: COKE heres that my script if you would ...
Not sure if you had someone to update this for you but since it's relatively harmless I'll update what I gave you last time to work better if you don't have insta healing.
if not timerexists 'heal'
createtimer 'heal'
endif
if not timerexists 'divinefury'
settimer 'divinefury' 0
endif
if timer ...
if not timerexists 'heal'
createtimer 'heal'
endif
if not timerexists 'divinefury'
settimer 'divinefury' 0
endif
if timer ...
- Mon Oct 06, 2014 10:25 pm
- Forum: General discussion
- Topic: UOSTEAM - I need help
- Replies: 12
- Views: 8037
Re: UOSTEAM - I need help
You can make the script cast divine fury every 3 minutes by using a timer.
if not timerexists 'divinefury'
settimer 'divinefury' 0
endif
if timer 'divinefury' >= 180000
cast "Divine Fury"
settimer 'divinefury' 0
endif
Though maybe you would prefer to just cast it when your stam is at a certain ...
if not timerexists 'divinefury'
settimer 'divinefury' 0
endif
if timer 'divinefury' >= 180000
cast "Divine Fury"
settimer 'divinefury' 0
endif
Though maybe you would prefer to just cast it when your stam is at a certain ...
- Mon Oct 06, 2014 12:11 am
- Forum: General discussion
- Topic: UOSTEAM - I need help
- Replies: 12
- Views: 8037
Re: UOSTEAM - I need help
I only tested this for a bit since I don't use UOS to heal myself as I prefer using Blaze's EUO script for that one. But this should work, though it does spam you a fair bit since that's the problem with having both attack and heal routines in one macro. Just change the part where it decides when to ...
- Sat Jun 28, 2014 11:29 pm
- Forum: General discussion
- Topic: Easy uo
- Replies: 2
- Views: 1204
Re: Easy uo
Try right clicking EUO and running it as administrator