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 - Yulack

Pages: [1]
1
UOSteam scripts / Honor Attack that "Stay on Target"
« on: November 19, 2015, 09:51:01 AM »
This is an Honor Attack short that stays on target if you stay with in 5 tiles
reply this post if you need a hand with this one
it is fully working
Code: [Select]
// new part
 if @distance 'ene' >= 8 or not @findobject 'ene'
      @unsetalias 'ene'
endif
//
if not @inrange 'ene' 5
  @unsetalias 'ene'
  @getenemy 'enemy' 'murderer' 'criminal' 'gray' 'closest'
  if @inrange enemy 6
    @setalias 'ene' enemy
  endif
endif
//<---- will not Honor if more then 6 away
if @hits 'ene' == maxhits 'ene' and @inrange enemy 6
  if not @buffexists "Blood Oath"
    @getenemy 'enemy' 'murderer' 'enemy' 'criminal' 'gray' 'closest'
    @autotargetenemy!
    virtue 'honor'
    pause 200
    @target! 'ene'
    pause 200
    @target! 'ene'
    pause 25
  endif
endif
if not @buffexists "Blood Oath"
  @setability 'primary' 'on
  @target! 'ene'
  pause 25
  @attack! 'ene'
  pause 25
  @attack! 'ene'
  pause 25
endif
if stam < 50
  cast "Divine Fury"
  pause 55
endif
pause 125

2
UOSteam scripts / Auto Keg maker pandora free server ready
« on: July 22, 2015, 01:26:07 PM »
allways have more boards and ingots then needed
// macro only checks for bottles Have only enough for your kegs
// uses saw and tool kit
Code: [Select]
for 5 //<-------- just a loop never will it just make  five kegs unless you only have bottles for five
  pause 50
  if not @findtype 0xf0e 0 'backpack' 10
    headmsg 'Out of bottles'
    stop
  endif
  if not counttype 0x1db8 0 'backpack' >= 2
    usetype 0x1034
    waitforgump 0x38920abd 15000 //<------ check gump ids
    replygump 0x38920abd 1 // <------- check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
    replygump 0x38920abd 23 // <------- check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
  endif
  if not counttype 0x1db8  0 'backpack' == 2
    replay
  endif
  if not counttype 0x1eb1 0 'backpack' >= 3
    usetype 0x1034
    waitforgump 0x38920abd 15000<------ check gump ids
    replygump 0x38920abd 1 // <------ check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
    replygump 0x38920abd 21// <------ check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
  endif
  if not counttype 0x1eb1  0 'backpack' == 3
    replay
  endif
  if not counttype 0x1004  0 'backpack' >= 1
    usetype 0x1eb8
    waitforgump 0x38920abd 15000<------ check gump ids make sure its the same on your server
    pause 500
    replygump 0x38920abd 3 // <------ check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
    pause 225
    replygump 0x38920abd 22 // <------ check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
    pause 225
  endif
  if not counttype 0x1004  0 'backpack' == 1
    replay
  endif
  if not counttype 0x1db7 0 'backpack' >= 1
    usetype 0x1eb8
    waitforgump 0x38920abd 15000 <------ check gump ids
    pause 500
    replygump 0x38920abd 3 // <------ check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
    pause 225
    replygump 0x38920abd 28// <------ check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
    pause 225
  endif
  if not counttype 0x1db7 0 'backpack' == 1
    replay
  endif
  if not counttype 0xe7f 0 'backpack'  == 1
    usetype 0x1034
    waitforgump 0x38920abd 15000<------ check gump ids
    pause 500
    replygump 0x38920abd 3// <------- check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
    pause 225
    replygump 0x38920abd 57// <------- check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
    pause 225
  endif
  if not counttype 0xe7f 0 'backpack' == 1
    replay
  else
    usetype 0x1eb8
    waitforgump 0x38920abd 15000<------ check gump ids
    pause 500
    replygump 0x38920abd 7// <------ check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
    pause 225
    replygump 0x38920abd 25// <------- check gump replys ids make sure its the same on your server
    waitforgump 0x38920abd 15000
    pause 225
  endif
endfor

3
UOSteam scripts / Oh how i hated marking runebooks for choping trees
« on: July 13, 2015, 11:11:34 AM »
Code: [Select]
// Stand Next to Tree, the tree on the west side
// at prompt /target runebook not the tree
while not dead 'self'
  if not findtype 0x1f14
    headmsg 'Need more runes!!!!!!!!!'
    stop
  endif
  clearjournal
  unsetalias 'setrunebook'
  if not findalias 'setrunebook'
    headmsg 'Target Runebook'
    promptalias 'setrunebook'
  endif
  while not hidden 'self'
    if not findtype 0x1f14
      headmsg 'Need more runes!!!!!!!!!'
      break
    endif
    //use axe to West tile
    pause 1000
    useobject 'LeftHand'
    waitfortarget 15000
    targettileoffset -1 0 0
    pause 5000
    if injournal 'use an axe on that' 'system'
      break
    elseif not injournal 'You chop some' 'system'
      break
    endif
    if injournal 'You chop some' 'system'
      if @findtype 0x1bdd 'any' 'backpack'
        useobject 'LeftHand'
        waitfortarget 15000
        target! 'found'
        pause 1000
      endif
      if findtype 0x1f14
        setalias 'markedrune' 'found'
        pause 500
        if findobject 'markedrune'
          cast "Mark"
          waitfortarget 15000
          pause 1500
          target! 'found' 15000
        endif
        if findobject 'markedrune'
          moveitem 'found' 'setrunebook'
          pause 1500
        endif
      else
        headmsg 'WHERE DiD the runes go!!!!!!!!!!!!!!!!!!!!' 33
        stop
      endif
      if not findobject 'markedrune'
        headmsg 'Off to the next spot'
        break
      else
        headmsg 'Runebook Full'
        stop
      endif
    endif
  endwhile
endwhile

hope this helps

Post Merge: July 13, 2015, 05:09:52 PM
ok I needed to gain hiding on a char (playing on a free shard) so I wanted to know how long  to make my pause times perfect to catch the injournal so I made this little script
Code: [Select]
useskill 'Hiding'
// injournal find time
pause 1000
if injournal 'You must wait a' 'system'
  // if checking skilluse times
  headmsg 'longer pause' 33
  //if checking injournal find time
  //headmsg 'shorter pause' 33
  clearjournal
else
  // if checking skilluse times
  headmsg 'shorter pause' 33
  //if checking injournal find time
  //headmsg 'longer pause' 33
  clearjournal
endif
//skilluse time is a total of injournal find pause and the second
pause 9270
// use loop, best if 10 injournal ten times before changing

4
New member introductions / Updated, I'm new say hello to me
« on: May 07, 2014, 11:20:20 AM »
 ;D
hello, my name on these boards is Yulack.
I have been playing uo off and on for since 1998 with about 6 years off playing WoW. I am now playing on the free shard Pandora http://www.pandorauo.com/portal/#play the server is pop is small still but the perks are great, and OMG the imbuing system is the best so far.
added
oh yea, while I was playing on the Osi shard Great lakes, I was in the guild Reborn, then in the guild AE. The worst thing happened to me I got hacked lost everything. The thing is I was to free with my account log info, its all my fault. I had just bought the newest updates logged into the web site put in the update codes, updated my client and logged into find my char's were gone.  I at the moment in time said to my self it's time to play WoW.
Wow's a great game but every time I had great gear it was time to move on to the next expansion. So all my gear sucked now. 3 times. So I looked around for a free sever, and found Pandora.
   Pandora server pop is kind of low right now I think it maybe the pvp is kind of tough. I got lucky and got with a Very good  guild WSF. the imbuing system is very good you can choose what you want on an item up to full value like 15 str on earrings and you can take one properity off an item with destroying it. Items tier adding 5 more imbuing spots it take a lot of spawns to get to tier 5. hit me up if you play on pandora or start playing there i can give ya a hand.

Pages: [1]