Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Question] getting this error "Error loading `spell_proc_event` table " on mangos

Initiate Mage
Joined
Sep 22, 2006
Messages
1
Reaction score
0
[Question] getting this error "Error loading `spell_proc_event` table " on mangos

Can someone help me to solve this problem?

Im trying to make an wow server since 3 days ago and im getting this errors:

2007-01-28 07:55:05 Loading Spell Proc Event conditions...
2007-01-28 07:55:05 ERROR:SQL: SELECT MAX(`entry`) FROM `spell_proc_event`
2007-01-28 07:55:05 ERROR:query ERROR: Table 'mangos.spell_proc_event' doesn't exist
2007-01-28 07:55:05 ERROR:Error loading `spell_proc_event` table (not exist?)

I looked for all ragezone and googlle and I did not find, then please... can somebody help me with this?
 
Elite Diviner
Joined
May 25, 2006
Messages
484
Reaction score
0
Can someone help me to solve this problem?

Im trying to make an wow server since 3 days ago and im getting this errors:

2007-01-28 07:55:05 Loading Spell Proc Event conditions...
2007-01-28 07:55:05 ERROR:SQL: SELECT MAX(`entry`) FROM `spell_proc_event`
2007-01-28 07:55:05 ERROR:query ERROR: Table 'mangos.spell_proc_event' doesn't exist
2007-01-28 07:55:05 ERROR:Error loading `spell_proc_event` table (not exist?)

I looked for all ragezone and googlle and I did not find, then please... can somebody help me with this?

Download latest rev for your sdb, with the new core comes a folder called sql.
Go into the sql folder and into updates folder, and find an sql file called:
"3091_spell_proc_event"

Import that into your db via sqlyog, that will fix that.
 
Initiate Mage
Joined
Jun 9, 2007
Messages
6
Reaction score
0
Re: [Question] getting this error "Error loading `spell_proc_event` table " on mangos

Haveing the same problem, will see if it fixes it :)


About all the other updates in that folder, shoudl I isntall them all and can I all do them at once ???

Just a noob trying to get his first server up and running :)

Thanks.
 
Back
Top