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

Error ?

Nias

New Member
Joined
Feb 20, 2012
Messages
75
Reaction score
0
Err: If (MountHelper.FlyingMounts.Count == 0)
Compile Error : The name 'MountHelper' does not exist in the current context

Err: System.NullReferenceException: Object reference not set to an instance of an object.
at HighVoltz.Composites.If.CompileErrorPropertyChanged(Object sender, EventArgs e)
at HighVoltz.MetaProp.set_Value(Object value)
at HighVoltz.Composites.If.set_CompileError(String value)
at HighVoltz.Dynamic.DynamicCodeCompiler.CompileAndLoad()
at HighVoltz.Dynamic.DynamicCodeCompiler.GenorateDynamicCode()
at HighVoltz.Professionbuddy.LoadPBProfile(String path)
at HighVoltz.Professionbuddy.Start()



verstehe ich net so richtig ;O ;//
 
Den code aus dem profil l?schen:

If (MountHelper.FlyingMounts.Count == 0)
 
das ist ja das ganze ding.


- <!-- Wait for Flying mount info to refresh
-->
- <If Condition="Mount.FlyingMounts.Count == 0" IgnoreCanRun="True">
<CustomAction Code="Err("Waiting for MountHelper to refresh !!");" />
<WaitAction Condition="Mount.FlyingMounts.Count > 0" Timeout="300000" />
</If>


was genau soll ich nur wegmachen?
 
Da jetz alle deine Chars alle Mounts behersxhen aber nicht umbedingt fliegen koennen oder sie ueberhaupt nutzen, ist diese Pruefung unsinnig.
 
Back
Top