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

Pages: [1]
1
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: August 21, 2018, 04:45:53 AM »
Great tool and works very well.
I have two little problems.

After a recall to the ship there are problems with the pathfinding and the char runs stubbornly against the mast. This only happens sometimes, it seems to be random whether you arrive in front of, behind, to the right or left of the mast. I'll check the debugger again when the time comes.
Quick and dirty fix, added after if #FINDCNT <> 1 { ... } inside sub TM_StandCorrectly:
Code: [Select]
  ; FIX... Because I can't do it better. But it works
  set %fixY #FINDY + 2
  set %fixX #FINDX + 2
  move %fixX #FINDY 0 2s
  wait 5
  move %fixX %fixY 0 2s
  wait 5
  ; ENDFIX

The second, he didn't find the banker/Miner in Vesper (#FINDTYPE YC). For this I still had to adapt the function FindBanker.

Code: [Select]
sub FindBanker
  set #RESULT #FALSE
  ignoreitem #CHARID people
FindBanker_loop1:
  finditem HS_IS_YC G_10

Server OSI.


Edit: Added fix


2
New member introductions / Introducing Wolle
« on: August 11, 2018, 11:33:20 PM »

Pages: [1]