Carolineth
New Member
- Joined
 - Nov 18, 2014
 
- Messages
 - 179
 
- Reaction score
 - 0
 
Fixed my problem.
				
			
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							[Profile Message]: Checking Al'ar
[Profile Message]: Running Tempest Keep
[LoadProfile-v1728(info)] Loading profile 'Tempest Keep.xml'
Changing current profile to Al'ar Mount run by Rabbit112
1 compiler errors encountered in profile 'Al'ar Mount run by Rabbit112'
'If' xml element on line number 128 has following errors
1) Имя "False" отсутствует в текущем контексте at offset 0
Bot stopping! Reason: None Given
How can i do it? Can you give instruction/manual, please?Get rid of that entire If statement (on line 132 it says) because it was my travel repository and then it should work.
<If Condition="Me.MapId == 500 && False" >
		<CustomBehavior File="Message" Text="Going from Pandaria to Northrend" LogColor="Cyan" />
		<CustomBehavior File="FlyTo" X="863.4234" Y="282.6918" Z="503.6779" />
		<CustomBehavior File="MyCTM" DestName="Shrine indoors" X="844.6074" Y="269.989" Z="503.3771" />
		<MoveTo X="822.3101" Y="204.3414" Z="519.3561" />
		<CustomBehavior File="InteractWith" ObjectType="Gameobject" MobId="215121" Range="4" />
	</If>
	PHP:<If Condition="Me.MapId == 500 && False" > <CustomBehavior File="Message" Text="Going from Pandaria to Northrend" LogColor="Cyan" /> <CustomBehavior File="FlyTo" X="863.4234" Y="282.6918" Z="503.6779" /> <CustomBehavior File="MyCTM" DestName="Shrine indoors" X="844.6074" Y="269.989" Z="503.3771" /> <MoveTo X="822.3101" Y="204.3414" Z="519.3561" /> <CustomBehavior File="InteractWith" ObjectType="Gameobject" MobId="215121" Range="4" /> </If>
delete that i think is what he said
Changing current profile to Al'ar Mount run by Rabbit112
1 compiler errors encountered in profile 'Al'ar Mount run by Rabbit112'
'If' xml element on line number 128 has following errors with code: public System.Boolean __ExpressionFunc__11()
{
return new System.Func<System.Boolean>(() => Me.MapId == 500 && False)();
1 ) The name ' False ' does not exist in the current context to offset 0






