Drain II issue...
Drain II issue...
Drain II is supposed to be learned at lvl 62 DRK.
can't use it as a DRK 99 but can use it as a level 199 drk.... where do I change the min level requirement for that spell? i was able to make it useable on all jobs in the sql table, but there was no level requirement in sql table.
can't use it as a DRK 99 but can use it as a level 199 drk.... where do I change the min level requirement for that spell? i was able to make it useable on all jobs in the sql table, but there was no level requirement in sql table.
Re: Drain II issue...
spell_list table > jobs
Re: Drain II issue...
that just changes the jobs that can use it.... the problen is no one level 99 and under can use it.... i can use it on my level 199 toon though so that strikes up ???
Re: Drain II issue...
8388607 is all jobs can use spell am i correct on that?
Re: Drain II issue...
I just tested mine on my 99 drk, had no issues. Make sure your up to date on your server/client etc etc etc.
Re: Drain II issue...
up to date and on latest pull... like i said... I can use the spell on 199 drk, but can not use it on 99drk.
Re: Drain II issue...
Make sure you have rebuilt your server and updated your .sql's then.
Re: Drain II issue...
it is the job and the level they can use it atSignature wrote:that just changes the jobs that can use it.... the problen is no one level 99 and under can use it.... i can use it on my level 199 toon though so that strikes up ???
Re: Drain II issue...
Ok great! Now wer're getting somewhere.... if 8388607= all jobs how to specify level? that's where i'm in the wrong.kjLotus wrote: it is the job and the level they can use it at
Re: Drain II issue...
the value that's there already is 0x000000000000003E0000000000000000000000000000
that's level 0 (unusable) for every job except DRK (0x3E = 62)
each byte is 1 job (in the same order as their job enumeration) and the byte is the level it can be used at
that's level 0 (unusable) for every job except DRK (0x3E = 62)
each byte is 1 job (in the same order as their job enumeration) and the byte is the level it can be used at