![]() | STUDY![]() |
![]() |
I have studied the spellbook for etheric archer succesfully 26 times
I have studied it till I cant studie it anymore
I have spent a LOT of time and mana studing and from what I got for my efforts and time is to what I see nothing!
I still fail this spell LOTS. The last time I tried to use it I failed the spell 5 times stright. From what I understand the STUDY command was to better the cast level of that spell.
But from what I can tell it has not done anything. I dont think this is only my chara cause I have heard from other mages say the exact same thing about this.
I would really like to know if this is how the spellbooks works or if theres a prob with this command, I would really like to get a responce from a imm about this
Thank You
-Ruf
While the book is being studied, why are the older players of the game being penalised so heavily in this area? ok I can see we should have to work a bit to improve our cast level here, even though our poor cast level is no fault of ours. But why this much?
My understanding is that studying the book 7 times gets one cast level. I could understand this if it didn't take such a large amount of time to get the items. But I have yet to understand WHY it takes so long. I mean, new characters only benefit from the book if they are halfwits. Again, my understanding is that the spell cannot be improved past the level where yo learned the words for it. This means that the only new people who can benefit are those who 'forgot' to cast it before they levelled again.
Someone told me new players could leave the words for the spell till last then train them up, but if the rules I mentioned before are correct, then I don't see how this would be possible.
Can someone please explain to me why characters created after the spell was imped are being required to do so much work?
Davien Holyoake.
-Ruf
And may I add that i cant study the book anymore for some reason
And might I say that 7 studies for 1 cast level is a rip off
The ammount of time and mana It will take to get at least a decent cast level is just insane, Its almost like xp running very boring
Merlinn
I would also defend my use of the term half-wit. Any player who is in a position to use said spell has been playing the game for a goodly period of time. The level requirement to learn the involved words determine that. To say otherwise invites comment on the xp scale, a completly different can of worms. More to the point, someone reaching that level who has no idea how the magic system works, either through the help files, other players, or through their own experience, can make a fair claim to that title. You'll note that even if they started as a fighter who decided to learn magic, the book won't help them as they never learned the words.
Do we now need a silver platter to study the book?
Davien Holyoake, who apparently doesn't justify an explanation.
PS, if we aren't allowed explanations, how does the question answering in the LT work?
Oh, and as for Daviens question about the LT question column- has there been one? I may be behind in my reading and may have missed it. Last I heard nobody had sent any questions in, but since then I sent one. Looking forward to seeing what kind of answer it gets too, because I have plenty more.
-Mugwump
The reason we made it so that multiple reads were required on spellbooks is because we wanted ways to vary them. If it's a low level spell, it should have fewer reads, because the spells are less complex. We also have the option to base the number of reads on the availability and difficulty of a book to obtain. Being the first spellbook, we erred on the side of caution. We didn't want books to be an instant 'gain a spell level' item, we wanted to emulate prolonged study.
Originally, you could read a book once per day then once per 8 hours, the decision was made to give the study attempt a mana cost in order to limit the amount of studying possible. Also, originally, if you failed at any study attempt, the book automatically vanished and you had to start anew, re-aquiring the book itself. This will be changed as well (I thought I changed it before it went in, but looking at the code, this does not appear to be the case) so that the book doesn't disappear on a failed read.
Yes, studying may seem tedious for those who would have gotten the spell at the level at which they could potentially have learned it (since we do not track when you learn words, we only track when you learn spells) so the limit is based on when the words are learnable, not on when you learned the words. This also gives mages a bit more discression in choosing skills over spells in order to help them level, if they wish, or for those mages who didn't decide to really become mages until later in life. They can, through work (study), better their cast levels.
It just happened to work out that this was also a good way to avoid large amounts of nasty code figuring out what spell levels people should learn things at if we add a new spell into the game. Doing so requires an iteration of the pfile version, which is not a difficult thing to do, but has the potential to actually be very dangerous, even ruining characters on a wide scale (I think when we did the HP reroll, we had to go through 4 different generations of pfiles before we got it 'right' -- what a pain). Sure, it's a little tedious, but less so than never having a good cast level on it.
As far as studying yielding no results, as I stated before, there was a bug in it, one that was introduced post testing. The code was a bit rushed in, I'm afraid to say, but that's how things go sometimes.
-Ruf
Davien Holyoake.
as i wasn't online for a few months when it was implemented what i just wanted to say is that the immortals here are willing to admit to their mistakes whether they have been to harsh or overreactive
that's a good sign
and the players are gracious enough to 4give them too
just a boring boar
Asterix
From what I read, it seems that they're yours until you get sick of lowering the cast level of a certain spell.
Well call me crazy, but gee whiz that's a good deal... create mages that have chalices and have to wait to get to starving to pk or mobrun efficiently have heaps of time and mana left over in the middle of things... and from what i understand, it doesn't even seem necessary to finish studying in one sitting (could be very wrong in that).... study once here, once there, when you are waiting for repop... mmm.
dh
Let me clarify something, there's really 2 terms at work here:
1) Study attempt: 1 attempt at reading a spellbook. A book may require anywhere between 1 study attempt and 2.14 billion study attempts (realistically, I doubt you'll ever see one higher than 10, but we're using integers to track it, so the numbers are large =). A successful study attempt means that you're one step closer to lowering your spell level. Studying takes mana, the same as it would for casting the spell. Therefore it may not be possible to do all the studying in 1 sitting. You can space it out over the course of time. After you have started studying a book, no one else can start studying that exact same book.
2) study session: Kinda a loose term, really, as before this, I didn't really have a name for it. This, I'll define as finishing a spellbook from start to finish. If a book requires 5 successful study attempts, then after 5 successful study attempts, the cast level is decreased. Upon finishing the study session, the book vanishes.
There are also a few other factors at work here. A spellbook can require other objects to be in the posession of the person that studies it. A cure critical spellbook might require a caulderon and an angelica plant for each study attempt. On top of that, these resources can be consumed -- they don't have to be, they can be. The caulderon can remain for the entire study session, the angelica, though, could be consumed each study attempt.
The reason for the design was to emulate research of spells. It was not meant to be a diablo style right click get mystically better at a spell, it was meant to emulate a significant time and mental devotion on part of the caster.
I've always been a fan of emulating things over time in small steps rather than huge waits (eg, make staff), which is why I chose this method. We're also seeing a test-bed, basically because this is the first spellbook in the game. And, for popularity's sake, it's better to err on the side of caution than anything else. If we were to release the current spellbook at 2 study attempts per successful study session, then realize that maybe that's too imbalancing, players feel slighted at having something they've become used to all of a sudden being raised to 5 or 7 study attempts. We made a conscious decision to start at the top and balance downward instead of upwards.
-Ruf
just figured it'd be something that may make clans more active. :p
dh
-Ruf
-Ruf