wergythu wrote: ↑Thu Dec 09, 2021 7:44 pm
Thanks so much for your work! Unfortunately it doesn't seem to work for me (win10, CE7.3, game 1.5.5 from steam) - I just get 'this function is not available yet, please try again later' when I turn on any of the features.
That error means the symbol wasn't found.
Some of the scripts require that you perform an action before the script will work.
The movement speed and farmer scripts should work pretty much immediately
The fishing scripts require that you catch a fish
The cask script requires that you try to put something in cask
The junimo and animal scripts should work pretty much immediately I think
Slingshot scripts require that you fire your slingshot once
Item hover script requires that you open your inventory and hover over an item
Freeze time requires you to wait for the clock to advance 10m at least once
Daily luck should work right away, or maybe you have to listen to the fortune teller on the TV once, I forgot
If that doesn't solve the problem, then there might be some other issues with the .NET framework or the IL compiler
Edit:
I updated the table a bit
Code: Select all
- fixed movement speed script missing nops
- fixed fishing modifier broken item list entries
- added more farmer pointers
- updated farmer and inventory pointers to use .NET structs, like aSwedishMagyar's LUA script
- cleaned up symbol lookup/re-init lua