Change sphere_msgs - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Change sphere_msgs (/Thread-Change-sphere-msgs) |
Change sphere_msgs - pushim - 04-30-2015 08:30 PM 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 RE: Change sphere_msgs - kilopi_3142 - 04-30-2015 08:33 PM Could you please copy and paste a row from your sphere_msgs.scp RE: Change sphere_msgs - pushim - 04-30-2015 08:45 PM [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" RE: Change sphere_msgs - kilopi_3142 - 04-30-2015 09:22 PM [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." RE: Change sphere_msgs - pushim - 04-30-2015 09:24 PM yes, and restart the server, but no changes RE: Change sphere_msgs - kilopi_3142 - 04-30-2015 09:31 PM Maybe there are 2 copies of sphere_msgs.scp or in your scripts somewhere there is another copy of [DEFMESSAGE messages] ? RE: Change sphere_msgs - pushim - 04-30-2015 09:40 PM 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! I would never have thought of that!!! thx!♥ RE: Change sphere_msgs - kilopi_3142 - 04-30-2015 09:44 PM Thank you too my friend RE: Change sphere_msgs - Coruja - 05-01-2015 02:35 AM 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 |