Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 178

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 183

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 184

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 220

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 223

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 235

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 250

Deprecated: Function create_function() is deprecated in /var/www/html/jellyro.com/archive/forums/Sources/Load.php on line 268
Is there anyway to modify the data files so as to remove monster speech ?

Author Topic: Is there anyway to modify the data files so as to remove monster speech ?  (Read 2127 times)

BreakTheSilence

  • Mercenary Trader
  • **
  • Posts: 776
  • DIAF <3
  • Main: BreakTheSilence
Oh well. Editing the monstertalktable.xml on your abdata.grf works so there you go. Though it would be nice to have it patched globally, I'd rather see our staff work on more important things.
Buying
Trading
Selling

Spoiler for Current Deals:
B>Ads 1m each
B>Valkyrie Shield [Maya] or Valkyrie Shield [1] and Maya Card
B>Ring (0) x10, Brooch(0), Earring (0)

Razer

  • Rune-Midgard's Mentor
  • ****
  • Posts: 11162
  • Romeo alpha zulu echo romeo.
Thanks.

Arkensark

  • Mercenary Trader
  • **
  • Posts: 648
  • That which comes later cuts first
  • Main: Bazett McRemitz
You don't need to efit your GRF files. Just extract the file you need and put it in the data folder and edit it to how you need it in there. That give you your custom and allows you to patch properly.



Spoiler for NEW Characters Mk V:

Click Me!




Avarie

  • Mercenary Trader
  • **
  • Posts: 681
  • Sugar and Cyanide
  • Main: Avarie
It'd be great if we could have an official patch-in file that has the monster text removed, mainly just for prison and high spam areas.
This city's burnin'
It's not my burden~

Fidelis

  • Dr. Fidelis
  • Yuno Librarian
  • ***
  • Posts: 4547
    • Honeybadger don't care.
  • Main: GM Fidelis
  • Guild: V_CKM
Re: Is there anyway to modify the data files so as to remove monster speech ?
« Reply #19 on: September 17, 2011, 09:31:09 am »
This topic is already a bit old, but for those who look for an easy way to disable monster chat:

Code: [Select]
<?xml version="1.0" encoding="euc-kr" ?>

<enemy_monster_talk_table>
</enemy_monster_talk_table>
Copy those lines, create a new text file, copy paste the lines in there, and save the file in your data folder, name it "monstertalktable.xml". No more monster talk!

If you want to have monster talk back, just remove or rename the file.

Let me just clarify that not ALL client side modifications are allowed. Modifications which give you an unfair advantage over other players are obviously NOT allowed. Removing monster chat, on the other hand, does not give you an advantage over other players, so I don't mind if you disable it.

Razer

  • Rune-Midgard's Mentor
  • ****
  • Posts: 11162
  • Romeo alpha zulu echo romeo.
Re: Is there anyway to modify the data files so as to remove monster speech ?
« Reply #20 on: September 17, 2011, 09:49:56 am »
The Above works . Thanks.