Official ScriptUO EasyUO Scripts > Crafting

JaF's Slayer Book Maker 3.6.3 Updated 10-9-11 --Now has Donate to Library

(1/41) > >>

JustAnotherFace:
Ok, so here is my slayer book maker... follow the instructions that are listed below and you should have no problems.  


--- Code: ---; Script Name: Slayer Book Maker
; Author: JustanotherFace
; Version: 3.6.3
; Client Tested with: 7.0.7.0
; EUO version tested with: EUOX 1.5 ver 198
; Shard OSI / FS: OSI
; Revision Date: 08-31-11
; Public Release:11-02-06
; Purpose: This script will make and keep count of slayer books you make
; Instructions: Get near three secure containers and a trash can, you should
; have inscribe pens and scrolls in one of the two containers. The other two should
; be empty and will be where the script stores the books it keeps.  Now, just
; hit play, choose the type of spellbook you want to make (Mage, Necro, or Mystic)
; put a check mark in the types of mods for books you want to keep and follow
; the instructions for setting up the containers.
;
; Thank you Frneo for your contribution of code to craft pens!!
; Thank you again Frneo for your contribution of code to donate books to library!!
;
; Also Thank you TM for you recall subs and your journal scanner subs
; that Frneo used in his addition to the script.
;
; ************ IMPORTANT, READ THIS, YOU GET THE POINT!!! ********************
;
; I removed the full trash barrel wait option.
; To compensate for this, make sure that you secure your trashcan "I wish to secure this"
; target your trash barrel, and choose everyone.  Doing this allows you to "overload" your
; trash barrel.  Actually, what happens is, when you put the 125th item it, the can
; auto deletes the items without waiting out the 3 min timer.
;
;******************************************************************
;
;Donation at Library Setup:
;
;You must have 2 runebooks for this. Also a bag INSIDE your backpack, where your "trash"
;books will go to, in order to get donated
;
;The first runebook should have 2 runes at the library, close to the NPC you're going
;to donate to, the runes should be the first 2 runes of the book
;
;The other runebook with 2 runes to your home, close to your secure. Again, they should
;be the first 2 runes of the book
;
;During setup you can set the option to donate books at the library. Then just follow
;the instructions to set the rest up
;
;I used TM's recall subs for this, so thanks to him are in order
;
;Hope you like this JaF! Thank you for this great script!

; *********** IMPORTANT, READ ABOVE THIS LINE!!! *****************************
; Ver 3.6.3 Fixed error that was not allowing it to save three mod books.
;
; Ver 3.6.2 Updated to include the missing part of the code that did not get transferred from Neo through the PM system.
;
; Ver 3.6.1 Update by Frneo to his Donate code. The update prevents the script breaking if both of
; your recall locations are blocked. Now it just cycles through the 2 recall locations until
; it finds an unblocked one.
;
; Ver 3.6 Added in Frneo's code to donate trash books to the library.  Frneo's code for crafting
; pens was also updated by Frneo.
;
; Ver 3.5.1 Added in Frneo's code to craft Pens.  No longer have to have pens in your resouce
; container.  However, you must have enough Tinkering skill to craft pens, you must have
; ingots in your resource container and you must have at least one tinker tool in your backpack.
;
; Ver 3.5 cleaned up some code, sped up the script a bit
;
; Ver 3.4 Added in the "Keep books with Single Mods equal to or above "X"" option.
; This option will keep all books with ANY mod that equals or is up to 20 times
; greater than the number that you type in the box.  YOU MUST check the check box
; beside keep books with single mods equal to or above line
; AND YOU MUST type a number in the box at the end of that line!
;
; Ver 3.3 Fixed a bug I found in the Get Pens sub.  If you only had one pen left
; in your secure it would get hung in a loop forever.  Also, removed some code
; (property parse sub) that has been in the script a long time but has not
; actually been used since one of the very first version releases.  Cleaned that out.
; Also, again removed the full trashcan wait section. To compensate for this, make
; sure that you secure your trashcan "I wish to secure this" target your trash barrel,
; and choose everyone.  Doing this allows you to "overload" your trash barrel.  Actually,
; what happens is, when you put the 125th item it, the can auto deletes the items without
; waiting out the 3 min timer.
;
; Ver 3.2.1 Fixed issue with saving 16-17% LRC books when you did not want to
;
; Ver 3.2 Now supports making Necro and Mystic Spellbooks
;
; Ver 3.1 Updated for new crafting menu positions
;
; Ver 3.0 put the wait 10's back in after event macro 17's
; to do away with the you must wait spam.  Also changed the
; click offset code slightly like C2 suggested.
;
; Ver 2.9 Put the garbage can full wait period back in with
; a slight modification from its original design.  Now,
; if the garbage can reaches 125 items and does NOT
; auto-delete, the script will wait for the can to delete.
; This is just in case something messes up with the trash
; can and it does not auto delete like it should.
;
; Ver 2.8 Took out the garbage can full wait period, it
; seems that garbage cans full of spell books now auto
; delete when you put the 126th book in.
; Fixed the "wait for gump" system as suggested by C2
; Thanks C2
; Cleaned up the "Make" sub.  Only one click last target now
; no longer clicks the pen every time you make a book.
; In fact pretty much all these updates were inspired by
; C2.... Thanks bud.
;
; Ver 2.7 Implemented some minor changes to the way pause is handled
;    and cleaned up the code a little.
;Also thanks to Hosebomber who made lots of suggestions and helped test
;==================================
--- End code ---


Version 3.2  and later, Now supports making Necro and Mystic spelbooks as well as the normal Magery books.

IMPORTANT, READ THIS:
Version 3.6.2 includes code supplied by Frneo to donate trash books to library and to craft pens. I have not tested this code, or run the script since it's inclusion.  Please test the new version and let me know of any problems.

Please read the setup instructions in the script for setting up your rune books for the donation portion of the script.

I removed the full trash barrel wait option. To compensate for this, make sure that you log in with an owner or co-owner of your house and secure your trashcan by saying "I wish to secure this" and target your trash barrel, and choose everyone. Doing this allows you to "overload" yourtrash barrel.  Actually, what happens is, when you put the 125th item it,the can auto deletes the items without waiting out the 3 min timer.


JaF

_C2_:
Stoked to see this script on the boards and you back around- I have burned over 2 million scrolls rocking this script.  thx for sharing this bad boy!

JustAnotherFace:

--- Quote from: _C2_ on August 15, 2009, 11:01:45 AM ---Stoked to see this script on the boards and you back around- I have burned over 2 million scrolls rocking this script.  thx for sharing this bad boy!

--- End quote ---

Good to be back C2!  Glad you have had good luck with this script.  Hopefully others will enjoy it as well.  I haven't forgotten about the idea to turn the books in for the rewards... hopefully soon I will be able to sit down and add that into the script.

JaF

_C2_:
that would push the scrpit over the edge.  toughest part would be getting back into house an getting secures reset

TrailMyx:
Nice to see this script surface again as well as its author!  :)

Navigation

[0] Message Index

[#] Next page

Go to full version