The Wiki for Tale 6 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "Talk:TaleScripts"

From ATITD6
Jump to navigationJump to search
Line 23: Line 23:
  
 
The boards.lua is fixed and tweaked. It will be in next update. The fishing macro does work, but is very picky. The next update will have a ton of comments in the script on how to use correctly.  Also some new tweaks. ~Cegaiel Apr 4, 2012
 
The boards.lua is fixed and tweaked. It will be in next update. The fishing macro does work, but is very picky. The next update will have a ton of comments in the script on how to use correctly.  Also some new tweaks. ~Cegaiel Apr 4, 2012
 +
 +
 +
I've had fun tweaking the fishing macro. Its now Apr 12 and I've still found things to tweak on it. Should be very user friendly and have nice statistics on the screen as well as all new log files now (tweaked the fishlog.txt and added a new fishstats.txt, now write to main folder, instead of the fishing folder (Since new Veggie Tales 1.6.0+ is out, figured it would be nicer to find the .txt files easier in the main folder), and not 'break' so easily :D   ~Cegaiel Apr 12, 2012

Revision as of 06:43, 12 April 2012

This is really FANTASTIC!

A great community effort and a much needed resource. So many options and sometime I have problems doing updates or tweaks. So much better to get it from a known and maintained respository.

Thanks to all who make and provide the macros. Egypt would not be possible without them!
Zhukuram 18:52, 10 February 2012 (EST)

      • problems moved from main page ***
I am having a timing issue with boards.lua The current synced version times out after about 5 or 6 boards.
Tested on 1 and 2 carp shops with 7KQ blades.  I changed the last sleep command from 
    lsSleep(1000); 
  to 
    lsSleep(1500); 
which matches the one above and it seems to work better but still times out after about 170 boards. 
fwiw I dont know anything about lua coding so I'm not sure what I should tweak. Zhukuram 12:57, 31 March 2012 (EST)


Also, fyi I tried the fishing.lua script and it just vaporized.  
I had never tried the fishing macro before.
I think a recent change to the fishing menu might have cause it to blow up too.  Zhukuram 13:19, 31 March 2012 (EST)


The boards.lua is fixed and tweaked. It will be in next update. The fishing macro does work, but is very picky. The next update will have a ton of comments in the script on how to use correctly. Also some new tweaks. ~Cegaiel Apr 4, 2012


I've had fun tweaking the fishing macro. Its now Apr 12 and I've still found things to tweak on it. Should be very user friendly and have nice statistics on the screen as well as all new log files now (tweaked the fishlog.txt and added a new fishstats.txt, now write to main folder, instead of the fishing folder (Since new Veggie Tales 1.6.0+ is out, figured it would be nicer to find the .txt files easier in the main folder), and not 'break' so easily :D   ~Cegaiel Apr 12, 2012