What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Mob with quotes in name

trollington

New Member
Joined
Sep 8, 2011
Messages
10
Reaction score
0
Hello im trying to "blacklist" a mob but it gives me an error because the mob have quotes in its name, what am i supposed to do?

this is my attempt at blacklisting it
Code:
<AvoidMobs>
<Mob Name=""Dead-Eye" Drederick McGumm" Entry="43556" />
</AvoidMobs>
 
use escape code \
Code:
<AvoidMobs>
<Mob Name="\"Dead-Eye\" Drederick McGumm" Entry="43556" />
</AvoidMobs>
will do the trick
 
the mob name shouldn't matter as much as the entry id, double check the entry id
 
Back
Top