Spellbook script 07/12/2010 03:02 PM CDT
Can someone point me the right site for one,mine seems to hang now:(
Reply
Re: Spellbook script 07/12/2010 03:55 PM CDT
I wrote this a long long time ago so it may need adjusting. If the study time on the pages has reduced, you'll want to reduce the 20 second pause I have under the study: section.

if_1 goto %1
goto start

chappage:
shift
save %1
counter set %2
shift
shift
put turn my spellb to chap %s
put turn my spellb to page %c
goto add

if_1 goto %1

start:
save 1

open:
put open my case
put turn my case to spellbook
wait
put get spellb from my case
put turn my case to misc
wait
put get key from my case
put unlock my bloodlock with my key
wait
put put key in my case
put open bloodlock
wait
put open my spellbook
put turn my spellb to beginning
wait
match invoke You glance up at the sky
match invoke You glance outside
match expscholar-hide That's a bit hard to do while inside
put obs weath
matchwait

invoke:
match expscholar-hide ethereal energy enfolds your
match expscholar-hide The ethereal shield around the ironwood spellbook crackles, hampering your attempt to invoke the kuldaez crystal.
match charge You attempt to invoke the kuldaez crystal, but its null magical pattern does not respond to your ministrations.
put invoke my spellbook
matchwait

expscholar-hide:
pause 1
#put hide
pause 5
expscholar:
matchre rest /(% mind lock|murky|thick)/
match turn EXP HELP
put exp scholar
matchwait

rest:
pause 60
goto expscholar

study:
put study my spellb
pause 20
goto expscholar

turn-pause:
pause 1
turn:
match turn-pause wait
match add You turn
match chapter You must turn to specific chapter before you can choose a page
match chapter There are only
put turn my spellb to page %c
matchwait

add:
counter add 1
goto study

chapter-pause:
pause 1
chapter:
match chapter-pause wait
match chapadd Manipulation
match end Immortals
put turn my spellb to chapter %s
matchwait

chapadd:
counter set %s
counter add 1
save %c
counter set 1
goto turn

charge:
echo * The crystal needs to be recharged!! *

end:
put close my spellb
put close bloodlock
wait
put get my key
put lock bloodlock with my key
wait
put put key in my case
put turn my case to spellb
wait
put put my spellb in my case
put close my case

done:
exit
Reply
Re: Spellbook script 07/12/2010 03:57 PM CDT
I looked over the script again just now and you may want to move the section that checks if you're outside to be before the spellbook is even removed from the case. I normally used it inside but I put that in just in case.
Reply
Re: Spellbook script 07/12/2010 08:16 PM CDT
heh thanks I tried it but its dated,these days ya have to refer to your spell book case as "spell case",instead of just "case" I tried fix it up to work but just ended up making it hang too..I need a Scripting For dummies
Reply
Re: Spellbook script 07/12/2010 09:08 PM CDT
You don't have to specify a spell case if all you have is one case on your person. If you have multiple cases, it's best to refer to them all by full name just to make sure things work right.


DRPrime - Celeres Turrance
Reply
Re: Spellbook script 07/12/2010 09:59 PM CDT
I'll see if i can fix it up tonight and repost it.
Reply
Re: Spellbook script 07/15/2010 11:04 AM CDT
How high does this actually teach scholarship?


- Terra
Raesh gives Terra wings. And then rips them off and beats her with them.
Reply
Re: Spellbook script 07/15/2010 04:21 PM CDT
Don't know,at 394 i get to about 15-16/34

Reply
Re: Spellbook script 07/16/2010 01:01 PM CDT
Do you just study each page once? And go on? Or is there a trick to it?


Jim
Reply
Re: Spellbook script 07/16/2010 03:13 PM CDT
YEAH just studying each spell once,its a WM one,so most spells err i think
Reply
Re: Spellbook script 07/17/2010 04:40 AM CDT
With 515 Scholarship or so, they move me well. The downside is that there's a timer between reading the same page more than once which (when the spellbooks were rereleased) was over an hour and a half. I'm not sure if the timer has been tweaked down since then, though. Since you gain X amount for each page you read, spellbooks from guilds with more spells will teach you more. My Bard spellbook only has enough to get me to 15/34 or so, but my MoonMage spellbook will get me to 28/34. Now I just have to remember to study them more!



-=Issus=-
Reply
Re: Spellbook script 07/23/2010 08:21 PM CDT
Where does the script hang? I tried it out today and it works fine for me.

Post or email a log of the script hanging and I'll see if I can correct it. You can email to my play.net address.

Spellbooks seem to be teaching fairly well even at higher scholarship ranks. With 681 ranks and using the Warrior Mage spellbook, I went from 0/34 to 34/34 with 2 pages unstudied. This is with a 20 second pause at each page, my actual roundtimes were from 10-15 seconds. It took around 14 minutes to get to mind lock. If I reduce the pause in my script from 20 seconds, it would take even less time.
Reply
Re: Spellbook script 07/26/2010 06:24 PM CDT
I got it working,just erased some of protection stuff like invoke crystal and what have ya..use to stop there for some reason,but hey its working now!
Reply
Re: Spellbook script 07/26/2010 07:05 PM CDT
Ok, good to hear.
Reply