Page 1 of 1

Prob: targeting a mob with german letters in its name

Posted: Fri Dec 10, 2010 1:08 am
by Rickster
Hello,

in the profile of my char I added two mobs as enemies to target and fight against.

In german language they are called:
Dämonendornenranke, Blutdürstige Dämonenranke

As pointed out in the profile I added their names in the <mobs> section this way:

Code: Select all

<mob name="D\132monendornenranke" />
<mob name="Blutd\129rstige D\132monenranke" />
Now the bot automatically targets and pulls "D\132monendornenranke", but it doen´t automatically fights "Blutd\129rstige D\132monenranke", but runs into them and only fights them, when he is being attact by them.

Any idea, what to do, to make the bot fight both of them?

Thanks
Ric

Re: Prob: targeting a mob with german letters in its name

Posted: Fri Dec 10, 2010 3:22 am
by Personalausweis
BlutdÜrstige ???

denke nicht dass der mob so heisst?

Re: Prob: targeting a mob with german letters in its name

Posted: Fri Dec 10, 2010 3:51 am
by Rickster
I double checked the name. It is really called "Blutdürstige Dämonenranke".
It can be found between "Silberfall" and "See des ewigen Schweigens".

Is there a way to tell the bot, which mobs to attack by their ID instead of names?

Re: Prob: targeting a mob with german letters in its name

Posted: Fri Dec 10, 2010 5:24 am
by Personalausweis
yeah you are right, i was in SJF at bymorsh ruins. ;)

what are you trying to do?
avoid joblid?

what i am doing to avoid boss mobs, is NOT to put all mobs is want to attack into <mobs> section, but put the elite/boss mob into <friend> section.

Re: Prob: targeting a mob with german letters in its name

Posted: Fri Dec 10, 2010 7:43 am
by Rickster
hm, ok. i´ll try to do it that way.
i usually do it the other way and name the mobs i want to attack, but it didn´t work this time :(
i just want to farm the dayly items from normal mobs there.

Re: Prob: targeting a mob with german letters in its name

Posted: Fri Dec 10, 2010 4:25 pm
by Rickster
Only naming friend which I don´t want to attack is not an option, coz there are some other mobs I do not want to fight against.

So does anyone has an other idea, how I can name these mobs in the <mob> section?