Titles - Master Student

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
Can any1 point me to the post or tell me here please how you do the titles instead of the master student thing, i think there like Lord and Baron etc, muchos appreciated

I have tried searching but i suck at it :P i can never find anything on these forums lol
 
Last edited by a moderator:

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
Re: Titles

Database - CruelDragon3GBaseData
Table - HL_HumPlus
Field1 - ST_Name = [Title
Field2 - ST_FLAG = 2

For each char you want a Title on, query for their CharName in the HL_HumPlus table, then....

Change ST_Name to "[" plus whatever title you want
Change ST_FLAG to 2

Also Change your CD.ini as shown in the pic (the 2 blue lines)..

MasterStudent.JPG


This is covered in several places.. I found it using a single search for "title"

Updated the thread title to aid in searching..
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
Re: Titles

Database - CruelDragon3GBaseData
Table - HL_HumPlus
Field1 - ST_Name = [Title
Field2 - ST_FLAG = 2

For each char you want a Title on, query for their CharName in the HL_HumPlus table, then....

Change ST_Name to "[" plus whatever title you want
Change ST_FLAG to 2

Also Change your CD.ini as shown in the pic (the 2 blue lines)..

MasterStudent.JPG


This is covered in several places.. I found it using a single search for "title"

Updated the thread title to aid in searching..
ty m8 i also searched 'title' and got like 5 posts all from mir2, i think somehow my search function is broke or something.

Could you explain it in nub terms please like how would i query for there name as i cant do SQL manip still no matter how many times i try and also the commands for setting, ty
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
You can only edit the Game3G database from in game script. You can't access any other databases.

YOu have to do it manually, or in my case.. via a VB program :D
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
ahh ok then cheers m8, ermm iv tried what u said about manual but it keeps resetting itself in the database back to original, and iv took the STsystem off in 00default
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
The char has to be offline when you do it.

Also, when searching make sure you go into advanced and just choose the Mir 3 "Server Help" section, you will get just the results you want then.
 

Dumachi

LOMCN Veteran
Veteran
May 18, 2007
384
1
63
Romania
would there be a way to do this automatically when a rebirth takes place?

and what would the coding be, will be like in the master/student NPC Script?

saves going to the database for every player. thanks
 

ash816

Dedicated Member
Dedicated Member
Jun 2, 2007
89
0
52
how does zedina do thiso n his serverr no posts ? or does he just steal help and not help in return ?
 

Coly

LOMCN Developer
Developer
Mar 31, 2005
1,399
33
195
Germany
You can only edit the Game3G database from in game script. You can't access any other databases.

YOu have to do it manually, or in my case.. via a VB program :D

It is not 100% correct ;-) With a trick you can edit all DBs, from Mir3 Script. I have One for my Doors (Hero3G).
 

DarkDiablo

Dedicated Member
Dedicated Member
Sep 10, 2007
102
0
62
Coly you gonna share the wealth or continue to let the community die due to not sharing info.