16
Resource Farming / Re: neo's Horticulturist v1.2 out 09/22/2011 Get your own seeds of renewal! :)
« on: April 18, 2023, 07:31:34 PM »
You could also use fertile dirt to fill the plant bowls.
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.
Here is a snippet from the fishing code:Code: easyuo
set #LOBJECTID %fishingpole set #LTARGETKIND 2 gosub TM_AdvJournalSync FISHING event macro 17 0 target 4s event macro 22 0 set %fishtimeout #SCNT + 9
I don't want to hear it - yes - I quoted myself.
Another possibility is that #LTARGETKIND variable. It needs to be set to 2 to allow fishing up the resource and target the water. However, other things like casting a direct damage or heal spell (not ARCHCURE or other area of effect spells) require #LTARGETKIND to have a value of 1.
If you are running another script that sets #LTARGETKIND, then FAF is open to it changing before it tries to target the water. There is only one #LTARGETKIND (well, any of the #... vars really) for any client. These are not instanced by tab or namespace, etc.
So it is very easy to interfere if you are running multiple scripts on the same character - and you will get exactly the results you are describing.
Did the %fishingpole variable get corrupted? is it set to a different item id than the fishing pole you think it is using?