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
(Created page with "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 f...")
 
Line 5: Line 5:
 
Thanks to all who make and provide the macros.  Egypt would not be possible without them!<br />
 
Thanks to all who make and provide the macros.  Egypt would not be possible without them!<br />
 
[[User:Zhukuram|Zhukuram]] 18:52, 10 February 2012 (EST)
 
[[User:Zhukuram|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. [[User:Zhukuram|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.  [[User:Zhukuram|Zhukuram]] 13:19, 31 March 2012 (EST)

Revision as of 02:32, 2 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)