Author Topic: TrailMyx's Full Auto Fisherman  (Read 461024 times)

0 Members and 1 Guest are viewing this topic.

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #780 on: May 19, 2015, 01:04:02 PM »
0
Did you do the guided setup before pressing start?

Offline Neftis_RJ

  • Jr. Member
  • **
  • Posts: 44
  • Activity:
    0%
  • Reputation Power: 1
  • Neftis_RJ has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #781 on: May 19, 2015, 01:08:33 PM »
0
Officially this is an OSI script.  Since IDs are different from freeshard to freeshard, items like bows can be troublesome.  Freeshards work much better if you use magery.  You should also be using the 30 version.

I tried to use the script but the status is always Bank Run... and nothing happens, even pressing other buttons in the chart.

Never mind, it wasn't working because my suit wasn't repaired!

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: TrailMyx's Full Auto Fisherman
« Reply #782 on: May 19, 2015, 02:32:05 PM »
0
Never mind, it wasn't working because my suit wasn't repaired!

You're welcome!  ;)
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Neftis_RJ

  • Jr. Member
  • **
  • Posts: 44
  • Activity:
    0%
  • Reputation Power: 1
  • Neftis_RJ has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #783 on: May 20, 2015, 09:44:47 AM »
0
Never mind, it wasn't working because my suit wasn't repaired!

You're welcome!  ;)

There's another issue though. Im an archer and Ive run the guided setup. I selected the weapon I wanted to use (fey bow from medusa) and it says "cannot find the weapon".

I try to re-run guided setup in order to change the selected weapon but Im not able to. It keeps saying "cannot find the weapon", even when I reopen the acript.

Any idea?

Thx!

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6191
  • Activity:
    3%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +273
  • Referrals: 3
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #784 on: May 20, 2015, 09:52:21 AM »
0
I gotta ask - Why a fey bow?

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: TrailMyx's Full Auto Fisherman
« Reply #785 on: May 20, 2015, 10:28:25 AM »
0
I gotta ask - Why a fey bow?


I just need to remove archery as an option...

You'll need to locate your save file and delete it.  Sounds like you are trying to change your weapon.  If you locate the LoadSetup sub (around line 1010) and add "set %archeryweapon N/A" like so:

Code: [Select]
sub LoadSetup
  set #LPC 1000
  menu set EUOStatus Loading setup....
  menu get EUOEdit12
  gosub AddUnderscore #MENURES
  set %setupfile #RESULT
  gosub TM_FileSystem_LoadFile NULL %setupfile
 
  set %archeryweapon N/A ; <-- add this
 
  menu Combo Select EUOComboOffence %offencetype

Then you can re-run the setup with your new weapon.  Be sure to remove this line when you re-run the script.
« Last Edit: May 20, 2015, 10:55:35 AM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Neftis_RJ

  • Jr. Member
  • **
  • Posts: 44
  • Activity:
    0%
  • Reputation Power: 1
  • Neftis_RJ has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #786 on: May 20, 2015, 12:40:47 PM »
0
I gotta ask - Why a fey bow?


I just need to remove archery as an option...

You'll need to locate your save file and delete it.  Sounds like you are trying to change your weapon.  If you locate the LoadSetup sub (around line 1010) and add "set %archeryweapon N/A" like so:

Code: [Select]
sub LoadSetup
  set #LPC 1000
  menu set EUOStatus Loading setup....
  menu get EUOEdit12
  gosub AddUnderscore #MENURES
  set %setupfile #RESULT
  gosub TM_FileSystem_LoadFile NULL %setupfile
 
  set %archeryweapon N/A ; <-- add this
 
  menu Combo Select EUOComboOffence %offencetype

Then you can re-run the setup with your new weapon.  Be sure to remove this line when you re-run the script.

Worked perfectly!

Thank You!

Btw, great script!

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #787 on: May 20, 2015, 12:40:56 PM »
0
I gotta ask - Why a fey bow?


I was wondering the same thing lol

Offline Neftis_RJ

  • Jr. Member
  • **
  • Posts: 44
  • Activity:
    0%
  • Reputation Power: 1
  • Neftis_RJ has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #788 on: May 20, 2015, 12:44:08 PM »
0
I gotta ask - Why a fey bow?


I was wondering the same thing lol

Any reason at all, it was what I had at the moment.

Offline Crymi

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 1
  • Crymi has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #789 on: June 20, 2015, 12:28:07 AM »
0
Been using this on RebirthUO they have the HS fishing and EA treasure map system.. This is the perfect Fishing script.. Its like on speed or something got to say this is the smartest fishing script i have ever used...


++++Trailmyx

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: TrailMyx's Full Auto Fisherman
« Reply #790 on: June 20, 2015, 06:45:30 AM »
0
I had to go back and see when I first started writing this one.  It's based on my OLD EasyUO login name "Chuckie" that's long since been lost.  Chuckie's Fishing Helper was first written back in 10/2004.  There was 31 iterations of the Chuckie script before I updated journal stuff and it turned into the FaF.  So this thing has been in the oven for many years!

Once you shed the "can't use unattended for farming" excuse, it's amazing what you can come up with!

And yes, this script works very well on RunUO as well as Broadsword.  With the new chests on RebirthUO, this script is very helpful.  Coupled with the SOS Autofarmer, the gold piles are finally rolling in!
« Last Edit: June 20, 2015, 06:48:00 AM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Ketchup

  • Full Member
  • ***
  • Posts: 138
  • Activity:
    0%
  • Reputation Power: 3
  • Ketchup has no influence.
  • Respect: +18
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #791 on: June 20, 2015, 09:28:20 AM »
0
where can we get this SOS autofarmer Trailmyx?

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #792 on: June 20, 2015, 10:33:17 AM »
0
It is in the Elite section

Offline Ketchup

  • Full Member
  • ***
  • Posts: 138
  • Activity:
    0%
  • Reputation Power: 3
  • Ketchup has no influence.
  • Respect: +18
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #793 on: June 20, 2015, 10:48:48 AM »
0
ah I'd best be a good boy then because I sure as hell ain't getting in on scripting skill.  :P

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #794 on: June 20, 2015, 11:06:38 AM »
0
ah I'd best be a good boy then because I sure as hell ain't getting in on scripting skill.  :P

BAH! I could barely alter scripts to work for me when I came here (not that I am great at it now lol). Look at the tutorials, analyze scripts and learn the bones of them. Before you know it, you will be starting to make things with the help of others working towards doing more on your own. Scripting is not as scary as it looks at times. You will be surprised at how quickly you will learn. One of the most important things is to be an ACTIVE member and help out where you can.

Tags: TrailMyx Fishing