Jump to content
  • 0

"Dbscripts_on_spell" not triggered


Corsol

Question

Hi to all!

I'm strucking on a great problem.

Some starting class quest to train spell (Ex: Charge training, steady shot training, etc...) aren't working.

i've founded the "dbscripts_on_spell" table and added the "SCRIPT_COMMAND_KILL_CREDIT" entry as:

INSERT INTO dbscripts_on_spell (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments)
VALUES
(100, 1, 8, 44175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest 14266 kill credit (spell training)'),
(56641, 1, 8, 44175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest 14276 kill credit (spell training)');

but quest progression won't be fired....

in "quest_template" table both entry have the reqCreatureOrGOId = 44175 that correspond into "creature_template" to "Spell Practice Credit" entry so i suppose that my "dbscripts_on_spell" rows are correct..

On "dbscripts_on_spell" table there are other working KILL_CREDIT entry, so the problem is not on core, but in other missing configuration..... Any idea?

Thanks.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use