PDA

View Full Version : Optional.Conf Arcemu Fix.



Dimman
10-03-10, 09:22 AM
Hello here is the fix for Optional.Conf.

http://i387.photobucket.com/albums/oo316/acke123/ARCEMULOLERRORCONF.jpg

Fixes:

/************************************************** ******************************
* ArcEmu Optional Configuration File
* Last Update: $Id: arcemu-optional.conf rev.2718
*
* This configuration file contains all non-blizzlike values.
************************************************** ******************************
************************************************** ******************************
* How to use this config file:
* Config files are in a block->variable->setting format.
* A < signifies the opening of a block, the block name is expected after that.
* After the block name, a space and then the settings sperated by = / ' '.
*
* e.g.
* <block setting="0" someval = "1">
*
* Comments can be in C format, e.g. /* some stuff */, with a // at the start
* of the line, or in shell format (#).
************************************************** ******************************
************************************************** ******************************
Remove 1 of the 2 lines with stars? ---> *
__________________________________________________ ________

Fix 2 (Bottom)

************************************************** ******************************/

<GoldSettings EnableGoldCap = "1"
StartingGold = "0"
MaximumGold = "214748">







Remove the empty line if there is any ? UNDER THE MaximumGold = "214748">

Cocain
11-03-10, 01:23 PM
If you see, there's only one actual solution. The solutions that are granted now are fairly weird. The actual error lies here :


************************************************** ******************************
* ArcEmu Optional Configuration File
* Last Update: $Id: arcemu-optional.conf rev.2718
*
* This configuration file contains all non-blizzlike values.
************************************************** ******************************
************************************************** ******************************

As you see, on the first sight there's nothing wrong there, but if you look closer & just add a / it'll work smooth.


/************************************************** ******************************
* ArcEmu Optional Configuration File
* Last Update: $Id: arcemu-optional.conf rev.2718
*
* This configuration file contains all non-blizzlike values.
************************************************** ******************************
************************************************** ******************************

Dimman
11-03-10, 02:46 PM
I got it working with mine . there is more than one way .

Avidgamer
11-03-10, 03:56 PM
Anyway, good post by both.