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

0 Members and 1 Guest are viewing this topic.

Offline jtw1984

  • Sr. Member
  • *
  • Posts: 295
  • Activity:
    0%
  • Reputation Power: 5
  • jtw1984 has no influence.
  • Gender: Male
  • Danger is my Middle Name
  • Respect: +11
  • Referrals: 1
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #930 on: September 20, 2018, 05:33:32 PM »
0
Hey guys, so I've been messing around with this script on a ServUO server. :) Anyways, I've got it to the point where it puts certain items into the trash barrel so that I can get CuB points. However, I can't figure out why it's not opening MiB. The following code snippet looks good (item id is correct). Do I have something wrong in the settings? I have ASOS checked, but also have MIB checked. Do these two settings conflict with one another?

Thank you.

Code: [Select]
if #FINDTYPE = HTD ; MIB, but ancient?
      {
        if %tempmenu = EUOCheckBox21 ; check for ancient MIB
        {
          set #LOBJECTID #FINDID
          event macro 17 0
          wait 30
          event property #FINDID
          if ancient notin #PROPERTY
          {
            menu get EUOCheckBox8 ; just checking for ancients and not MIBs
            if #MENURES = #FALSE
            {
              ignoreitem #FINDID 2 ; it's plain, forget it
              goto checkanddragagain
            }
          }
          else
          {
            set %ancientcount %ancientcount + 1
            set %totalancient %totalancient + 1

UPDATE: Okay, I figured out the issue. It's trying to open the MIB while its still on the sea serpent's corpse. So I need to have it open it after it's in my pack. Let me try to figure this out. If I still need help after a couple days I'll post back here.
« Last Edit: September 20, 2018, 06:46:26 PM by jtw1984 »

Offline Shawn

  • Jr. Member
  • **
  • Posts: 20
  • Activity:
    0%
  • Reputation Power: 1
  • Shawn has no influence.
  • Respect: +2
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #931 on: September 25, 2018, 01:32:51 PM »
0
@Fishwife

Hey Fishwife, I have a version of this script that is probably the ugliest scripting a lot of this awesome scriptors have seen but it worked great for me once its setup on UOF.  I added TM's disguise commander script so that every time you bank its changes your disguise and name.  It loots statues.  It moves towards the corpse.  There was a lot of little changes I had to mess with to get it to work on that freeshard. I used a stealth mage.   Message me if you are still interested and I will help you best as I can with what hacked together.

Offline Dyer89

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 1
  • Dyer89 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #932 on: October 16, 2018, 09:25:15 PM »
0
does anyone have a version of this for UOF , without having to pick a boat key?
please

Offline hrs024

  • Jr. Member
  • **
  • Posts: 32
  • Activity:
    0%
  • Reputation Power: 1
  • hrs024 has no influence.
  • Respect: +5
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #933 on: February 03, 2019, 08:56:14 PM »
0
151000 reads, insane =O

Offline oddtoddy

  • Jr. Member
  • **
  • Posts: 18
  • Activity:
    0%
  • Reputation Power: 1
  • oddtoddy has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #934 on: February 03, 2019, 09:23:26 PM »
0
Probably the best script of all time.

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 #935 on: February 05, 2019, 07:14:53 AM »
0
It's funny, I still run this script all the time on Alexandria.  I have around 1500 SOS I need to pop open.   ;D
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline korea709

  • Restricted
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • korea709 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #936 on: May 15, 2019, 01:57:06 PM »
0
Great post!

Offline floofpunkitten

  • Jr. Member
  • **
  • Posts: 31
  • Activity:
    0%
  • Reputation Power: 1
  • floofpunkitten has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #937 on: June 21, 2019, 01:25:15 PM »
0
Does anyone know how to change the item id on the new mibs? The script no longer picks up MIBS since the fishing change.

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 #938 on: June 22, 2019, 10:14:51 AM »
0
Does anyone know how to change the item id on the new mibs? The script no longer picks up MIBS since the fishing change.

Use this to find the findtype and then you can go into the script and add it. http://www.scriptuo.com/index.php?topic=188.0

Offline Dyer89

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 1
  • Dyer89 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #939 on: June 28, 2019, 01:32:21 PM »
0
did anyone ever come up with a version of this for UOforever? just wondering? :)

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 #940 on: June 28, 2019, 04:50:20 PM »
0
Use the tool that I mentioned and check the items to make sure they match, those that don't adjust the script and see what happens. When I need a script for a free shard, that is how I start out.

Offline Dyer89

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 1
  • Dyer89 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #941 on: June 28, 2019, 10:07:19 PM »
0
ive tried cant get it to work :/

Offline docaw

  • Jr. Member
  • **
  • Posts: 17
  • Activity:
    0.2%
  • Reputation Power: 0
  • docaw has no influence.
  • Respect: +2
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #942 on: June 29, 2019, 05:35:16 AM »
0
With the new bottle art and update it doesn't seem to open MIB for ASOS.  Does anyone have that issue?  Do i need to change an item ID somewhere?

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 #943 on: June 29, 2019, 08:42:29 PM »
0
You need to change the id of them. This is from another post here.

I have not fished up any new mibs but the old sos did not change (on OSI). I'll try to check old mibs latter today.

(been using Crisis scripts a lot lattely! ThANKS)


This from Gaderian at EUO

"So the classic MIB type was HTD.
With the current patch it is AWJC.
Maybe there are other types. "

Offline Dyer89

  • Newbie
  • *
  • Posts: 6
  • Activity:
    0%
  • Reputation Power: 1
  • Dyer89 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #944 on: June 30, 2019, 01:36:27 PM »
0
would anyone be up for working on a version of this for uo forever shard, I have tried and am at a dead end now if someone could help id really appreciate it.

Tags: TrailMyx Fishing