Well I'm kinda new to scripting (except VB) and when I was browsing through the SRL includes i saw some empty script files. One of them was the AutoTalk script in SRL\SRL\core\autotalk.scar

So I added skill-specific AutoTalkers that work for a number of skills. While running a script you could incorporate these functions as a type of antiban and antireport.

So far ive made AutoTalkers for:
Code:
AutoTalkFlax;
AutoTalkMine;
AutoTalkRc;
AutoTalkFight;
AutoTalkTzharr;
AutoTalkFishing;
AutoTalkThief;
AutoTalkWoodcut;
all of these procedures are inside of the Autotalk include. They all include some random numbers fitted appropriately inside the text in some lines.

To add this to your SRL - simply do the following
Code:
1. Replace the empty SRL\SRL\core\AutoTalk.scar with the autotalk i attached
2. Open SRL\SRL.scar and add {.include SRL\SRL\core\AutoTalk.scar} as a new line somewhere at the top (Preferably under the level 3 includes)
3. Save
If you add this to your SRL it would make it easy to call on the procedures whenever your scripting.

Any comments/suggestions would be great