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 [2] 3 4 ... 8
16
Scripting Chat / Bane/Ophidains Event
« on: June 23, 2010, 11:43:27 AM »
For now I am just using 4 diff scripts to do the event:
Auto Healer
Cold Blood Champ Spawn Killer
Auto Looter set to crystline blackrock
12 point rail from Ophidain Temple to near the first spawn point.

My goal is put all the mini scripts together with a sub to get the reward from the war chest.  Has anyone else been playing around with a script to do the event?

17
UO Bragging Rights / Re: Vampurai suit done! At last.
« on: May 30, 2010, 06:58:57 AM »
It is a huge amount of work, time, gold, to make pieces like that.    You have to make except normal woodland items with the right base resist then do the following:
about 2 Pof
10 essence of order
20 lumi fungi
10 boura pelts
5 relic frags
Then "try" to enhance with heartwood and watch 60%-90% of them break, then of the ones that don't break you HOPE to get the hci mod or maybe the di mod.  Even if you farm up some of the stuff to make its at least 600k per attempt.   

18
General UO Chat / Re: What drops the Lavaliere?
« on: May 04, 2010, 08:20:48 PM »
My best Stygian run was only dieing 4 times, the worst run I can't remember but it was at least 15 times dieing.

19
Resource Farming / Re: Ter Mur Lumberjack
« on: April 22, 2010, 07:42:03 AM »
I use an edited copy of MW's lumberjacking script for turmur.  I just have the script click at the same x and y for every tree spot and edited the sub where it scans for new trees.  I just had to mark my tree runes so a tree is located at the same x and y for every spot for all my rune books.  The counter says its doing about 12k logs per hour.

20
General UO Chat / Re: Spill it: What drops the Demon Bridle Ring?
« on: March 19, 2010, 08:34:31 PM »
I have seen a few SA items spawn on the ground near where the renowned dies.  I killed the big pixie once and a pillar of strength spawned on the ground about 8 tiles from where it died.  I also picked up a token of holy favor off the ground near where a renowned fire deamon died.  I have looted a token of holy favor off a renowned fire elemental corpse, I have looted the beserkers breastplate from medusa's corpse. 

21
Scripting Chat / Re: Newb, First Script
« on: March 15, 2010, 03:45:29 PM »
A friend of mine showed me this in a healing script he made:
event macro 58
I never even knew about it, but you dont have to double click bandies you dont have to wait for target cursor and dont have to target your self. 

22
General UO Chat / Re: Bow suggestions for Navrey
« on: March 15, 2010, 12:01:33 AM »
Its not a great choice but for people on a budget I have been imbuing wildfire bows with spider slayer.  The good parts are they are dirt cheap to buy 5-25k they come with 255 durability and they are 100% fire damage.  The bow I use for my navery bot is a regular bow with spider/40ssi/30damage/hit lower attack/balanced.  That way my script can use the paralize special if navery is chasing, down pots when I get webbed in place, hit lower attack so maybe the spider won't kill me.   The script also uses greater confusion if hp get too low.  So far I have gotten 3 tangles and 1 3.0 tracking sot.   I didn't keep count on how many naverys I killed but it was a new char and my loyalty points are over 5k now.

23
Scripting Chat / Re: Newb, First Script
« on: March 12, 2010, 04:14:48 AM »
When I first started out I would try to find a script that was already posted somewhere that would do what I was trying to do.  I then looked up every command in the easy uo docs and tried to figure out what a script was doing line by line.  Here are some pieces of a farming script I made a last year.  This sub worked but it was far from perfect but it was one of the simplest looting subs I could find.  I tried to add comments so you could understand what this sub is doing.

set %corpseid YFM_FEX_QEX ;I found these IDs posted somewhere a while back

sub loot
finditem %corpseid G_2  ;look on ground for a corpse within 2 tiles
if #findid = X
      return
set %corpse #findid
set #lobjectid %corpse
event macro 17 0;(open the corpse)
wait 20
set %corpseContID #contid
finditem POF C_ , %corpseContID  ;find gold on the corpse
set %gold #findid
     wait 10
     exevent drag %gold #findstack ;grab all the gold if #findstack is not there it will grab 1 coin
     wait 10
     exevent dropc #backpackid     ;drop gold in your backpack
ignoreitem %corpseCondID           ;
ignoreitem %corpse                     ;these will make sure you are not looting same corpse over and over
return




24
UO Bragging Rights / Re: A Wonderful Medusa Drop!
« on: March 10, 2010, 05:49:01 PM »
After doing 7 medusas today I got 4 stone dragon's tooth and the other stupid snake staff.  I did get a berserker's breastplate off one of the bodys.

25
Questing / Re: Donate-o-Matic (for library and museum donations)
« on: March 07, 2010, 07:40:40 PM »
It works great for me the only strange thing that happens is on normal wood.  The script will do a 60k pile of normal wood then stop and say out of wood even with other piles of normal wood in the chest.  It not a big deal because I just use normal wood when I need a few more points to get a an item.

26
General UO Chat / Re: Ideal whammy WEAPON
« on: March 04, 2010, 08:51:28 PM »
Medusa is possible to solo but you would need the gordon lens.  I would recomend put charges on your headgear and gordet.  Be sure to clear the statues near the rez spot then just wack away.   I used a hld and hla weapon and used about 25 apples and 25 greater cures.   I have yet to get a good drop off her and end up spending more time getting the crystals for the lens then I do getting keys or killing her.  If you don't have lens you will be spending a lot time turned to stone.

27
Scripting Chat / Re: NAvrey
« on: February 22, 2010, 09:21:02 PM »
My script has 5 way points and a random end point.  The only tricky part it when nav warps you to a far wall.  I have my script save the spot where first detects nav then runs back there if it gets web warped.  When nav dies it resets my timer to wait 14 mins then run the rail every 30-40 secs till it spawns.  My script has gotten one tangle so far.   I had to put pots into mine cause in the mornings people trigger that rock storm and it will hit hard.  My archery version runs out of supplies but the spellweaver one seems to work better because of auto rez on gift of life and gift of renewal and attunement spells.

28
Scripting Chat / Re: auto insure?
« on: February 21, 2010, 08:18:12 PM »
I think a crimmy is same object id as tangle.  I know my navery script got mixed up once and signaled me I had a drop and my crimmy was in my pack instead of on my paperdoll.   I have yet to see that new necklace if someone gets the ID off it please post it.

29
General UO Chat / Re: What's the feeling about Night Eyes?
« on: February 20, 2010, 07:19:02 AM »
I been running my mule account there like 15-18 hours a day and it has yet to get a drop.  The spawn timer is right about 900 secs(according to my script) from when the last one dies.

30
General UO Chat / Re: What's the feeling about Night Eyes?
« on: February 17, 2010, 11:16:42 PM »
For everyone's Navery script the object ID for them is UES, the Tangle is XDI.  I got a Tangle but no luck on the Eyes.  I use folded steel glasses on my mage now so I might give these a try.

Pages: 1 [2] 3 4 ... 8