|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days. |

11-14-2003, 06:33 AM
|
Fire Beetle
|
|
Join Date: Nov 2003
Posts: 2
|
|
Problem Scribing Spells in 0.5.0
I tried searching EVERYWHERE for this error with no luck. 0.5.0 doesn't seem to have much documentation out there so perhaps I missed something obvious.
Whenever I try to scribe any spells, it says my character is not high enough to scribe it when my character is 65. This has happened with two different classes both at 65. I also noticed 0.5.0 wants spells_us.txt instead of spells_en.txt. Is this right?
Otherwise my server is working perfectly.. just can't mem spells.
PS: This server was compiled from yesterday's CVS source.
|

11-14-2003, 07:16 AM
|
Hill Giant
|
|
Join Date: Oct 2003
Posts: 145
|
|
As far as i know spells are working on my server but I will double check when I get home. If you noticed that eq live uses spells_us.txt now. so as long as you are patched to live eq just copy the new file into the correct locations
|
 |
|
 |

11-14-2003, 08:17 AM
|
|
I just tried this with the CVS I got a couple of hours ago ...
Half-elf ranger. Level 9 and 15 spells I tried seemed OK, but when I levelled to 65 and tried to mem a level 50 spell, Call of Earth, had the same issue:
Quote:
[Fri Nov 14 20:53:06 2003] Logging to 'eqlog.txt' is now *ON*.
[Fri Nov 14 20:53:09 2003] You say, '#level 65'
[Fri Nov 14 20:53:09 2003] Welcome to level 65!
[Fri Nov 14 20:53:15 2003] You say, '#setallskill 252'
<snip>
[Fri Nov 14 20:54:15 2003] You say, '#zone qeytoqrg'
[Fri Nov 14 20:54:15 2003] LOADING, PLEASE WAIT...
[Fri Nov 14 20:54:27 2003] You have entered Qeynos Hills.
[Fri Nov 14 20:54:33 2003] You say, '#finditem call of earth'
[Fri Nov 14 20:54:33 2003] 30462: Spell: Call of Earth
[Fri Nov 14 20:54:33 2003] 1 items found
[Fri Nov 14 20:54:39 2003] You say, '#summonitem 30462'
[Fri Nov 14 20:55:15 2003] You say, '#zone qey2hh1'
[Fri Nov 14 20:55:16 2003] LOADING, PLEASE WAIT...
[Fri Nov 14 20:55:27 2003] You have entered Western Plains of Karana.
[Fri Nov 14 20:55:38 2003] Beginning to scribe Call of Earth...
[Fri Nov 14 20:55:49 2003] Unexpected error: Class cant use this spell at your level!
|
The purple scribe bar goes down, and then the unexpected error occurs. This should really go in bugs I guess, unless it could be a DB issue, I am using MWnpcmovDB_050_alpha0_3_2.sql
|
 |
|
 |

11-14-2003, 09:00 AM
|
Fire Beetle
|
|
Join Date: Nov 2003
Posts: 2
|
|
Same Error I'm getting! I'm not crazy! ... or we both are... *ponder*
Should I download an earlier revision? How does one go about doing that?
|

11-14-2003, 11:44 AM
|
Fire Beetle
|
|
Join Date: Jul 2003
Posts: 27
|
|
same problem here =(.
|

11-15-2003, 04:17 AM
|
Sarnak
|
|
Join Date: Feb 2003
Posts: 81
|
|
Same problem. I'm using I am using pcmovDB_050_alpha0_3_2.sql
__________________
MoonPhoenix ServerOp
|

11-15-2003, 06:32 AM
|
 |
Discordant
|
|
Join Date: Oct 2003
Location: Victoria, BC
Posts: 253
|
|
alpha0_3_3.sql is the most up to date.
Might be fixed in this version?
|

11-15-2003, 07:53 AM
|
Hill Giant
|
|
Join Date: Oct 2003
Posts: 104
|
|
nope the new version does not fix it....i installed the new database on my server and the problem still occurs
|

11-16-2003, 08:15 AM
|
Hill Giant
|
|
Join Date: Oct 2003
Posts: 104
|
|
any updates/fixes on this? also is this a DB issue or code issue?
|

11-16-2003, 08:33 AM
|
Sarnak
|
|
Join Date: Feb 2003
Posts: 81
|
|
How about somebody who doesnt have this problem on 5.0 could say which DB they are using?
__________________
MoonPhoenix ServerOp
|

11-16-2003, 08:37 AM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
|
|
Im using tcs's last one and im not.. You guys using the latest spells_us.txt ?
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
|

11-16-2003, 09:07 AM
|
|
Yes, my client spells_us.txt and the copy in my emu directory were out of sync. Copying the latest version from the client dir works with the official binaries.
The source I got from CVS has this check:
Quote:
if(spells[memspell->spell_id].classes[GetClass()-1] >= GetLevel())
QueuePacket(app);
else{
Message(13, "Unexpected error: Class cant use this spell at your level!");
return;
}
|
Shouldn't that be:
Quote:
if(spells[memspell->spell_id].classes[GetClass()-1] <= GetLevel())
|
|

11-16-2003, 09:48 AM
|
Fire Beetle
|
|
Join Date: Sep 2002
Posts: 0
|
|
lol I programmed that a long time ago but thats how it should be because they have the minlevel so if your level is greater than or equal to it, you can scribe (QueuePacket), if not return. Although they might have changed something in spells_us.txt, this was programmed back in 0.4.4
|

11-17-2003, 02:11 AM
|
Sarnak
|
|
Join Date: Feb 2003
Posts: 81
|
|
I dont have a spells_us in my eq directory and ive patched to latest, ive still got spells_en. I just renamed it to spells_us to try and make it work.
Is there a posibility that ppl from different parts of the world are using different files?
__________________
MoonPhoenix ServerOp
|

11-17-2003, 07:30 AM
|
Sarnak
|
|
Join Date: Jul 2002
Posts: 75
|
|
It seems no spells on my server work at all, only i get an "Unknown target type" error every time someone tries to cast a spell, wheather it be a #castspell, a regular cast, a proc, or a right click item, nothing works :(... got both spells_en and spells_us in eqemu folder.
any ideas appriceated, thanks 
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 07:22 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |