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?
How to set a job to use a spell of other job
Re: How to set a job to use a spell of other job
probably because the client says "hell no!"
-- Whasf
Re: How to set a job to use a spell of other job
Whasf's right, client won't allow most of that sorta thing. It may be possible to force the cast via macro/spellcast/ashitcast but the clients menu will nto let you willy nilly assign spells to jobs.
It is really weird which things SE chose to check, spells won't do it but weaponskills traits and job abilities will.
It is really weird which things SE chose to check, spells won't do it but weaponskills traits and job abilities will.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: How to set a job to use a spell of other job
So there is no way to edit the server to reassign spells? :'( Toooo bad!
Re: How to set a job to use a spell of other job
It seems like I can't even lower the level required to use the spell on blm....
Re: How to set a job to use a spell of other job
It's not the server that is preventing you, it's the client.
-- Whasf