Page 1 of 1

Problem with npc names

Posted: Wed Mar 07, 2012 5:11 pm
by iceer
Hey i have an problem with only attacking special npcs.

<mobs>
<!-- names of mobs we want to attack -->
<!-- if no names defined we will attack all mobs -->
<mob name="Höllenschmetterling" />
<mob name="" />
<mob name="" />
</mobs>

I want to kill Inferno Butterflies.
The Problem in German its Höllenschmetterling.
is there an possibility to do this?
I think its because of the ö

Re: Problem with npc names

Posted: Wed Mar 07, 2012 9:50 pm
by lisa
what rombot version are you using, I thought the special character issues for other languages was fixed.

Re: Problem with npc names

Posted: Thu Mar 08, 2012 12:23 am
by iceer
German version.
IOts an xml Problem!
if i open an file where is Ö inside and start that file with browser there is an error...

Re: Problem with npc names

Posted: Thu Mar 08, 2012 3:58 am
by lisa
so it's only that 1 specific character?

pretty sure you can use partial names anyway.

try

Code: Select all

<mob name="schmetterling" />
or you can use the ID of the mob and not have to worry about language issues.

Re: Problem with npc names

Posted: Fri Mar 09, 2012 1:29 pm
by Administrator
You need to save your profile as UTF-8 without BOM encoding.