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

Pages: 1 ... 6 7 [8]
106
UO Reference Information / Re: recipe of HW quest
« on: April 08, 2009, 07:13:56 PM »
My friend has been doing just lethal darts and used about 50k of bolts so far.  He has gotten 6 oaks 2 ash 1 yew and 1 heartwood.  I think he got a bit lucky but 50k of bolts is 5,000 quests. 

107
Player Templates / Re: Sampire
« on: April 04, 2009, 09:41:08 AM »
If you have bushido you have 5% to block using a shield.  I have not seen much diff between using a one handed or two handed weapon fighting monsters.  I have tried curse weapon without ss and it  last about 2 swings with soul seaker.  I tend to use one handed weapons so I can pot most of the time.   

108
Resource Farming / Re: Snow's Spined Leather Farmer
« on: March 30, 2009, 07:21:57 AM »
I used this to find the ID of stuff I wanted to skin:
DISPLAY OK Target the creature you wish to obtain a TYPE ID for.
SET #TARGCURS 1
WHILE #TARGCURS = 1
   WAIT 0
FINDITEM #LTARGETID
DISPLAY OK Last Type ID: #FINDTYPE
HALT
I then just added those IDs to the script.  I marked my runes in Fel for extra resourses. 



109
Script Debug / Re: Sub nested without return - need new eyes
« on: March 30, 2009, 06:09:31 AM »
Just a quick question what is the max number of tiles you can scan?  I see the G_15 so I guess that means 15 tiles what is the practical limit 20 25? 

110
I tried to set up the heartwood quester for lethal darts because a friend of mine has 20k of bolts to waste.  I tried and tried but it would just cycle through the quest without stopping on lethal darts.  I then gave him the old craftamatic script(just had to change item id from darts to bolts) but his backpack filled up with shatchels in bout an 2 hours.  I "borrowed" part of heartwood quester that looked for runics kits in the shatchels and then dumped them in the trash.  He has used bout 4k of bolts so far and has recieved 1 oak 2 ash and 1 yew kit.  The good part is 4k of bolts will last him almost 13 hours and he can stay hidden and not have a bug visable.  I wasted bout 1k of bolts testing the script and only ended up with an oak kit.  Here is what I included into the craftmatic script:

 wait 50
  finditem ZJF C_ , #BACKPACKID
  if #findkind <> -1
  {
      wait 20
      set %bag #findid
      set #lobjectid %bag
      event macro 17
      wait 40
      finditem ZFG C_ , %bag
      set %kit #findid
      exevent drag %kit 1
      wait 20
      exevent dropc #backpackid
      wait 20
      finditem UFG C_ , %bag
      set %kit #findid
      exevent drag %kit 1
      wait 20
      exevent dropc #backpackid
      wait 20
  }
  finditem JKF G_3
  set %trash #findid
  set #lobjectid %trash
  event macro 17
  wait 20
  finditem ZJF C_ , #backpackid
     set #lobjectid %bag
     exevent drag %bag
     wait 20
     exevent dropc %trash
wait 50

111
It runs great for me, I noticed a lot(4 one night) of people using the default rail on Atlantic.  I didn't want to be one of them so I spent the time to make a new rail.  I am sure anyone who spends the time making making a new rail will figure out you still need to end up within dumping distance of the trash can(I think its 3 tiles or less).  The only problems I have had was when my runes got blocked, by someone camping at the heartwood gate, or getting killed by the invasion spawn.  I played around with the lethal dart quest but it is on a timer of about 2 mins unless you do any other heartwood quest. 

112
New member introductions / Hello
« on: February 22, 2009, 03:59:04 AM »
I came back to UO after not playing for a few years.  I used to use a few scripts for mining and some of the other boring parts of the game.  I was never very good  at creating a script from scatch but I used to edit and fix other scripts.




                                                                                   Petkiller(Atlantic)

Pages: 1 ... 6 7 [8]