Issue information

Issue ID
#6588
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Aug 29, 2012 23:56
Last Post
Hercules Elf Bot
Sep 7, 2012 5:07
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Aug 29, 2012 23:56

Originally posted by [b]Mysterious[/b]
Few typos in some scripts and some sentence fragments D:!

First, I'll start in [svn=trunk/npc/other/pvp.txt]

According to iRO (not sure about kRO), they've disabled the use of Nightmare mode: http://irowiki.org/wiki/PVP

[quote][b]Nightmare Mode[/b] - This mode was not very popular as there are are penalties upon death: EXP is lost, and there is a 1% chance to drop (and probably lose to another player) an item. (Currently disabled in iRO)[/quote]

Since they have, is there a point to talk about the different types of modes still? If so, this part:
[CODE]
mes "I am in charge of";
mes "explaining the PVP Mode.";
[/CODE]
should be modes and not "mode". Following along, this part doesn't make sense:
[CODE]
mes "[PVP Narrator]";
mes "But, You need to be at";
mes "least level 31. And you";
mes "must pay the 500 zeny";
mes "entrance fee in order to";
mes "To enter a PVP Fight Square.";
[/CODE] "... entrance fee in order to To enter a PVP Fight Square". However, before that, new lines are beginning with capitals which don't need to be. Should be like so:

[CODE]
case 1:
mes "[PVP Narrator]";
mes "In short form, PVP is a mode which means:";
mes "' Player VS Player '.";
mes "It's a unique place for people";
mes "to duel with each other.";
next;
mes "[PVP Narrator]";
mes "Just tell the ^3355FFGate Keeper^000000";
mes "that you want to try. He will";
mes "let you into the PVP square.";
next;
mes "[PVP Narrator]";
mes "However, You need to be at";
mes "least level 31. You";
mes "must also pay the 500 zeny";
mes "entrance fee in order";
mes "to enter a PVP Fight Square.";
break;
[/CODE]
but throughout the text, theres few more lines that begin with capitals that aren't needed.


Secondly, in morocc's script file: [svn=trunk/npc/cities/morocc.txt]

[CODE]
moc_ruins,121,116,4 script Picky Lady#moc 66,{
mes "[Syvia]";
mes "The fields of Rune-Midgard are infested with wild and dangerous monsters..But, you've got to admit a bunch of them are soooo cute!.";
[/CODE]
it shouldn't be !. but just !"; :P

Sorry :<

This post has been edited by Brian on Aug 30, 2012 16:03

Hercules Elf Bot - Aug 31, 2012 10:19

Originally posted by [b]Joseph[/b]
[s]Can anyone confirm whether Nightmare mode still exist in KRO.[/s]

Edit:
- Based on the current script, nightmare mode had been disabled.
- Dialogues in rA and iRO are identical.

This post has been edited by Joseph on Aug 31, 2012 14:38

Hercules Elf Bot - Aug 31, 2012 15:45

Originally posted by [b]Euphy[/b]
So the question becomes: do we bother fixing Gravity's Engrish or leave it broken? c:

Hercules Elf Bot - Aug 31, 2012 16:13

Originally posted by [b]Brian[/b]
Fix it :D

This post has been edited by Brian on Sep 1, 2012 1:36

Hercules Elf Bot - Aug 31, 2012 16:28

Originally posted by [b]Vali[/b]
Fix it... It's fine to try to be the most official possible, but not fix the typos to reach that goal is excessive xD

Hercules Elf Bot - Sep 1, 2012 1:14

Originally posted by [b]Mysterious[/b]
[quote name='Euphy' timestamp='1346427913' post='13927']
So the question becomes: do we bother fixing Gravity's Engrish or leave it broken? c:
[/quote]
Rofl! I thought you'd be the one who would wanna fix such broken Engrish. :<

Hercules Elf Bot - Sep 7, 2012 5:07

Originally posted by [b]Joseph[/b]
Fixed in [rev=16756].