Can someone point me the right site for one,mine seems to hang now:(
Spellbook script on 07/12/2010 03:02 PM CDT
Re: Spellbook script on 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
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
Re: Spellbook script on 07/12/2010 03:57 PM CDT
Re: Spellbook script on 07/12/2010 08:16 PM CDT
Re: Spellbook script on 07/12/2010 09:08 PM CDT
Re: Spellbook script on 07/12/2010 09:59 PM CDT
Re: Spellbook script on 07/15/2010 11:04 AM CDT
Re: Spellbook script on 07/15/2010 04:21 PM CDT
Re: Spellbook script on 07/16/2010 01:01 PM CDT
Re: Spellbook script on 07/16/2010 03:13 PM CDT
Re: Spellbook script on 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=-
-=Issus=-
Re: Spellbook script on 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.
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.
Re: Spellbook script on 07/26/2010 06:24 PM CDT
Re: Spellbook script on 07/26/2010 07:05 PM CDT