Hi, I just got my spellbook that I've been saving for forever, and now I study the whole thing, and don't even get to thoughtful. I figured this would help alot with my scholarship training but maybe I'm doing something wrong. Bout 85 ranks in scholarship so maybe thats the problem but I don't know. Any help would be appreciated.
Melien
Doing something wrong? on 01/04/2007 11:07 AM CST
Re: Doing something wrong? on 01/04/2007 11:09 AM CST
>>Hi, I just got my spellbook that I've been saving for forever, and now I study the whole thing, and don't even get to thoughtful. I figured this would help alot with my scholarship training but maybe I'm doing something wrong. Bout 85 ranks in scholarship so maybe thats the problem but I don't know. Any help would be appreciated.
Spellbooks should teach effectively to 200+ ranks.
Are you lore primary, secondary, or tertiary?
Are you turning the spellbook to chapter one, then page 1, page 2, etc, then chapter 2? The only thing I can think of is you're studying the same couple pages.
It is easy to be brave from a safe distance.
-Aesop
Spellbooks should teach effectively to 200+ ranks.
Are you lore primary, secondary, or tertiary?
Are you turning the spellbook to chapter one, then page 1, page 2, etc, then chapter 2? The only thing I can think of is you're studying the same couple pages.
It is easy to be brave from a safe distance.
-Aesop
Re: Doing something wrong? on 01/04/2007 11:11 AM CST
Re: Doing something wrong? on 01/04/2007 11:12 AM CST
Re: Doing something wrong? on 01/04/2007 11:13 AM CST
Re: Doing something wrong? on 01/04/2007 11:22 AM CST
Re: Doing something wrong? on 01/04/2007 12:06 PM CST
It's possible you're on a post wall rank and draining too fast to catch up
Strangeguard
http://www.vurtego.com/
Strangeguard
http://www.vurtego.com/
Re: Doing something wrong? on 01/04/2007 12:55 PM CST
>It's possible you're on a post wall rank and draining too fast to catch up
Should still be getting to a decent mind state at 85 ranks though. The 2% learning is a giveaway it isn't teaching. I still get about 6% per read over 300 ranks with a moon mage spellbook.
Could you post a brief log of what you're doing? It sounds like you're doing everything right. I wouldn't know what to tell you beyond the obvious timer/study/awake stuff.
~Purehand
Should still be getting to a decent mind state at 85 ranks though. The 2% learning is a giveaway it isn't teaching. I still get about 6% per read over 300 ranks with a moon mage spellbook.
Could you post a brief log of what you're doing? It sounds like you're doing everything right. I wouldn't know what to tell you beyond the obvious timer/study/awake stuff.
~Purehand
Re: Doing something wrong? on 01/04/2007 01:02 PM CST
>> with a moon mage spellbook.
This is key.
Empaths have far fewer spells than Moon Mages. I'm wagering it's an Empath spellbook, which means by default it will not teach as much.
Rev. Reene
You hear the ghostly voice of Mozzik say, "Look on the bright side I got us Expansed instead of incincerated."
DEAD>
You say, "I hate you so much."
Get involved!
http://reene.euphoricsoup.com/text/roleplaying.html
This is key.
Empaths have far fewer spells than Moon Mages. I'm wagering it's an Empath spellbook, which means by default it will not teach as much.
Rev. Reene
You hear the ghostly voice of Mozzik say, "Look on the bright side I got us Expansed instead of incincerated."
DEAD>
You say, "I hate you so much."
Get involved!
http://reene.euphoricsoup.com/text/roleplaying.html
Re: Doing something wrong? on 01/04/2007 01:07 PM CST
Re: Doing something wrong? on 01/04/2007 01:10 PM CST
My gift to you all; a poorly written wizard script. I lock all my chars with this, see if it helps. This script works with any guild spellbook.
#Lore - Spellbook
counter set 1
save %c
goto opencase_a
opencase:
pause1
opencase_a:
put open my spellbook case
match getbook_a you open
match getbook_a already open
match error referring
match opencase ...wait
matchwait
getbook:
pause 1
getbook_a:
put get my spellbook from my case
match openbook_a you get
match error referring
match getbook ...wait
matchwait
openbook:
pause 1
openbook_a:
put open my spellbook
match chapter_a you open
match chapter_a is already open
match error referring
match openbook ...wait
matchwait
chapter:
pause 1
chapter_a:
put turn my spellbook to chapter %s
match page_a you turn
match error referring
match closebook_a There aren't that many chapters
match chapter ...wait
matchwait
page:
pause 1
page_a:
put turn my spellbook to page %c
match study_a you turn
match error referring
match newchapter There is only
match newchapter There are only
match page ...wait
matchwait
study:
pause 1
counter subtract 1
study_a:
put study my spellbook
counter add 1
match mindcheck Roundtime:
match closebook_a You can only study pages
match error referring
match study ...wait
matchwait
mindcheck:
put mind
match closebook_a mind: fluid
match page_a EXP HELP
matchwait
newchapter:
counter set %s
counter add 1
save %c
counter set 1
goto chapter_a
closebook:
pause 1
closebook_a:
put close my spellbook
match tuckbook_a you close
match error referring
match closebook ...wait
matchwait
tuckbook:
pause 1
tuckbook_a:
put put my spellbook in my spellbook case
match exit you tuck
match error referring
match tuckbook ...wait
matchwait
labelerror:
error:
exit:
put exp lore
exit
#Lore - Spellbook
counter set 1
save %c
goto opencase_a
opencase:
pause1
opencase_a:
put open my spellbook case
match getbook_a you open
match getbook_a already open
match error referring
match opencase ...wait
matchwait
getbook:
pause 1
getbook_a:
put get my spellbook from my case
match openbook_a you get
match error referring
match getbook ...wait
matchwait
openbook:
pause 1
openbook_a:
put open my spellbook
match chapter_a you open
match chapter_a is already open
match error referring
match openbook ...wait
matchwait
chapter:
pause 1
chapter_a:
put turn my spellbook to chapter %s
match page_a you turn
match error referring
match closebook_a There aren't that many chapters
match chapter ...wait
matchwait
page:
pause 1
page_a:
put turn my spellbook to page %c
match study_a you turn
match error referring
match newchapter There is only
match newchapter There are only
match page ...wait
matchwait
study:
pause 1
counter subtract 1
study_a:
put study my spellbook
counter add 1
match mindcheck Roundtime:
match closebook_a You can only study pages
match error referring
match study ...wait
matchwait
mindcheck:
put mind
match closebook_a mind: fluid
match page_a EXP HELP
matchwait
newchapter:
counter set %s
counter add 1
save %c
counter set 1
goto chapter_a
closebook:
pause 1
closebook_a:
put close my spellbook
match tuckbook_a you close
match error referring
match closebook ...wait
matchwait
tuckbook:
pause 1
tuckbook_a:
put put my spellbook in my spellbook case
match exit you tuck
match error referring
match tuckbook ...wait
matchwait
labelerror:
error:
exit:
put exp lore
exit
Re: Doing something wrong? on 01/04/2007 03:23 PM CST
Well, I waited about 15 min and added "my" into my script and now I'm learning just fine, got to about perplexing by the time I was done studying the whole thing and gained about 20%(didn't pay attention exactly) by the time I was done draining out. So thanks for the help everybody.
Melien
Melien
Re: Doing something wrong? on 01/05/2007 09:01 PM CST
Re: Doing something wrong? on 01/05/2007 09:05 PM CST
Re: Doing something wrong? on 01/05/2007 10:36 PM CST
Nope, one spellbook per case.
Rev. Reene
You hear the ghostly voice of Mozzik say, "Look on the bright side I got us Expansed instead of incincerated."
DEAD>
You say, "I hate you so much."
Get involved!
http://reene.euphoricsoup.com/text/roleplaying.html
Rev. Reene
You hear the ghostly voice of Mozzik say, "Look on the bright side I got us Expansed instead of incincerated."
DEAD>
You say, "I hate you so much."
Get involved!
http://reene.euphoricsoup.com/text/roleplaying.html
Re: Doing something wrong? on 01/06/2007 08:03 AM CST
>>Nope, one spellbook per case.
You can probably wear 4 of them, although I have never had more than 2 on my belt at once. ;)
And I know that I have seen people pull their spellbook cases out of another container, so I have no idea how many with only a spellbook in the case will fit into a backpack...
~Kyn (Kynevon)
Info Page http://kynevon.info
Mac OS X FE http://tinyurl.com/9xjyj
Amagaim's What to Hunt Chart
Excel format: http://tinyurl.com/44jlt
HTML format: http://tinyurl.com/b7zj8
You can probably wear 4 of them, although I have never had more than 2 on my belt at once. ;)
And I know that I have seen people pull their spellbook cases out of another container, so I have no idea how many with only a spellbook in the case will fit into a backpack...
~Kyn (Kynevon)
Info Page http://kynevon.info
Mac OS X FE http://tinyurl.com/9xjyj
Amagaim's What to Hunt Chart
Excel format: http://tinyurl.com/44jlt
HTML format: http://tinyurl.com/b7zj8