you cant type <>& in the profile must write this...
View attachment 26734
so (>) is the same as( & g tcant type it together in the forum as it converts to an >
![]()
Meh! Did you just do it?!
PHP:
<!-- Check if this is outland, wont go to outland if player is in outland smart eh? -->
<If Condition="!Me.MapId == 530">
<!-- Must have enough skill to go to outland if not wont try that. -->
<If Condition="(Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue =>(Remove spaces) 300) && (Me.GetSkill(Styx.SkillLine.Skinning).MaxValue => 300)" >
<!-- 374 is a magic number, must not have higher skill then that to go to outland. (wont hinder the bot from going to northrend.) -->
<If Condition="(Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue <= 374))" >
Why does it work when you wrote it and not for me?!

EDIT: Change those into that you linked and got this NEW ERROR! Lovely!
Err: System.Xml.XmlException: The name can not begin with the character &, hexadecimal value 0x26. Line 584, position 1.
EDIT: FU*K ME...... forgot a /> in the end.
Last edited: