How to set a job to use a spell of other job
Posted: Thu May 12, 2016 6:00 pm
Hello!
I'm trying to give rdm the spell Meteor, but I can't get it working.
I've tried to update the table spell_list by using thise query:
DELETE FROM `spell_list` WHERE spellid IN (218);
INSERT INTO `spell_list` VALUES ('218', 'meteor', 0x00000050500000000000000000000000000000000000, '2', '7', '0', '4', '36', '418', '8000', '30000', '2', '252', '241', '2000', '0', '964', '1', '0', '0','0','204',' ');
But it keeps only working with blm99.
Any tips?
I'm trying to give rdm the spell Meteor, but I can't get it working.
I've tried to update the table spell_list by using thise query:
DELETE FROM `spell_list` WHERE spellid IN (218);
INSERT INTO `spell_list` VALUES ('218', 'meteor', 0x00000050500000000000000000000000000000000000, '2', '7', '0', '4', '36', '418', '8000', '30000', '2', '252', '241', '2000', '0', '964', '1', '0', '0','0','204',' ');
But it keeps only working with blm99.
Any tips?