Tradeskill Apprentice Script

canoppener

Active Member
A lot of thanks to Kannkor (I jacked a lot of shit from the MCP to figure it out!), Primalz, and Syliac for the help putting this together.

What does it do? Camps through a list of characters doing the daily hail to reduce research time by 4 hours, and do the daily craft quest to reduce research an additional 4 hours.

What it doesn't do. Accept the recipe and get a new one. You'll have to watch sometimes or know when your shit is due to be done so you can handle that on your own.

How do you run this script? Save it to your Innerspace/Scripts folder. You don't have to keep the name, you can name it whatever you want. Then "run tsapprentice #" in the console, changing the name if you changed the file name. For # you input the number of the toon set you wanted to run.

What do you need for this to work?
  • Ogre Craft
  • EQ2Chars.inc needs to be filled out with full login information for any characters used in the script
  • Tradeskill Apprentice named CharName Researcher. I.E. if the character is named Canoppener, the researcher would be named Canoppener Researcher. You could go in to the script and change the method of name if you'd like, but that is how I have it set up right now.
  • The crafting table and Tradeskill Apprentice are going to need to be in range of each other because I don't have any movement built in to get back to your Tradeskill Apprentice after you finish crafting.
  • You will need to edit the fill to include a list of your characters. More on that below.
  • Have whatever fuel and mats you will need, either in your bags or in a supply depot that you'll have access to when you go to craft.
  • Note: Some of the waits are probably higher then they need to be. I made them longer to try to make sure it works. You can feel free to adjust them down and see if it still works.
  • Note: If something doesn't work on a character it is going to continue on with the script. Everything is time based, with the exception of waiting until you are fully logged in before advancing, and checking to see if you are still crafting before moving on.

How do you fill out the character list?
This is what it looks like when you get the file
Code:
Toon[1,1]:Set[toon1]
Toon[1,2]:Set[toon2]
Toon[2,1]:Set[toon3]
Toon[3,1]:Set[toon4]
Below is what it would look like filled in. I personally have my sets based on account, so I can run each account at the same time in a different client.
Code:
Toon[1,1]:Set[Canoppener]
Toon[1,2]:Set[Canop]
Toon[2,1]:Set[Kann]
Toon[2,2]:Set[Kannkor]
Toon[3,1]:Set[Primalz]
Using the above example if you did "run tsapprentice 2" it would run the script on the Kann and Kannkor toons. If you did 3 it would do Primalz, etc. You don't have to limit it by account, you can have character sets look like whatever you want, it is just a way to differentiate which characters it is going to run on and keep it all in one script.

Change log
1.1.0 - 1/1/12
  • Changed run method so you can keep all characters in one script. See new directions above.
  • Coaching is now done via right click instead of going through hail options
  • Saves your quality level craft option, sets it to only complete first bar for the tsapprentice combine, then sets it back to your previous setting.
1.0.0 - Initial version
 

Attachments

Last edited:

canoppener

Active Member
Updated with some stuff

1.1.0 - 1/1/12
Changed run method so you can keep all characters in one script. See new directions above.
Coaching is now done via right click instead of going through hail options
Saves your quality level craft option, sets it to only complete first bar for the tsapprentice combine, then sets it back to your previous setting.
 
Top Bottom