* *

News

Nexon has recently updated Mabinogi to a 64 bit client. This update has broken many mods in memory patchers for the time being. The mod creators are working hard to essentially rebuild all mods from scratch, and this process will take some time. Please be patient, and stay tuned for more updates.

Keep in mind that you must register an account, and be logged in to view any content on this site.

Mabinogi Status

Erinn Timer

Time
Erinn Time 14:58
Local 01:34
Server 01:34
Moongate Prior G16 [ + / - ]
11:11 Tir Chonaill
12:22 Dunbarton
13:33 Emain Macha
14:44 Bangor
14:44 Emain Macha
16:66 Emain Macha

Ceo in days.

Price [ + / - ]
01:12 Emain Macha - Island in South Pathway
01:48 Sen Mag 5th house from West
Rua [ + / - ]
01:39 Resting
02:15 Resting

Themes





Author Topic: Bard music messages.  (Read 323 times)

0 Members and 1 Guest are viewing this topic.

Offline Pinkstuffmaybe

Bard music messages.
« on: December 23, 2012, 10:35:28 pm »
Is there a way to remove the messages that appear when receiving a music buff? I've tried with a few xmls but no luck so i might be removing the wrong things.

I'm referring to things like "The sound of xxx's Enduring melody fills the air. Your Defense increased by 1".

Offline Fl0rn

Re: Bard music messages.
« Reply #1 on: December 24, 2012, 12:55:09 am »
Code: [Select]
musicbattlefielduse.1 The effects of {0} are fading.
musicbattlefielduse.2 The sound of {0}'s {1} fills the area.\n
musicbattlefielduse.3 The marvelous sound of {0}'s {1} fills the area.\n
musicbattlefielduse.4 The haunting sound of {0}'s {1} fills the area.\n
musicbattlefielduse.5 Your Min ATT increased by {0}%.\n
musicbattlefielduse.6 Your Max ATT increased by {0}%.\n
musicbattlefielduse.7 Critical increased by {0}%.
musiccontractspaceuse.1 The effects of {0} are fading.
musiccontractspaceuse.2 The sound of {0}'s {1} fills the area.\n
musiccontractspaceuse.3 The marvelous sound of {0}'s {1} fills the area.\n
musiccontractspaceuse.4 The haunting sound of {0}'s {1} fills the area.\n
musiccontractspaceuse.5 Your Speed increased by {0}%.\n
musicharvestuse.1 The effects of {0} are fading.
musicharvestuse.2 The sound of {0}'s {1} fills the area.\n
musicharvestuse.3 The marvelous sound of {0}'s {1} fills the area.\n
musicharvestuse.4 The haunting sound of {0}'s {1} fills the area.\n
musicharvestuse.5 Your Production Success Rate increased by {0}%.\n
musicharvestuse.6 Your Gathering Success Rate increased by {0}%.\n
musicharvestuse.7 Your Gathering Speed increased by {0}%.\n
musiclightspeeduse.1 The effects of {0} are fading.
musiclightspeeduse.2 The sound of {0}'s {1} fills the area.\n
musiclightspeeduse.3 The marvelous sound of {0}'s {1} fills the area.\n
musiclightspeeduse.4 The haunting sound of {0}'s {1} fills the area.\n
musiclightspeeduse.5 Your Magic Charging Speed increased by {0}%.\n
musiclightspeeduse.6 Your Alchemy Charging Speed increased by {0}%.\n
musiclightspeeduse.7 Your Attack Speed increased by {0}%.\n
musicpatienceuse.1 The effects of {0} are fading.
musicpatienceuse.2 The sound of {0}'s {1} fills the area.\n
musicpatienceuse.3 The marvelous sound of {0}'s {1} fills the area.\n
musicpatienceuse.4 The haunting sound of {0}'s {1} fills the area.\n
musicpatienceuse.5 Your Defense increased by {0}.\n
musicpatienceuse.6 Your Protection increased by {0}.\n
musicpatienceuse.7 Your MP Recovery Speed increased by {0}%.\n
musicpatienceuse.8 Your Stamina Recovery Speed increased by {0}%.\n
musicpeaceuse.1 The sound of {0}'s {1} fills the area.\n
musicpeaceuse.2 The marvelous sound of {0}'s {1} fills the area.\n
musicpeaceuse.3 The haunting sound of {0}'s {1} fills the area.\n
musicpeaceuse.4 Downed {0} enemies.\n
musicpeaceuse.5 Downed no enemies. \n

I assume that's what you want?

132_to_133.pack
Data\local\code/skill.english.txt

language.pack
data\code/skill.english.txt


What to do
You basically have the skill designation, then you have your text.  You want to leave the skill designation and delete the text.  So, let's check battlefield as an example.

musicbattlefielduse.1    The effects of {0} are fading

The bold is the skill designation, you leave it alone.  Underlined is the text, that's what you delete.
Last one, enduring melody.  After this you're on your own, same principle.  Delete the underline, leave the bold.  Do this with all music skills.  Whenever the client updates, you must repeat this process, if the files are contained within the new files and/or language.pack is updated.  Failure to do so will leave untranslated or missing text in game.

musicpatienceuse.5   Your Defense increased by {0}.\n

Offline Pinkstuffmaybe

Re: Bard music messages.
« Reply #2 on: December 25, 2012, 01:51:54 am »
I think the text can't be removed. I tried this one on my first attempt and also tried again with your guidance but with no success. I also tried shortening some but there were no changes.

Offline Fl0rn

Re: Bard music messages.
« Reply #3 on: December 25, 2012, 09:27:35 am »
I think the text can't be removed. I tried this one on my first attempt and also tried again with your guidance but with no success. I also tried shortening some but there were no changes.

It's entirely possible it's server sided for some weird reason.  I haven't attempted this, so i can't really confirm or deny.  Certainly wouldn't be the first time nexon did something nonsensical.

Offline Pinkstuffmaybe

Re: Bard music messages.
« Reply #4 on: December 26, 2012, 03:53:23 am »
Yea i believe you are right that it is server sided. Was looking forward to at least shortening the messages to it wouldn't clutter the screen.