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

Pages: 1 [2] 3 4 ... 621
16
Questing / Re: ScriptUO Heartwood Quester v1.19
« on: November 15, 2023, 03:10:24 PM »
On line 88 of the HW quester, just change the line from this:

Code: easyuo
  1. set %railsubs tool_railengine30k.txt
  2.  

to this

Code: easyuo
  1. set %railsubs tool_railengine30l.txt
  2.  

Then just make sure the file "tool_railengine30l.txt" is located in your HW directory.

17
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: November 14, 2023, 11:51:03 AM »
The only other caviet I can think of is you used to be able to open MIBs in another pack, but I think they changed it so they need to be in your main pack.  Let me know if they don't open and I can update so they are dragged first before they are opened.

18
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: November 14, 2023, 05:44:30 AM »
There is either a checkbox on the menu or something in the code that allows you to choose whether to open them or not. I find I get more ASOS when I open a crapload at one time so I wrote a little snippet to run to open them all for me.

Almost... It's never that easy.... ;)

I used 30I a while and it works like a charm. Thing is, how do I get it to extract the SOS from the bottle? My fishing is based on how many ASOS I have for my vendor and I hate the click click click after a fishing trip! Is there a command I can write in or something? Thanks in advance TM!

Crisis is right, there's a checkbox for looting only ancients - but it will only loot ancients and not loot normals. If you want to open them and keep them all, you need to make one small change to the script.  On line 2067, comment out the ignoreitem so it goes from this:

Code: easyuo
  1.             menu get EUOCheckBox8 ; just checking for ancients and not MIBs
  2.             if #MENURES = #FALSE
  3.             {
  4.               ignoreitem #FINDID 2 ; it's plain, forget it
  5.               goto checkanddragagain
  6.             }
  7.  

To this

Code: easyuo
  1.             menu get EUOCheckBox8 ; just checking for ancients and not MIBs
  2.             if #MENURES = #FALSE
  3.             {
  4. ;              ignoreitem #FINDID 2 ; it's plain, forget it
  5. ;              goto checkanddragagain
  6.             }
  7.  

So this will open all MIBs and keep them instead of only keeping the ancient SOSes.

19
Questing / Re: ScriptUO Heartwood Quester v1.19
« on: November 13, 2023, 10:07:19 AM »
I fixed the link; give it another clickski.

20
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: October 27, 2023, 10:51:06 AM »
Here's another one: I stopped the script and, when I started it again, I found it had saved the last session! Nope, nothing new or changed and no idea why.

Thanks souch TM for this script and for keeping it up. I really appreciate it.

Sounds like you're getting closer then - that's great.  The only time the script saves things is when it completes your bank run number, online time, looted item number or if you explicitly save with the save button.  I suppose I should put a check in there to see if your boat key changed either by your own death or you re-place the boat when you dry-dock it.

But if you do rerun the initial setup to re-learn the boat key, you'll need to press that SAVE button.

I guess this script is kinda like Halloween - you get some nice treats, but you have to suffer some tricks as well!

TM

(Unless you're Crisis, then you'll never be able to save - EVER!!! Muahahah!)

21
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: October 26, 2023, 06:02:48 AM »
Thank you! I am quite a bit behind so I will give the new one a run this weekend.

I wish we could figure out your saving errors.  You seem to have a nearly singularly-unique problem. 

22
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: October 24, 2023, 07:30:26 AM »
Updated to version 30l

So after 15 years, I finally added the ship orientation code into the FaF so that it automatically orients your ship to face north every time you recall back.  I've had this for years in my MIB autofarmer and have just "forgotten" to drag that code over to this script.  I've been fishing recently, so I figured "what the heck."  Give it a test.  Enjoy.

23
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: October 23, 2023, 06:24:01 PM »
Crisis, are you still plagued with scripts not saving text files?  Wow, you've got a horrible case of Windows Blues!  lol.  Anyhow, you should give a try with installing a VM and a bare-bones Windows 10 image.  Then you can turn off all Window-related nonsense and just let the scripts run.  For my mining, fishing and lumberjacking I just use VirtualBox and minimize it while the scripts do their thing.

24
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: October 23, 2023, 05:12:20 PM »
CityKitty, are you using a small boat?   I still use this script all the time and really never have a problem with it.  I'm playing on a freeshard and recently started on another successfully.

Also, the latest version 30k already has the modifications for the "new" style MIBs, so you don't have to make that change.  So assuming you're using the small boat and IT IS POINTING NORTH, then is should work for you.

25
New member introductions / Re: Welcome me back ;)
« on: September 15, 2023, 06:16:13 PM »
You are among old farts, so feel welcome!

26
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: August 28, 2023, 06:06:01 PM »

27
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: August 27, 2023, 08:19:58 PM »
I guess I forgot to post this revised version, as well as the 9 versions previously.  lol.  Look for version 30k attached to the first post.  I keep this one pretty up to date since I still use it on many RunUO freeshards.

28
Off Topic / Re: Concerning Hammy
« on: June 21, 2023, 07:27:12 AM »
I'm sorry for the loss of hammy. i am not a pet person but everyone i know has a cat or dog and they are the same to these people as there own family. sorry again for the loss

It's been a while now but I still think about him all the time.  I've had lots of pets in my life, but he did certainly leave an impression on me.  Some people don't get that a pet really can become a close family member. I've had some maddening conversations with people who just don't get it.  They must just be robots.  lol

29
Gold Farming / Re: TrailMyx's WarpSpeed Logs to Boards converter
« on: June 01, 2023, 06:56:24 AM »
Crazy it still works.  If you post the item type for the Melisande's axe, I'll add it.  Thanks for the shocking feedback!  Cheers!

30
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: April 05, 2023, 09:05:54 AM »
I'm down to running only a few scripts anymore, but this is one of them (as well as SOSMaster being supported by Gaderian).  I do run on a freeshard and run this script daily.  From my own usage, I see no issues at all.  My usage is that I run in 2 hour increments and so far have never had issues with this script. 

But if you're having lag issues, it's always best to locate the "WAIT" statements right after a recall/gate/sacred journey attempt and make them a bit larger.  Also if you find your character just standing there, just pause the script and note what line/subroutine the code is stalled at.  One thing I remember seeing is if the script gets to the point where it's either looking for a banker or a secure before the server has time to populate the surround #FINDIDs due to lag, it might get stuck.  Adding a delay can help this.

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