-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MsgString Improvements #95
base: master
Are you sure you want to change the base?
Conversation
… files, like helpmsgstr.lub and msgstring_kr/_s.lub Note: The .csv file will be updated once all improvements have been added and approved.
MSI_SKILL_INVENTORY_KINDCNT_OVER is used for Greed skill, that the player cannot used it when his inventory has less than 5 slots, |
@@ -2976,8 +2976,8 @@ MSI_SUCCESS,"Success" | |||
MSI_RESET,"Return" | |||
MSI_MANUFACTURED_MARRIAGERING_ITEM,"With Mr/Miss" | |||
MSI_CHANGE_HOMUN_NAME,"The Homunculus's name will be changed to^0000ff^0000ff %s^000000^000000, Are you sure?" | |||
MSI_BLOCK_CALL_PERMIT,"Call function is ON" | |||
MSI_BLOCK_CALL_REJECT,"Call function is OFF" | |||
MSI_BLOCK_CALL_PERMIT,"You can be \"Called\" with various skills (Emergency Call,...). (/call)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I'd go with "Player recalling skills is disabled/enabled" same for the bottom related call messages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it’s fine this way, as it’s only affecting the player not the skills in general.
@@ -3543,7 +3543,7 @@ MSI_ITEMSTORE_NOW_LOADING,"NOW LOADING..." | |||
MSI_RODEX_BUTTON_DELETE,"Delete" | |||
MSI_RODEX_BUTTON_ANSWER,"Reply" | |||
MSI_RODEX_BUTTON_SEND,"Send" | |||
MSI_RODEX_BUTTON_CONFIRM_ID,"Validate name" | |||
MSI_RODEX_BUTTON_CONFIRM_ID,"Check Name" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd go with a simple, "Verify" or just keep it "Validate" since the error messages will tell you what's wrong anyways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah would also work
MSI_USESKILL_FAIL_WEIGHTOVER |
MSI_GUILD_MAKE_GUILD_NONE_ITEM |
Nice catch, sounds better. |
Hmm for clarity purposes might be better. |
MSI_RESERVE_CHANGE_CHARACTER_SLOT |
MSI_SELECTCHARWND_RESERVE_TO_DEL_CHAR |
@@ -403,7 +403,7 @@ MSI_DISORGANIZE_GUILD_INVALIDKEY,"You have failed to disband the guild due to yo | |||
MSI_DISORGANIZE_GUILD_MEMBEREXIST,"You have failed to disband the guild because there are guildsmen still present." | |||
MSI_REQ_HOSTILE_GUILD,"Set this guild as an Antagonist" | |||
MSI_SELECT_HAIR_COLOR,"Choose Hair Color" | |||
MSI_GUILD_MAKE_GUILD_NONE_ITEM,"You need the necessary item to create a Guild." | |||
MSI_GUILD_MAKE_GUILD_NONE_ITEM,"You need an Emperium to create a Guild" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MSI_GUILD_MAKE_GUILD_NONE_ITEM,"You need an Emperium to create a Guild" | |
MSI_GUILD_MAKE_GUILD_NONE_ITEM,"You need an Emperium to create a Guild." |
MSI_ACCOUNT_LIMITED_DB_NAME |
MSI_BLOCK_CALL_PERMIT and MSI_BLOCK_CALL_REJECT They should be small sentences. |
Improvement Focus:
Lines as example, which were adjusted with the initial commit:
Template for Suggestions:
Notes: