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

0 Members and 2 Guests are viewing this topic.

Offline mauz79

  • Newbie
  • *
  • Posts: 5
  • Activity:
    0%
  • Reputation Power: 1
  • mauz79 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #1215 on: February 25, 2024, 10:45:04 AM »
0
yes, i know it.
i'm using a normal small ship and old fishes itemid is in the script...
Quote
sub cutfish
  set !temp_LOBJECTID #LOBJECTID
  set !temp_LTARGETID #LTARGETID
  set !temp_LTARGETKIND #LTargetKind 
  menu Get EUOCheckBox13 ; carve fish?

  if #MENURES = #TRUE
  {
    set #LTargetKind 1
    finditem EQD_FQD_GQD_DQD_UYZ_ZYZ_LMZ C_ , #BACKPACKID
    if #FINDCNT > 0
    {
      gosub Defend NULL %autodefend_against %offencetype %defencetype 10
      for #FINDINDEX 1 #FINDCNT
      {
        event property #FINDID
        if caught , #SPC , by in #PROPERTY
        {
          gosub TM_GetItemWeight #FINDID
          menu get EUOEdit1
          if #RESULT >= #MENURES
            continue
        }
        set #LOBJECTID %blade
        set #LTARGETID #FINDID
        event macro 17 0
        target 3s
        event macro 22 0
        wait 20
      }
    }
  }

can't figure how to make it work again  :-[

solved it temporarily by moving the generic fish ids between those of high seas, but EQD is also the id of big fishes, so now it carves everything. that part of code just doesn't process

Offline El_Remo

  • Jr. Member
  • **
  • Posts: 97
  • Activity:
    0.2%
  • Reputation Power: 2
  • El_Remo has no influence.
  • Gender: Male
  • Respect: +17
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #1216 on: March 26, 2024, 07:36:59 PM »
0
Geez I miss this one. Im playing on UO Forever now and trying to deal with Razor is a pain lol.. I miss the good old days!

Offline WazMeister

  • Newbie
  • *
  • Posts: 3
  • Activity:
    0.6%
  • Reputation Power: 1
  • WazMeister has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #1217 on: Today at 05:00:10 AM »
0
I've just started to use this... found it a little more complicated than the other smaller Fishing script.. but that one was not collecting MIBS so I thought I'd give this a try.

Works ok, only trouble in 2024 is randomly it recalls to bank, then starts recalling constantly with fails because somethings blocking the way... it loops this unless I break it?
Not sure what is in the way as the Runes work fine!

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 3021
  • Activity:
    3.6%
  • 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: +206
  • Referrals: 2
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #1218 on: Today at 12:20:55 PM »
0
It happens to me as well from time to time. It seems like to doesn't register that the banker is there and tries to recall to the same bank where you are standing. If you move instead of stopping it, you will recall to where you just were. I feel like it is more of an EUO problem than a script problem. EUO has not been updated in a very long time and crashes a lot. I have switched to Orion for the most part but still use and abuse this script.

Tags: TrailMyx Fishing