Honor Rank

05/06/2013 21:53 bhaa16#1
hello
i need to know how to increase the numper of players who get rank 1 ( king )
need to make it more than 5 players
Thankss
05/07/2013 07:50 LegendD8#2
Do you mean this?

Step 1. Open your mssql editor
Step 2. Go to SRO_VT_SHARD or w/e your shard is called
Step 3. Open up the _TrainingCampHonorRank table
Step 4. In field Ranking - enter value 1 and hit enter and so on till 50 so it should look like this:

Step 5. Manually update the honor ranking for 1st time - use this query:
USE SRO_VT_SHARD
exec _TRAINING_CAMP_UPDATEHONORRANK

[Only registered and activated users can see links. Click Here To Register...]
05/08/2013 00:46 bhaa16#3
that isn't the one i need cuz with firest server restart only 5 be rank one and other get the other ranks
but thanks for your help man :)
05/08/2013 06:19 LegendD8#4
Check you _TrainingCampHonorRank
and put the line :

Code:
1	NULL	NULL
2	NULL	NULL
3	NULL	NULL
4	NULL	NULL
5	NULL	NULL
6	NULL	NULL
7	NULL	NULL
8	NULL	NULL
9	NULL	NULL
10	NULL	NULL
11	NULL	NULL
12	NULL	NULL
13	NULL	NULL
14	NULL	NULL
15	NULL	NULL
16	NULL	NULL
17	NULL	NULL
18	NULL	NULL
19	NULL	NULL
20	NULL	NULL
21	NULL	NULL
22	NULL	NULL
23	NULL	NULL
24	NULL	NULL
25	NULL	NULL
26	NULL	NULL
27	NULL	NULL
28	NULL	NULL
29	NULL	NULL
30	NULL	NULL
31	NULL	NULL
32	NULL	NULL
33	NULL	NULL
34	NULL	NULL
35	NULL	NULL
36	NULL	NULL
37	NULL	NULL
38	NULL	NULL
39	NULL	NULL
40	NULL	NULL
41	NULL	NULL
42	NULL	NULL
43	NULL	NULL
44	NULL	NULL
45	NULL	NULL
46	NULL	NULL
47	NULL	NULL
48	NULL	NULL
49	NULL	NULL
50	NULL	NULL
After that try use this query
Code:
USE SRO_VT_SHARD
exec _TRAINING_CAMP_UPDATEHONORRANK
:)
05/08/2013 10:23 IceAmStiel#5
If you guys would look only once into the affiliated procedures..

[Only registered and activated users can see links. Click Here To Register...]

@_TRAINING_CAMP_UPDATEHONORRANK