Can learn spell flag?

Post Reply
compmike19
Posts: 115
Joined: Wed Jan 23, 2013 11:14 pm

Can learn spell flag?

Post by compmike19 » Mon Feb 04, 2013 1:24 pm

Hello, could someone let me know where to find the variable of if a job can learn a specific spell or not.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Can learn spell flag?

Post by kjLotus » Mon Feb 04, 2013 1:46 pm

spell_list table, jobs column

PrBlahBlahtson
Developer
Posts: 539
Joined: Sun Jul 22, 2012 12:17 am

Re: Can learn spell flag?

Post by PrBlahBlahtson » Mon Feb 04, 2013 4:09 pm

But the client will refuse to cooperate without being edited if you try to do anything you're not supposed to.

compmike19
Posts: 115
Joined: Wed Jan 23, 2013 11:14 pm

Re: Can learn spell flag?

Post by compmike19 » Mon Feb 04, 2013 5:21 pm

The whole column is blank in my spell_list table so that doesn't make any sense, because it still knows who can use the spells.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Can learn spell flag?

Post by kjLotus » Mon Feb 04, 2013 5:27 pm

it's not blank, it's just whatever you're using isn't displaying the data right

you can either read the spell_list.sql file, or do a select hex(jobs) on the table

Post Reply