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 - MobiPapou

Pages: [1]
1
Gold Farming / Re: TrailMyx\\\\\\\'s Full Auto Fisherman
« on: March 14, 2018, 07:23:14 AM »
Ok so I did modify it to whisper (event macro 3 0) the location it was fishing in, it starts at location 2 and always fish there.

The problem is with the journal scanning of the string seem_to_be_biting, I have changed it to only biting and same thing happen.

I will try with another character, with the event macro 3 0 for location but, the seem_to_be_biting string unchanged and report back soon.

Someone has a way to modify this so it loops thru the 4 locations one after the other or a way to fix the journal ?

Post Merge: March 14, 2018, 07:36:59 AM
So it did not took long, I logged with another account, same computer, same client, same server, same script....

As soon as the message seem_to_be_biting popped up, it did switch fishing location to 3.

Will look at settings for both accounts in options and set them the same and see if there is anything in there that would be a problem.

Post Merge: March 14, 2018, 09:24:39 AM
So it looks like the issue would be with how the script handle the journal. Dont know why it does that with this character only but, I have writting a little script to run in parallel and scan the journal for the same string.

Code: [Select]
set %jrnl #jindex
while #true
   {
   if #jindex > %jrnl
      {
      set %jrnl %jrnl + 1
      scanjournal %jrnl
      if seem_to_be_biting in #journal
         event macro 3 0 Not Biting
      }
   }

and this does work, everytime the message appears in the journal, I whisper Not Biting, on the other hand, the fishing script will not recognize the string and keep on fishing in location 2 (North West).

So, this could be a good challenge for you guys.

I will, on my side, try to understand the different parts of the journal scanning procedure.

Post Merge: March 14, 2018, 10:24:11 AM
So I did found a work around.

I changed the string it evaluates.

seem_to_be_biting would not do it, so, I changed it to the full string with the character name include ( Value of the #JOURNAL variable) which was

Bewaunne_Minice:_The_fish_don't_seem_to_be_biting_here. (not real name but following the same pattern.)

It worked. so, I played with the string to add to it till the end word by word or _ or . (seem_to_be_biting_here.) did not worked. So, i went the other way following the same procedure (Bewaunne_Minice:_The_fish_don't_seem_to_be_biting)

It did work. Look like that there is a problem when scanning e: has I have tried :_The_fish_don't_seem did not worked
added the last name Minice:_The_fish_don't_seem worked, I have reduced it till it would not work again.

e:_The_fish_don't_seem_to_be_biting this is working so, there is something with the e: that it does not like !!

2
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: March 12, 2018, 04:36:46 PM »
3.0b

the thing is, it is the only char out of the 3 I have tested that face that issue, the other 2 almost never run out of fish in the spots and, they have a way better mib/hr ratio.

Hey, he must have bad karma with the RNG

3
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: March 12, 2018, 09:49:37 AM »
small boat, osi, facing north

116.8 skill

the other 2 that I tested with have 110 and 120 fishing and I set them pretty much in the same location. problem seem to be journal scanning when fishing in location 2 ( x-4 y-4)

4
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: March 12, 2018, 08:39:28 AM »
I have tried 3 account (me and my 2 brothers) one of them gets tons of fish doesn't seem to be bitting here message but does not change fishing location.

Is there something to look into ?

I am using the same computer, same client, same script... (just different config file).

5
Treasure Hunting / Re: Want to start a Fisherman, need help.
« on: January 23, 2018, 03:04:57 PM »
To be honest I made my fisher so long ago ... Im not sure anything about creating is the same .... but I do know archery is very handy on a fisher char, healing too.

This is for when you are out doing the bigger stuff of course  :)

I know back then mine was an archer.

So, here is some template ideas if anyone would chip in for high end stuff:

#1 Gatherer Archer

Fishing 120
Mining 100
Lumberjack 100
Archery 120
Healing 100
Resist 120
Chivalry 60 (for sacred journey)

#2

Fishing 120
Mining 100
Lumberjack 100
Magery 100
Meditation 100
Resist 100
Evaluate Intelligence 100


Or, maybe one simply for fishing and use another character slot for gatherers (our soultone mining and lumberjacking to my mystic mage ?)

#3

Fishing 120
Archery 120
Healing 120
Anatomy 120
Spell Resist 120
Magery or Chivalry to 60 for recalls
Focus 60

Any other ideas ?

6
Treasure Hunting / Want to start a Fisherman, need help.
« on: January 23, 2018, 01:57:39 PM »
I started to play a week ago, had fun with my warrior but hey, I got the call of the sea again ( Yes again, was pretty much the only thing I was going over 15 years ago).

Template I am looking into is :

- fishing
- mining
- lumberjack
- magery
- eval
- meditation

So I can also use him as a gatherer.

Would like to know, what are the scripts peeps use these days for training and fishing Mib's ?

I am open to suggestions on template also.

P.S.: I got the High sea booster pack

7
Scripting Chat / How to implement -XX skill into skill calculation ?
« on: January 23, 2018, 11:24:42 AM »
Hello,

I am using Guadah's Multi-Skill Trainer to train magery. Once it gets in the 110, it slow to a crawl so I went and purchase a -29 magery skill weapon.

I noticed that the trainer does not took into account that. So it went and casted Earthquake. I did modify the spell it cast to have better gain (mass dispel).

I would like to know, is there a way to implement so it takes the -29 magery skill in consideration ?

Trying to get back at scripting.

Thanx for the help.

8
Hi folks I am Mobidoy.

Been playing UO for the first 4-5 years like crazy, then, on and off till I got back to it not long ago.

I am more of a PvM Solo type of guy and love crafting and fishing.

I had code scripts long time ago and edited some too. This been a while but I want to get back to it.

Looking forward to joining in on this forum and getting to know a few of you.

Pages: [1]