SphereCommunity

Full Version: Change sphere_msgs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi again, another problem
how change the messages of sphere like "you can't thing a way to use that ítem" or "*%s is attacking you*"
i edit sphere_msgs but don't change anything
i need this to translate my shard because i'm from argentina and all speak spanish
Could you please copy and paste a row from your sphere_msgs.scp
[DEFNAME messages_settings]
// Default color & font for SysMessage
SMSG_DEF_COLOR 946
SMSG_DEF_FONT 3

// Default color & font for Message/Say
MSG_DEF_COLOR 0
MSG_DEF_FONT 3

// Default color & font for Messages when player click an item
IMSG_DEF_COLOR 0
IMSG_DEF_FONT 3

[DEFMESSAGE messages]
//alchemy_dunno "You have no clue how to make this potion."
//alchemy_lack "Hmmm, you lack %s for this potion."
//alchemy_nobottles "You have no bottles for your potion."
//alchemy_not_reg "That is not a reagent."
//alchemy_pour "pour the completed potion into a bottle"
//alchemy_stage_1 "start grinding some %s in the mortar"
//alchemy_stage_2 "add %s and continue grinding"
[DEFMESSAGE messages]
//alchemy_dunno "You have no clue how to make this potion."

Did you remove the Slashes "//" at beginning of the rows ? Like below

[DEFMESSAGE messages]
alchemy_dunno "You have no clue how to make this potion."
yes, and restart the server, but no changes
Maybe there are 2 copies of sphere_msgs.scp or in your scripts somewhere there is another copy of [DEFMESSAGE messages] ?
this is the problem, i have sphere_msgs in the principal folder and in the scripts folder, a problem in 56b scritps. You're god!Big Grin I would never have thought of that!!! thx!♥
Thank you too my friend
yep if the server has 2 duplicated sphere_msgs.scp, sphere will use the values from the last one that it read

also make sure to update your sphere_msgs.scp to get a full support for all newest added/changed messages
Reference URL's