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

0 Members and 1 Guest are viewing this topic.

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
TrailMyx's Full Auto Fisherman
« on: June 09, 2008, 02:50:44 PM »
+2
Code: [Select]
;===================================================================
; Script Name: TrailMyx's Full-Auto Fisherman 2.0j
; Author: TrailMyx
; Version: 2.0k
; Shard OSI / FS: OSI / FS(Alexandria)
; Revision Date: 08/29/2007
; Purpose:
;     Completely automate the operation of fishing up MIBs/Nets/Tmaps/pearls/scales/hides
;
; Features:
;     . Utilizes 4x4 resource gathering to hunt for sea serpents containing treasure.
;     . Automatically fishes until a sea serpent is encountered
;     . Utilizes Offensive selection until sea serpent is dead
;     . During combat, your character is healed using your Healing methon.
;     . Boat automatically moved to dead serpent location
;     . Sea serpent may be carved for hides, scales
;     . All loot is collected based upon user selections.
;     . All trash is deposited on dead sea serpent corpses
;     . Automatically travels to bank to deposit treasure and back to boat
;     . Script continues to run until selected ending condition is achieved.
;     . Once ending condition is achieved, your character will transport to save location
;       and automatically logout
;     . Save/Load user preferences
;     . Saves session loot to a log file.
;     . Use multiple safe logout and bank runes
;     . Many statistics collected.
;     . Randomly uses runes in rune blocks.
;
; Requirements:
;     . SMALL boat in deep water
;     . Runebook in main pack with at least:
;       = 1 rune for a safe logout point
;       = 1 rune for a bank
;     . Boat key in main pack
;     . Container in bank for non-stackable items
;     . Container in bank for stackable items
;     . 100% LRC suit.  On OSI, it's best to have self-repair items.
;     . Sissors for cutting leather
;     . Dagger, knife for skinning sea serpents
;     . Offensive ability using Necromancy, Magery, or Archery buffed with Chivalry (optional)
;     . Defensive healing ability using Magery, Necromancy, Chivalry, or bandages
;     . Start script standing on your boat at the key recall point.
;     . If you haven't run the Guided Setup yet, it's best to start at a bank location.
;
; Special Thanks:
;     Valuable testing/feature input by j4bber, MissyMoose, Bookwyrm, sss567, Hoby, Gimlet
;====================================
; Revision History:
;===================================================================
; ToDo:
;  . Item evaluation with TM_CLAw
;
;===================================================================

Locate all references to "HTD".  If you use the program ScriptUO, it's easy to search.  Here's the results from TM_fullautofisherman30b:
Code: easyuo
  1. 1603:   gosub TransferItems NULL SVH_XVH_HTD_UDF_EQD_UVH -1 #BACKPACKID %container_MIBs
  2. 1813:   gosub CheckandDragSpecial HTD !serpcont EUOCheckBox21 #false ; mibs (ancient)
  3. 1814:   gosub CheckandDragSpecial HTD_UVH_RVH !serpcont EUOCheckBox8 #false ; mibs %check_loot_asos
  4. 1900:       if #FINDTYPE = HTD
  5. 1921:       if #FINDTYPE = HTD ; MIB, but ancient?
  6. 1958:         if #FINDTYPE in HTD_UVH_RVH
  7. 1997:   finditem SVH_XVH_HTD_UDF_UVH C_ , #BACKPACKID
  8. 2007:   if #FINDTYPE in HTD_UVH
  9.  

change these lines to the following (your line numbers may vary if you've made any changes to the script yourself [note adding "AWJC"]:

Code: easyuo
  1. 1603:   gosub TransferItems NULL SVH_XVH_HTD_UDF_EQD_UVH_AWJC -1 #BACKPACKID %container_MIBs
  2. 1813:   gosub CheckandDragSpecial HTD_AWJC !serpcont EUOCheckBox21 #false ; mibs (ancient)
  3. 1814:   gosub CheckandDragSpecial HTD_UVH_RVH_AWJC !serpcont EUOCheckBox8 #false ; mibs %check_loot_asos
  4. 1900:       if #FINDTYPE = AWJC
  5. 1921:       if #FINDTYPE = AWJC ; MIB, but ancient?
  6. 1958:         if #FINDTYPE in HTD_UVH_RVH_AWJC
  7. 1997:   finditem SVH_XVH_HTD_UDF_UVH_AWJC C_ , #BACKPACKID
  8. 2007:   if #FINDTYPE in HTD_UVH_AWJC
  9.  

Special note:
The archery feature is not recommended.  Use at your own annoyance.

There are 3 attachment(s) in this post. You must register and post an acceptable introduction to download
TM_fullautofisherman20t.txt
TM_fullautofisherman30k.txt
TM_fullautofisherman30l.txt
« Last Edit: October 24, 2023, 07:26:49 AM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Nicar

  • Full Member
  • ***
  • Posts: 198
  • Activity:
    0%
  • Reputation Power: 0
  • Nicar has no influence.
  • Respect: +20
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #1 on: June 10, 2008, 08:21:20 PM »
+1
Well, ran this the other day, 11 straight hours, was fishing when I got home from work. Awesome bro!.

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 #2 on: June 10, 2008, 08:26:30 PM »
0
I'm glad it still works! lol.  Glad you enjoyed it.  Bookwyrm did get his monies worth out of it. He had 5 accounts running 24-7 with it.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Pearls

  • Hero Member
  • *
  • Posts: 557
  • Activity:
    0%
  • Reputation Power: 13
  • Pearls barely matters.Pearls barely matters.
  • Respect: +65
  • Referrals: 1
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #3 on: July 19, 2008, 09:12:30 AM »
+1
I started running this today, i started with 65 fishing and now few hours later im 69.3 so its going well. Cant wait to get my first deep sea serpent kill. Already went out to buy a juka king bow, horselord and a quiver of lightning. Any suggestion maybe on a perfect archer/fisher template? Maybe something to be 100 fishing and a 100% Leviathan solo killa'?
XII : "My happiness as a married man is directly related to the amount of sex I have which, in turn, requires that I pretend I like these movies every now and then and that it really doesn't bother me when she tells me about her problems but doesn't want me to give her a solution ;) "

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 #4 on: July 19, 2008, 10:17:05 AM »
+1
I started running this today, i started with 65 fishing and now few hours later im 69.3 so its going well. Cant wait to get my first deep sea serpent kill. Already went out to buy a juka king bow, horselord and a quiver of lightning. Any suggestion maybe on a perfect archer/fisher template? Maybe something to be 100 fishing and a 100% Leviathan solo killa'?

Ever since I added the archery/chiv combo to the offensive template, with a slayer bow you are pretty much safe from everything since you will normally 2hit the normal serpents and 3hit the deep sea serpents.  So the sky's the limit regarding this.  Actually, if you have a slayer spellbook, a normal mage would work too since it will automatically equip your slayer book before it spanks the serps.  Many ways to play with it....
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Hardyz

  • Jr. Member
  • **
  • Posts: 86
  • Activity:
    0%
  • Reputation Power: 0
  • Hardyz has no influence.
  • Respect: +14
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #5 on: July 19, 2008, 10:39:47 AM »
+1
Soloing leviathans are easy...At least I usually solo them w/ my tamer bard... Taming/lore/vet/music/peace/fishing some magery.... super easy

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 #6 on: July 19, 2008, 10:46:00 AM »
0
Soloing leviathans are easy...At least I usually solo them w/ my tamer bard... Taming/lore/vet/music/peace/fishing some magery.... super easy

Is there a combination that would allow for fishup of the MIBs *AND* the Soloing leviathans?  Really, if you have good magery in there and a slayer book, I can see you being able to do both with your template.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Pearls

  • Hero Member
  • *
  • Posts: 557
  • Activity:
    0%
  • Reputation Power: 13
  • Pearls barely matters.Pearls barely matters.
  • Respect: +65
  • Referrals: 1
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #7 on: July 19, 2008, 10:50:32 AM »
+1
Just an idea but how about:

100 fishing
120 taming
120 magery
120 evaluate intelligence
120 music
120 peacing
---------------
700 skill... do we really need lore and vet for this, if we have eval?
XII : "My happiness as a married man is directly related to the amount of sex I have which, in turn, requires that I pretend I like these movies every now and then and that it really doesn't bother me when she tells me about her problems but doesn't want me to give her a solution ;) "

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 #8 on: July 19, 2008, 11:09:53 AM »
+1
Well if you are going to be single minded about it, then perhaps you don't even need taming.  The idea is to manage the crowd that appears with leviathans.  Sounds like you can make a rather useful hybrid with music/provo/archer/chiv.

I'm interested in hearing about Hardys solo tactics for his template.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Pearls

  • Hero Member
  • *
  • Posts: 557
  • Activity:
    0%
  • Reputation Power: 13
  • Pearls barely matters.Pearls barely matters.
  • Respect: +65
  • Referrals: 1
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #9 on: July 19, 2008, 12:45:19 PM »
+1
Archer template would be a way to do it. But we have to keep in mind that we can run a suit with luck as high as possible. So tamer probably has the upper hand in this. Also i havent ever seen a Leviathan so not sure what im really up against hehe. But heres an idea. And would also like to hear Hardy's thoughts on the solo template.

100 archery
100 anatomy
90 healing
75 chivalry
120 musicianship
120 provocation
100 fishing
------------------
705 skill
XII : "My happiness as a married man is directly related to the amount of sex I have which, in turn, requires that I pretend I like these movies every now and then and that it really doesn't bother me when she tells me about her problems but doesn't want me to give her a solution ;) "

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 #10 on: July 19, 2008, 01:04:20 PM »
+1
Leviathan isn't a big deal alone since you can pretty much stay away from then if you are on a boat.  However, there's a WHOLE bunch of side-spawns that occur and if they get trained on you, well it's good night sweet Pearls.

I wonder if the trick with a tamer template is to 1) start the spawn 2) invisible yourself 3) let your tame start tanking 4) 2 second vet your critter 5) provoke the rest.  Hmm.

I could see how the archer template could get overwhelmed...
Please read the ScriptUO site RULES
Come play RIFT with me!

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 #11 on: July 19, 2008, 01:07:49 PM »
+1
1 question:  Is it possible to vet a charmed creature from Spellweaving? 
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline tandj99

  • Elite
  • *
  • *
  • Posts: 261
  • Activity:
    0.2%
  • Reputation Power: 1
  • tandj99 has no influence.
  • Gender: Male
  • Respect: +40
  • Referrals: 1
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #12 on: July 19, 2008, 07:31:19 PM »
+1
Isnt there a spellweaving spell that makes it so monsters dont attack also?

Offline Pearls

  • Hero Member
  • *
  • Posts: 557
  • Activity:
    0%
  • Reputation Power: 13
  • Pearls barely matters.Pearls barely matters.
  • Respect: +65
  • Referrals: 1
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #13 on: July 20, 2008, 12:17:32 AM »
+1
Im 85 fishing now, surprised i gained that much in one day. This script is really kicking hehe. And for that spellweaving spell, is it this one u mean?

Ethereal Voyage - Orlavdra
Mana Cost: 60
Minimum Skill Needed: 66.1
Casting Delay: 3.5
Duration: 26-30 seconds (25 + (Skill Level Real / 240, minimum 1)), or the caster performs a hostile action (whichever comes first)
Area of Effect: Caster only
Arcane Circle Bonus: +2 seconds duration per additional arcanist. 


Allows the arcanist to wander around in an ethereal form as if under the effects of monster ignore. Effect ends after the duration expires or when the caster performs a hostile action (whichever comes first). The arcanist is still visible to other player characters and may be attacked by other player characters as normal. Cannot be used during the heat of battle.

Heres stratics link for spellweaving : http://uo.stratics.com/content/ml/spellweaving.shtml
XII : "My happiness as a married man is directly related to the amount of sex I have which, in turn, requires that I pretend I like these movies every now and then and that it really doesn't bother me when she tells me about her problems but doesn't want me to give her a solution ;) "

Offline tandj99

  • Elite
  • *
  • *
  • Posts: 261
  • Activity:
    0.2%
  • Reputation Power: 1
  • tandj99 has no influence.
  • Gender: Male
  • Respect: +40
  • Referrals: 1
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #14 on: July 20, 2008, 07:44:33 AM »
+1
yeah that one ive never used it before but i knew i had a spell for something like that  lol.

Tags: TrailMyx Fishing