General > Off Topic

Book Copier?

(1/1)

Greenie:
Hey Everyone!

I am sorry to ask this here, I dunno what more to search. I am looking for a script that will copy text from one book to another. Not a runebook or spellbook, but the plain NPC purchasable books.

Thanks in advance for any direction or links.

Gaderian:
I do not know if there is one, but the code itself to copy from one book to another is simple.

set the ID of the book you want to copy from as %SourceBook.
buy a bunch of the books from an NPC (provisioner???)
you may have to adjust the types set in the variable %books...

--- Code: easyuo ---set %books XYF_AZFset %SourceBook XXXXXX ; set this to the id of the book you want to copy fromignoreitem %SourceBookfinditem %books C_ , #backpackidif #findcnt > 0 { for #findindex 1 #findcnt {  event macro 13 23  wait 40  set #LTARGETID %SourceBook  set #LTARGETKIND 1  event macro 22 0  wat 40  set #LTARGETID #findid  set #LTARGETKIND 1  event macro 22 0  } }halt 
That will copy your source book to all the various books you bought in your backpack.

Navigation

[0] Message Index

Go to full version