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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Mob with quotes in name

trollington

New Member
Joined
Sep 8, 2011
Messages
10
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