Quote:
Originally Posted by instrance
Where in the sql db could i change the status of the Job on my char?
|
Why would you want to when there is command to change it in the server.
Code:
else if (Splitter[0] == "/job")
{
Client.Char.Class = (ClassType)(Convert.ToInt32(Splitter[1]));
Client.SendData(CPacket.Status(Client.Char, 1, (int)(Client.Char.Class), StatusTypes.Job));
return 2;
}
So type /job <job Number>
10,InternTrojan
11,Trojan
12,VeteranTrojan
13,TigerTrojan
14,DragonTrojan
15,TrojanMaster
20,InternWarrior
21,Warrior
22,BrassWarrior
23,SilverWarrior
24,GoldWarrior
25,WarriorMaster
40,InternArcher
41,Archer
42,EagleArcher
43,TigerArcher
44,DragonArcher
45,ArcherMaster
100,InternTaoist
101,Taoist
112,MetalTaoist
113,MetalWizard
114,MetalMaster
115,MetalSaint
122,WoodTaoist
123,WoodWizard
124,WoodMaster
125,WoodSaint
132,WaterTaoist
133,WaterWizard
134,WaterMaster
135,WaterSaint
142,FireTaoist
143,FireWizard
144,FireMaster
145,FireSaint
152,EarthTaoist
153,EarthWizard
154,EarthMaster
155,EarthSaint
190,InternTaoist
191,Taosit
192,GeneralTaoist
193,Wizard
194,Master
195,Saint
30,Knight
But you really need to just got sql database click chacaters tab in conquer_server database go to browse than edit the charcater you would like, than go to class and change it to the class you would like above.
P.S
I have did all the steps and read ever post on how to make line 317 of Start.cs work and I know I am not a noob at doing this but it just still won't work have no clue.