Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mauz79

Pages: [1]
1
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: February 25, 2024, 10:45:04 AM »
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

2
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: February 23, 2024, 04:44:33 AM »
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  :-[

3
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: February 22, 2024, 01:37:49 PM »
hi all!
I used this great script a while ago and it worked perfectly (version 30b). finally the shard where I play (uodreams.it) has implemented high seas and I decided to start fishing again, I tried the old version but I had problems with the orcish galleons. with the 30l version however I can't carve "normal" fish (EQD, FQD, GQD, DQD) and I don't know why...


I also added a change to stop the script before restarting the server and login back in at a set time, but this part no longer works. (the server restarts at 7.00 every morning, I stopped the script at 6.50 and logged in again at 7.15)

but at the moment my problem is how to cut the old types of fishes before putting them in the bank, anyone have any ideas?
thanks in advance

4
New member introductions / Re: Hi all!!!
« on: May 30, 2019, 06:36:14 AM »
thank you all!!!! :D

5
New member introductions / Hi all!!!
« on: May 30, 2019, 04:22:20 AM »
Hi All,

i'm an UO Italian Veteran recently turned on. I started playing UO on a free shard called Venus in 1999. I still remember when I found myself lost in the world of sosaria, trying to return to my home, taking with me a lantern left on the ground by some GM who was building that part of the world. my monitor was so dark at night that even with the lantern I could see at less than 4 tiles from me. I became a hunter at the end of the journey, by making skins and trying to cook meat to avoid dying. then I discovered fishing...
Now i'm playing on a free shard called UODreams and I arrived on these shores looking for some utility that could help me in the game and I am very happy to see that there is still someone playing UO twenty years after the time of my character, zardoz of lathal

mauz

Pages: [1]