Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
removing skill titles?
Author Message
Kyrbis
Journeyman
*

Posts: 54
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0



Post: #1
removing skill titles?
I was searching where the skill titles are been stored, but did not find it. I mean these Titles when a player has some high value in a skill like "Grandmaster Alchemist" or "Master Carpentry" and so on. in short: I don't want these titles to be shown in the paperdoll. So where do i have to erase them or change it so they're not shown anymore?
03-30-2012 06:11 AM
Find all posts by this user Like Post Quote this message in a reply
ShiryuX
Journeyman
*

Posts: 249
Likes Given: 1
Likes Received: 19 in 14 posts
Joined: Mar 2010
Reputation: 4



Post: #2
RE: removing skill titles?
You can change them with ".title" function in-game, or using TITLE in a script.
03-30-2012 06:47 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Kyrbis
Journeyman
*

Posts: 54
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0



Post: #3
RE: removing skill titles?
Uhm... the ingame command....works how exactly?
argh...got it, im sorry Smile
(This post was last modified: 03-30-2012 07:28 AM by Kyrbis.)
03-30-2012 07:26 AM
Find all posts by this user Like Post Quote this message in a reply
AwKward
Apprentice
*

Posts: 46
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0



Post: #4
RE: removing skill titles?
usually it was .x title ####
thats to target someone other than yourself.

but the only other place you could go to remove them was in the "sphere_skills.scp"
you would have to // every skill TITLE=
03-30-2012 12:49 PM
Find all posts by this user Like Post Quote this message in a reply
Incanus
Apprentice
*

Posts: 2
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0



Post: #5
RE: removing skill titles?
The skilltitles are defined in sphere_msgs.scp and sphere_skills.scp. Just replace the names with empty strings.

Code:
skilltitle_neophyte      ""
skilltitle_novice      ""
skilltitle_apprentice      ""
skilltitle_journeyman      ""
skilltitle_expert      ""
skilltitle_adept      ""
skilltitle_master      ""
skilltitle_grandmaster      ""

Code:
[SKILL 0]
DEFNAME=SKILL_ALCHEMY
KEY=Alchemy
TITLE=
...
...
03-30-2012 08:50 PM
Find all posts by this user Like Post Quote this message in a reply
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #6
RE: removing skill titles?
(03-30-2012 08:50 PM)Incanus Wrote:  The skilltitles are defined in sphere_msgs.scp and sphere_skills.scp. Just replace the names with empty strings.

Code:
skilltitle_neophyte      ""
skilltitle_novice      ""
skilltitle_apprentice      ""
skilltitle_journeyman      ""
skilltitle_expert      ""
skilltitle_adept      ""
skilltitle_master      ""
skilltitle_grandmaster      ""

Code:
[SKILL 0]
DEFNAME=SKILL_ALCHEMY
KEY=Alchemy
TITLE=
...
...
...and name looks like The Fair MyNameHere,
(This post was last modified: 03-31-2012 02:02 AM by WRWR.)
03-31-2012 02:01 AM
Find all posts by this user Like Post Quote this message in a reply
Valios
Super Moderator
****

Posts: 390
Likes Given: 0
Likes Received: 12 in 9 posts
Joined: Mar 2010
Reputation: 6

Sphere Suite 2013

Post: #7
RE: removing skill titles?
These titles are associated to notoriety "karma/fame" and goes before the player's name.
03-31-2012 02:18 AM
Find all posts by this user Like Post Quote this message in a reply
Kyrbis
Journeyman
*

Posts: 54
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0



Post: #8
RE: removing skill titles?
hum, I use Cloud_Br's script pack, amd there is no sign for titles in the sphere_msgs.scp Sad
03-31-2012 02:27 AM
Find all posts by this user Like Post Quote this message in a reply
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #9
RE: removing skill titles?
just add it
Code:
skilltitle_neophyte        ""
skilltitle_novice        ""
skilltitle_apprentice        ""
skilltitle_journeyman    ""
skilltitle_expert        ""
skilltitle_adept        ""
skilltitle_master        ""
skilltitle_grandmaster    ""
skilltitle_elder        ""
skilltitle_legendary        ""
03-31-2012 02:32 AM
Find all posts by this user Like Post Quote this message in a reply
Kyrbis
Journeyman
*

Posts: 54
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Mar 2012
Reputation: 0



Post: #10
RE: removing skill titles?
Sometimes...it's easier as you think...^^
Thanks :-)
03-31-2012 02:55 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)