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

Pages: [1]
1
Resource Farming / Re: Mwinc. Miner
« on: January 03, 2021, 03:55:18 PM »
That sounds like your recall timer is too short and you are not using the position change option.

Gaderian

Very interesting development -to me anyway....

So I tinkered with recall timer and position change.  both separately and together.  No joy. 
I couldn't figure it out.  Then I remembered something about stuff on top of gumps interfering with other stuff. 

As it happens I have enlarged containers option nowdays because I got old and I can't see *bleep*.
My bank container is like 3/4 of the game screen.  It was blocking the view of the (scanner?)  Whatever, I reverted to normal container size and problem solved!!!!!!

2
Resource Farming / Re: Mwinc. Miner
« on: January 02, 2021, 11:38:25 AM »
Love this script.  I used it several years back and I downloaded it again when I returned recently to OSI.

I have a copy of the old .mul fils so I haven't had any of the common issues people seem to have.. 
The issue I have is an odd one.
When toon recalls to bank he opens bank
Then he immediately tries to recall to bank again.  Of course it fizzles and says location is blocked.

Then he unloads ore into secure and resumes mining at the next location in the ore books.  He never skips location and never fails to unload ore into secure.

The script is working perfectly except the fizzle evey time at the bank.

3
Crafting / Re: Tinker Trainer
« on: December 30, 2020, 06:21:52 PM »
On version .30 I had same problem - it tossing tinker tools to the trash can. So - I did a change in the dump sub, and after that it works flawlessly  :D

Simply change the dump sub with this code:


Sub Dump
Repeat
    finditem %Dumplist C_ , #backpackid
    exevent drag #findid #findstack
    wait 10
    exevent dropc %TrashBarrel
    wait 20
    finditem %Dumplist C_ , #backpackid
Until #findcnt < 1
Return




I had similar/same issues with script.  This fixed it.  Runs great.  Thank you.

4
New member introductions / One more intro for your viewing pleasure
« on: December 05, 2011, 10:47:22 PM »
So, I started playing UO in January of 2011.  It's rather funny because no one believed me then, or now come to think of it -but it's true.  I play on an OSI shard.  Tamer for farming, bard for misc stuff, and a mage mystic for my pirate activities.  I have learned a few tricks since I started, even some were I had to teach vets.  (that is extremely gratifying by the way) 

I live In Texas, you know, the state that brought you George Bush.  I apologize for that, but it was the only way we knew how to get rid of him.  We are trying to get rid of Rick Perry right now, but it appears we might have to keep him as the rest of the country has gotten a little smarter.

In real time I am politically active.  I work on local and state campaigns for the abolition of the death penalty and other prison reform issues. 
I also am a beekeeper.  A hobby really.  I have four hives in my back yard.  Learned how when I was a kid and still do it well into middle age.  I have found, over the years, that bees have no guile nor do they put up with it.  They have a unique ability to strip away much of the bullshit we like to believe about ourselves.

I joined a guild with a few good people in it.  One introduced me to EUO scripts.  Specifically for Gardening.  I have found a new interest in scripting.  So here I am.

Pages: [1]