Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
three basic questions
Author Message
jexnico
Journeyman
*

Posts: 191
Likes Given: 113
Likes Received: 3 in 3 posts
Joined: Jan 2014
Reputation: 0



Post: #1
Tongue three basic questions
hello guys
i have three basic questions

first: how to remove this message that appears every time a player connects or disconnects from my server?
[Image: vsnodk.png]

second: how to remove the prefix "a" or "an" from the front of the item names?
[Image: 2z6w2mp.png]

third: how do i activate the damage or the damage received that appears on the players?
[Image: 2zz7o90.png]

thanks for the attention
03-11-2018 06:06 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Leonidas
Master
**

Posts: 277
Likes Given: 3
Likes Received: 13 in 12 posts
Joined: May 2013
Reputation: 1



Post: #2
RE: three basic questions
// Show people joining/leaving the server. 0 disables, 2 enables staff only.
ArriveDepartMsg=2

// 2 sets it so only staff will see a joining/leaving message.




// OF_NoPrefix 00004000 // Don't show "a" and "an" prefix on item names (this is in sphere.ini)


// FeatureAOS, used to control AOS expansion features
// FEATURE_AOS_UPDATE_A 01 // AOS Monsters, Map
// FEATURE_AOS_UPDATE_B 02 // Tooltip, Fightbook, Necro/paladin on creation, Single/Six char selection screen, Skills, Newer spellbook support
// FEATURE_AOS_POPUP 04 // PopUp Menus
// FEATURE_AOS_DAMAGE 08 // Show damage values above char head when deal/receive any damage
FeatureAOS = 08


Need to enable "FEATURE_AOS_DAMAGE" in your sphere.ini with "FeatureAOS = 08"
03-11-2018 06:26 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Leonidas's post
jexnico
Journeyman
*

Posts: 191
Likes Given: 113
Likes Received: 3 in 3 posts
Joined: Jan 2014
Reputation: 0



Post: #3
RE: three basic questions
(03-11-2018 06:26 PM)Leonidas Wrote:  // Show people joining/leaving the server. 0 disables, 2 enables staff only.
ArriveDepartMsg=2

// 2 sets it so only staff will see a joining/leaving message.




// OF_NoPrefix 00004000 // Don't show "a" and "an" prefix on item names (this is in sphere.ini)


// FeatureAOS, used to control AOS expansion features
// FEATURE_AOS_UPDATE_A 01 // AOS Monsters, Map
// FEATURE_AOS_UPDATE_B 02 // Tooltip, Fightbook, Necro/paladin on creation, Single/Six char selection screen, Skills, Newer spellbook support
// FEATURE_AOS_POPUP 04 // PopUp Menus
// FEATURE_AOS_DAMAGE 08 // Show damage values above char head when deal/receive any damage
FeatureAOS = 08


Need to enable "FEATURE_AOS_DAMAGE" in your sphere.ini with "FeatureAOS = 08"

everything perfect, ty Leonidas Big Grin
03-11-2018 11:11 PM
Visit this user's website 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)