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

0 Members and 2 Guests are viewing this topic.

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 3016
  • 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 #450 on: March 12, 2013, 12:28:19 PM »
0
Here is an example of how I edited it to work for me.

I can't get the gold or pearls to stack in the bank box, though.  Do they need a backpack ID and have to go inside a backpack to work, rather than just plop them in the bank box itself?

Code: [Select]
gosub GumpWait NULL container_gump container_gump
  gosub TransferItems NULL HTD -1 #BACKPACKID RFOHQMD %container_MIBs
  wait 20
  gosub TransferItems NULL WWS -1 #BACKPACKID %container_Stack ; pearls
  wait 20
  gosub TransferItems NULL POF -1 #BACKPACKID %container_Stack ; gold
  wait 20
  gosub TransferItems NULL UDF -1 #BACKPACKID TFOHQMD ; nets
  wait 20
  gosub TransferItems NULL XVH -1 #BACKPACKID QFOHQMD ; maps
  wait 20
  gosub TransferItems NULL STO_JJG -1 #BACKPACKID UFOHQMD %container_Stack ; Leather, Scales
  wait 20
  gosub TransferItems NULL ZYZ_SMZ_RMZ_UYZ -1 #BACKPACKID ZNZORND ; Fish Bag 1
  wait 20
  gosub TransferItems NULL OMZ_NMZ -1 #BACKPACKID MUUFQMD ; Fish Bag 2
  wait 20
  gosub TransferItems NULL ZYZ_SMZ_RMZ_UYZ_OMZ_ZJF_TYZ_WYZ -1 #BACKPACKID GOZORND ; Fish Bag 3
  wait 20

Did you add the bankbox id? Unless I am mistaken the script doesn't drop anything in the bankbox, just the bags that it has you target during setup and then whatever bags you added manually. If you want it to drop them in the bankboxx, I think you have to add that in the script as well.

Offline Nouveau

  • Jr. Member
  • **
  • Posts: 95
  • Activity:
    0%
  • Reputation Power: 2
  • Nouveau has no influence.
  • Gender: Female
  • Respect: +8
  • Referrals: 0
    • View Profile
    • My Musings
Re: TrailMyx's Full Auto Fisherman
« Reply #451 on: March 12, 2013, 03:38:53 PM »
0
Quote
Did you add the bankbox id? Unless I am mistaken the script doesn't drop anything in the bankbox, just the bags that it has you target during setup and then whatever bags you added manually. If you want it to drop them in the bankboxx, I think you have to add that in the script as well.

Yep, I'll have to do more separate backpack IDs, I think.  :)

Offline ladyyvonne

  • Jr. Member
  • **
  • Posts: 21
  • Activity:
    0%
  • Reputation Power: 1
  • ladyyvonne has no influence.
  • Respect: +6
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #452 on: April 18, 2013, 12:08:34 AM »
0
Hey Trailmyx, this might be a bit to ask but I have been looking for a lobster/crab fisher. I was hoping you had one or would make one?  ;) you would share with us.

Thank you
Yvonne

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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 #453 on: April 18, 2013, 02:04:44 AM »
0
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Kinney42

  • Newbie
  • *
  • Posts: 7
  • Activity:
    0%
  • Reputation Power: 1
  • Kinney42 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #454 on: April 21, 2013, 01:32:48 PM »
0
Any way to make this script not cut up the fish and instead drop them in the bank?

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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 #455 on: April 21, 2013, 01:53:35 PM »
0
Just locate the sub that carves the fish and comment it out.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Kinney42

  • Newbie
  • *
  • Posts: 7
  • Activity:
    0%
  • Reputation Power: 1
  • Kinney42 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #456 on: April 21, 2013, 03:12:33 PM »
0
Good idea.....It does not cut the fish(so thanks for that easy fix!) but it also does not drop them in the bank.

EDIT:  AH HA!!! I figured it out.....added all the fishies ID's to the transfer items lines!!!
« Last Edit: April 21, 2013, 03:45:08 PM by Kinney42 »

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6206
  • 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: +274
  • Referrals: 3
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #457 on: April 21, 2013, 03:50:10 PM »
0
Just locate the sub that carves the fish and comment it out.

Course you could also just uncheck carve fish

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • 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 #458 on: April 21, 2013, 06:06:24 PM »
0
There was a claim that the carve fish checkmark didin't work.  dunno.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #459 on: April 21, 2013, 06:43:56 PM »
0
if you haven't done it yet, you will need to add the new fish types to the the transfer sub.. read a few pages back I'm sure someone has posted how to do this.

Offline Kinney42

  • Newbie
  • *
  • Posts: 7
  • Activity:
    0%
  • Reputation Power: 1
  • Kinney42 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #460 on: April 24, 2013, 04:28:11 AM »
0
There was a claim that the carve fish checkmark didin't work.  dunno.

Sorry was away for a few days....I can confirm that the unchecking of the carve fish does not stop the fish from being cut up. I had to comment out that section. I then add all the fish types to the section for dropping off at the bank so I can keep all of them.....I am a hoarder!!

Offline roadrunner

  • Full Member
  • ***
  • Posts: 107
  • Activity:
    0%
  • Reputation Power: 2
  • roadrunner has no influence.
  • Gender: Male
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #461 on: May 03, 2013, 05:05:52 AM »
0
i just DL'd this script and i'm eager to test it out.
i'm also curious has anyone written a script for doing the 'Professional Fisher Quests' that came w/ High Seas? all the 'quest' ports are reachable from sailing around NuJel'm & Haven islands, stopping on each 'server' then recalling to the docks.

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #462 on: May 03, 2013, 07:26:30 PM »
0
unofficially possibily. will it ever make it to the public boards.. I wouldn't count on it.

Offline roadrunner

  • Full Member
  • ***
  • Posts: 107
  • Activity:
    0%
  • Reputation Power: 2
  • roadrunner has no influence.
  • Gender: Male
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #463 on: May 04, 2013, 07:49:55 AM »
0
at least you're honest about it Kham :)

Offline roadrunner

  • Full Member
  • ***
  • Posts: 107
  • Activity:
    0%
  • Reputation Power: 2
  • roadrunner has no influence.
  • Gender: Male
  • Respect: +28
  • Referrals: 1
    • View Profile
Re: TrailMyx's Full Auto Fisherman
« Reply #464 on: May 04, 2013, 05:59:41 PM »
0
Trailmyx,
i think you make some of the most detailed (from a users view point) scripts i've ever seen. Sadly, i'm no where near capable of looking at the console of this auto fisher and Claw and figuring out how to go about setting them up.
i'm going to have to spend some serious time studying these 2. i can imagine they are worth the effort, they look it!! i've already learned more about scripts in 2-3 days than i learned in 2-3 yrs prior to joining this site so i'll keep reading and testing. i'll get there eventually. :D

Tags: TrailMyx Fishing