Drain II issue...

User avatar
Signature
Posts: 126
Joined: Fri May 02, 2014 3:44 am

Drain II issue...

Post by Signature » Wed Jul 02, 2014 3:55 pm

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.

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

Re: Drain II issue...

Post by kjLotus » Wed Jul 02, 2014 4:02 pm

spell_list table > jobs

User avatar
Signature
Posts: 126
Joined: Fri May 02, 2014 3:44 am

Re: Drain II issue...

Post by Signature » Wed Jul 02, 2014 4:10 pm

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 ???

User avatar
Signature
Posts: 126
Joined: Fri May 02, 2014 3:44 am

Re: Drain II issue...

Post by Signature » Wed Jul 02, 2014 4:13 pm

8388607 is all jobs can use spell am i correct on that?

User avatar
Shadowmh
Posts: 60
Joined: Fri Nov 29, 2013 1:26 am

Re: Drain II issue...

Post by Shadowmh » Wed Jul 02, 2014 4:15 pm

I just tested mine on my 99 drk, had no issues. Make sure your up to date on your server/client etc etc etc.

User avatar
Signature
Posts: 126
Joined: Fri May 02, 2014 3:44 am

Re: Drain II issue...

Post by Signature » Wed Jul 02, 2014 4:20 pm

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.

User avatar
Shadowmh
Posts: 60
Joined: Fri Nov 29, 2013 1:26 am

Re: Drain II issue...

Post by Shadowmh » Wed Jul 02, 2014 4:23 pm

Make sure you have rebuilt your server and updated your .sql's then.

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

Re: Drain II issue...

Post by kjLotus » Wed Jul 02, 2014 4:30 pm

Signature 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 ???
it is the job and the level they can use it at

User avatar
Signature
Posts: 126
Joined: Fri May 02, 2014 3:44 am

Re: Drain II issue...

Post by Signature » Wed Jul 02, 2014 4:39 pm

kjLotus wrote: it is the job and the level they can use it at
Ok great! Now wer're getting somewhere.... if 8388607= all jobs how to specify level? that's where i'm in the wrong.

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

Re: Drain II issue...

Post by kjLotus » Wed Jul 02, 2014 4:43 pm

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

Post Reply