Page 1 of 1

SWG Scripts - SWG Automatic Chronicler Grind

Posted: March 7th, 2010, 7:02 am
by r04r
Attached is an AutoIt script which will help automate your chronicler grind. It supports turning fragments into relics and adding them to your chronicler, adding a ton of relics you have in your inventory to your chronicler inventory and actually grinding chronicler XP.

The ton of relics in your inventory would be, for example, obtained from buying and opening a bunch of relic booster packs from the chronicler vendor for 20 silvers each (Easy enough to get a bunch of silvers before hand, just do some ACLO quests, ask your neighborhood chronicle master).

I took a look at Absolution's script and it gave me the idea for this script. I have taken and heavily modified some of his code and integrated it into this script. So credit to the adding fragments goes to Absolution.

The screenshot that is attached shows where to click for the actual chronicler grind (Crafting quests), but the description -should- be clear enough.

Posted: March 7th, 2010, 11:42 am
by vinnyboy32
Yays or Nays please.

Posted: March 7th, 2010, 12:49 pm
by attoy
Yay for me, it works very well with grinding crafting chronicles :)

Posted: March 13th, 2010, 11:26 pm
by thorusd
am gonna test this out within the next week when i get on r04r
made it so should be brilliant

Posted: March 31st, 2010, 12:54 pm
by exorte
yay but i have a slight problem i cant see the msgBox text onscreen any solution for that?

Posted: March 31st, 2010, 11:54 pm
by r04r
exorte wrote:yay but i have a slight problem i cant see the msgBox text onscreen any solution for that?


What msgBox text is that? And are you running in windowed mode?

Posted: April 1st, 2010, 12:57 pm
by exorte
All the instruction text like this one below

Code: Select all

("Right-click on the first relic")

and yes im running in windowed mode :)

Posted: April 2nd, 2010, 4:11 am
by r04r
It should pop up on the top left of your screen as a notifier... Not sure what could cause this, then.

Posted: April 2nd, 2010, 7:49 am
by avront
I sometimes have problems with autoit scripts on 64 bit systems.

These scripts run great on WinXP and Vista 32 bit version.
Possible reasons for not seeing the tooltip messages could be that autoit needs to be launched as "run as administrator" on Vista.

Free AVG as well as some other security software treat parts of autoit as a virus and block some functions as well.

If you are using Win7 I suggest XP compatible mode to test.

All the script can do is issue the command to tell autoit to show the message on your screen. If your system cripples autoit then the script doesn't stand a chance.

Another solution:
Compiling the script with the beta version and (non-64 bit flavour) would result in a stand alone program that you can just right click and "run as Admin" without all the hassle. This should allow those tooltip messages to show.


Nice script Roar :)

Posted: April 2nd, 2010, 4:05 pm
by vinnyboy32
Awarded 500 points and moved to a confirmed section.