Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
Manwincs' Script Library / Re: Mwinc. Imbuing Trainer
« Last post by docaw on November 16, 2023, 01:32:23 PM »
Is this still working?  I keep getting out of ENK but I have everything in my packs.  None of my item ID parts are returning Id codes.  they all say YC
72
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« Last post by TrailMyx on November 15, 2023, 03:18:20 PM »
Fish cutting shouldn't have been affected.  Weird.

For the MIBs, if you already have MIBs in your pack, then they won't be opened.  It only works as you loot them from the serpent.  You'll have to catch up by hand and then let the script open them as you fish them up.

The question still remains since the script now tries to open them on the serpent corpse first.  I don't think this works anymore and they'll need to be opened in your main pack.  This will require a little script change if this is the case.
73
Questing / Re: ScriptUO Heartwood Quester v1.19
« Last post by TrailMyx 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.
74
Questing / Re: ScriptUO Heartwood Quester v1.19
« Last post by Neftis_RJ on November 15, 2023, 02:34:59 PM »
Hey Trail,

I downloaded the file. However, now I receive the following message: "Cannot locate tool_railengine30k.txt"

I put all .txt files in the same place as well as easyuo.exe.

Any thoughts?
75
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« Last post by CityKitty on November 15, 2023, 08:21:31 AM »
The MiBs are in my main pack and i made the script changes but they're still not being opened.

aaand it isn't cutting up fish now. Is that by design?
76
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« Last post by TrailMyx 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.
77
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« Last post by CityKitty on November 14, 2023, 11:00:48 AM »
Terrific! I will go try it in a few. I sell them all, the normals and the ASOS and still have too many. I love to fish hehe
78
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« Last post by TrailMyx 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.
79
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« Last post by Crisis on November 13, 2023, 05:45:52 PM »
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.
80
Questing / Re: ScriptUO Heartwood Quester v1.19
« Last post by TrailMyx on November 13, 2023, 10:07:19 AM »
I fixed the link; give it another clickski.
Pages: 1 ... 6 7 [8] 9 10