Page 1 of 1

Counter error

Posted: Tue Aug 28, 2012 12:24 am
by WiseOne
This started happening a few weeks back. I tried uninstalling razor and the ultima online client and even downloaded the client installer and installed from that yet this problem came back and persists. Any ideas?

Image

Re: Counter error

Posted: Tue Aug 28, 2012 12:36 am
by Causa Mortis
Uninstalling razor won't remove counters.xml in C:\Users\(yourname)\AppData\Roaming\Razor (must have show hidden files and folders on to see "appdata")

You need to delete the counters.xml in that folder

Re: Counter error

Posted: Tue Aug 28, 2012 12:40 am
by Rammar
No idea why you got the error to begin with, but 'counters.xml' exists in one to two places depending on your Razor version.

'%APPDATA%\Razor' - This is used by newer versions.
'C:\Program Files\Razor' (or whatever your install path was) - Older versions used this, and I believe newer versions will still use this as a backup (read only) if the other does not exist.

If you want to try and solve it without reinstalling, delete '%APPDATA%\Razor\counters.xml'... if that doesn't work, delete them both, I assume it will recreate blank ones.

For future reference, I'd suggest backing up your files in %APPDATA%.

Re: Counter error

Posted: Tue Aug 28, 2012 1:37 am
by WiseOne
Deleting the appdata counters file solved the error problem, thanks guys.

The graphic for the counter items doesn't show in the bar now it just shows the letters and razors list looks empty.

Re: Counter error

Posted: Tue Aug 28, 2012 1:42 am
by Causa Mortis
Copy and paste this into a text file and save it as counters.xml and place it where the old one was (notepad is good)

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<counters>
	<counter>
		<name>Bandages</name>
		<format>aids</format>
		<itemid>3617</itemid>
		<hue>-1</hue>
	</counter>
	<counter>
		<name>Black Pearl</name>
		<format>bp</format>
		<itemid>3962</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Blood Moss</name>
		<format>bm</format>
		<itemid>3963</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Cure Potions</name>
		<format>cure</format>
		<itemid>3847</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Garlic</name>
		<format>gl</format>
		<itemid>3972</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Ginseng</name>
		<format>gs</format>
		<itemid>3973</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Heal Potions</name>
		<format>heal</format>
		<itemid>3852</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Mandrake Root</name>
		<format>mr</format>
		<itemid>3974</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Nightshade</name>
		<format>ns</format>
		<itemid>3976</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Spider's Silk</name>
		<format>ss</format>
		<itemid>3981</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Sulfurous Ash</name>
		<format>sa</format>
		<itemid>3980</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Batwing</name>
		<format>bw</format>
		<itemid>3960</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Nox Crystal</name>
		<format>nc</format>
		<itemid>3982</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Grave Dust</name>
		<format>gd</format>
		<itemid>3983</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Daemon Blood</name>
		<format>db</format>
		<itemid>3965</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Pig Iron</name>
		<format>pi</format>
		<itemid>3978</itemid>
		<hue>0</hue>
	</counter>
	<counter>
		<name>Arrows</name>
		<format>arw</format>
		<itemid>3903</itemid>
		<hue>-1</hue>
	</counter>
	<counter>
		<name>Bolts</name>
		<format>blt</format>
		<itemid>7163</itemid>
		<hue>-1</hue>
	</counter>
	<counter>
		<name>refresh</name>
		<format>ref</format>
		<itemid>3851</itemid>
		<hue>-1</hue>
	</counter>
	<counter>
		<name>strength</name>
		<format>strn</format>
		<itemid>3849</itemid>
		<hue>-1</hue>
	</counter>
	<counter>
		<name>dexter</name>
		<format>dexs</format>
		<itemid>3848</itemid>
		<hue>-1</hue>
	</counter>
	<counter>
		<name>splode</name>
		<format>expl</format>
		<itemid>3853</itemid>
		<hue>-1</hue>
	</counter>
</counters>

Re: Counter error

Posted: Tue Aug 28, 2012 1:53 am
by WiseOne
Nope :(

Re: Counter error

Posted: Tue Aug 28, 2012 2:20 am
by WiseOne
Causa Mortis aka Tater helped me resolve this over IRC

Thanks a lot mate!

Cheers