How to set a job to use a spell of other job

Post Reply
nidhogg
Posts: 4
Joined: Wed Sep 03, 2014 6:59 pm

How to set a job to use a spell of other job

Post by nidhogg » 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?

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: How to set a job to use a spell of other job

Post by whasf » Thu May 12, 2016 7:12 pm

probably because the client says "hell no!"
-- Whasf

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: How to set a job to use a spell of other job

Post by TeoTwawki » Thu May 12, 2016 8:02 pm

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.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

nidhogg
Posts: 4
Joined: Wed Sep 03, 2014 6:59 pm

Re: How to set a job to use a spell of other job

Post by nidhogg » Fri May 13, 2016 1:15 am

So there is no way to edit the server to reassign spells? :'( Toooo bad!

nidhogg
Posts: 4
Joined: Wed Sep 03, 2014 6:59 pm

Re: How to set a job to use a spell of other job

Post by nidhogg » Fri May 13, 2016 1:24 am

It seems like I can't even lower the level required to use the spell on blm....

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: How to set a job to use a spell of other job

Post by whasf » Fri May 13, 2016 8:49 pm

It's not the server that is preventing you, it's the client.
-- Whasf

Post Reply