Set Advanced Class in SQL?

05/03/2014 12:05 snodd11#1
Hey guys, I'm trying to find how to set an advanced class on other players in the SQL so they dont need to do the class change job. Do anyone know wher ein the SQL this would be? I being looking around but cant seem to find anything.
05/04/2014 21:16 PenguinJoe#2
Dude, what exactly do you call a "real search"? What keywords should he use that will actually return something of value? if you don't know the answer either keep your ignorance to yourself or simply say "I don't know". Flaming someone on a bulletin board system for simply asking a question only highlights the fact that you don't know the answer.

@snodd11:

There are a few ways of doing this. The safest is to simply auto-set to the 1st page of the secondary job when the character is created at level 1. The first page of the secondary job is always the class value in the database + 1 (secondary job page 2 is that value + 2). My suggestion is to do tis automatically in your

RohanGame/Programability/Stored Procedures/dbo.ROHAN_CreateCharacter

Stored procedure. The highlighted part of the stored procedure snippet will do this for you and give the player a job-change stone to switch to the second page when they need to.

05/05/2014 17:57 PenguinJoe#3
Quote:
Originally Posted by kelvz002 View Post
better this way.. lols

(relogin for change job)
RohanGame>Programmability>System Stored Procedures>ROHAN_EndGame

lol, if you say so.

Make them wait until lvl 50 and then just to set 1st page with no means to change their job to the second page.

Yeah, that's way better :rolleyes: