Nemesis3212
New Member
- Joined
- Jun 10, 2013
- Messages
- 11
Hello,
im currently rewriting the default leveling profile for crimson isles. Everything worked great (mostly), but now im getting a strange error i can't find the reason for...
The Error:
My Sourcecode:
Can anyone help me finding my error?
im currently rewriting the default leveling profile for crimson isles. Everything worked great (mostly), but now im getting a strange error i can't find the reason for...
The Error:
An error occured while loading the profile. Are you sure the profile contains no XML errors?
XML Error: System.FormatException: Die Eingabezeichenfolge hat das falsche Format.
bei System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)
bei System.Xml.XmlConvert.ToSingle(String s)
bei Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMoveToTag.Read4_MoveToTag(Boolean isNullable, Boolean checkType)
bei Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMoveToTag.Read5_MoveTo()
UNHANDLED DISPATCHER EXCEPTION
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Buddy.Wildstar.Engine.Profiles.Profile.BuildRefs(ProfileElement element)
bei Buddy.Wildstar.Engine.Profiles.Profile.BuildRefs(ProfileElement element)
bei Buddy.Wildstar.Engine.Profiles.Profile.BuildReferences()
bei Buddy.ProfileBot.ProfileBot.LoadProfileByPath(String profilePath)
bei Buddy.ProfileBot.ProfileBot.OnButtonClicked(Object sender)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bei System.Windows.Controls.Primitives.ButtonBase.OnClick()
bei System.Windows.Controls.Button.OnClick()
bei System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
bei System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bei System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
bei System.Windows.Input.InputManager.ProcessStagingArea()
bei System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
bei System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
bei System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
My Sourcecode:
PHP:
<?xml version="1.0" encoding="utf-8"?>
<Profile Name="Questing: 3-6 -- Crimson Isles -- ICS (D)" Author="Nemesis3212" Version="0.1">
<!-- Programmed and Tested as Cassian Warrior (Path: Soldier) -->
<!-- START (Q) Mind the Mines, Scrap the Scrab -->
<If Condition="not HasQuest(5593)" >
<PickUpQuest QuestId="5593" CreatureId="24187" CreatureName="Mondo Zax" MapId="870" X="-8229.935" Y="-993.086" Z="-230.800079" />
</If>
<If Condition= "not IsQuestObjectiveComplete(5593,0)">
<Collect QuestId="5593" QuestObjective="0" CreatureId="24251" >
<SearchAreas>
<Hotspot X="-8169.187" Y="-995.5579" Z="-182.281509" Timeout="750" Range="200" />
</SearchAreas>
</Collect>
</If>
<Grind Condition="not IsQuestObjectiveComplete(5593, 1)" >
<CreatureIds>24054</CreatureIds>
<GrindArea>
<Hotspot X="-8169.187" Y="-995.5579" Z="-182.281509" Timeout="750" Range="200" />
</GrindArea>
</Grind>
<!-- END (Q) Mind the Mines, Scrap the Scrab -->
<If Condition = "HasQuest(5593)">
<TurnInQuest QuestId="5593" CreatureId="24187" MapId="870" CommunicatorTurnIn="true" />
</If>
<!-- START (Q) Powering Down -->
<If Condition= "not HasQuest(5573)">
<PickUpQuest QuestId="5573" CreatureId="24187" MapId="870" CommunicatorPickUp="true" />
</If>
<!-- START (Q) Stasis, Interrupted -->
<If Condition= "not HasQuest(8855) and not IsQuestComplete(8855)" >
<MoveTo X="-7908.276" Y="-958.0154" Z="-299.6908" MapId="870" />
<PickUpQuest QuestId="8855" CreatureId="24187" MapId="870" CommunicatorPickUp="true" />
</If>
<!-- ACTION (Q) Powering Down -->
<If Condition="not IsQuestObjectiveComplete(5573, 1)" >
<MoveTo QuestId="5573" QuestObjective="1" X="-7833.593" Y="-944.4474" Z="-373.0714" MapId="870" Range="1" />
<Interact QuestId="5573" QuestObjective="1" InteractRange="7" RunOnce="true" CreatureId="24999" CreatureName="Power Regulator" MapId="870" X="-7836.315" Y="-942.062256" Z="-372.439331" />
<MoveTo QuestId="5573" QuestObjective="1" X="-7742" Y="-947" Z="-325.4453" MapId="870" Range="1" />
<Interact QuestId="5573" QuestObjective="1" InteractRange="7" RunOnce="true" CreatureId="24999" CreatureName="Power Regulator" MapId="870" X="-7742.86035" Y="-945.332153" Z="-322.7298" />
<MoveTo QuestId="5573" QuestObjective="1" X="-7708" Y="-943.5913" Z="-399.6899" MapId="870" Range="1" />
<Interact QuestId="5573" QuestObjective="1" InteractRange="7" RunOnce="true" CreatureId="24999" CreatureName="Power Regulator" MapId="870" X="-7710.831" Y="-940.8549" Z="-399.7918" />
<SkipCutscene />
</If>
<!-- END (Q) Powering Down -->
<If Condition = "HasQuest(5573)">
<TurnInQuest QuestId="5573" CreatureId="24187" MapId="870" CommunicatorTurnIn="true" />
</If>
<!-- ACTION (Q) Stasis, Interrupted -->
<If Condition="not IsQuestObjectiveComplete(8855, 0)" >
<MoveTo QuestId="8855" QuestObjective="0" X="-7806.91357" Y="-945.9198" Z="-332.316376" MapId="870" Range="1" />
<InputAction QuestId="8855" QuestObjective="0" Action="Jump" />
<MoveTo QuestId="8855" QuestObjective="0" X="-7852.63428" Y="-946.7321" Z="-348.857971" MapId="870" Range="1" />
<InputAction QuestId="8855" QuestObjective="0" Action="Jump" />
<MoveTo QuestId="8855" QuestObjective="0" X="-7903.97363" Y="-949.7483" Z="-352.283478" MapId="870" Range="1" />
<InputAction QuestId="8855" QuestObjective="0" Action="Jump" />
<MoveTo QuestId="8855" QuestObjective="0" X="-7875.717" Y="-944.091248" Z="-418.8825" MapId="870" Range="1" />
<InputAction QuestId="8855" QuestObjective="0" Action="Jump" />
<MoveTo QuestId="8855" QuestObjective="0" X="-7824.657" Y="-946.2203" Z="-276.608337" MapId="870" Range="1" />
<InputAction QuestId="8855" QuestObjective="0" Action="Jump" />
</If>
<Grind Condition="not IsQuestObjectiveComplete(8855, 1)" >
<CreatureIds>24099</CreatureIds>
<GrindArea>
<Hotspot X="-7722.00928" Y="-947.9663" Z="-351.8881" Timeout="750" Range="200" />
</GrindArea>
</Grind>
<!-- END (Q) Stasis, Interrupted -->
<If Condition = "HasQuest(8855)">
<TurnInQuest QuestId="8855" CreatureId="24187" MapId="870" CommunicatorTurnIn="true" />
</If>
<!-- START (Q) Forward March -->
<If Condition = "not HasQuest(5814)">
<PickUpQuest QuestId="5814" CreatureId="24187" MapId="870" CommunicatorPickUp="true" />
</If>
<!-- START (Q) Spatial Anomaly -->
<If Condition = "not HasQuest(5684)">
<PickUpQuest QuestId="5684" CreatureId="25017" CreatureName="Strange Dirt Pile" MapId="870" X="-7659.18945" Y="-941.614868" Z="-456.843323" />
</If>
<!-- ACTION (Q) Spatial Anomaly -->
<If Condition="HasQuest(5684) and not IsQuestObjectiveComplete(5684,0)" >
<Wait Time="5" />
<Jump FromX="-7701.355" FromY="-940.0096" FromZ="-484.7978" ToX="-7706.507" ToY="-936.6422" ToZ="-490.6103" MapId="870" DoubleJump="true" />
<MoveTo X="-7708.674" Y="-930.4483" Z="-510.3885" MapId="870" Range="1" />
<Jump FromX="-7703.619" FromY="-929.4146" FromZ="-514.4916" ToX="-7685.449" ToY="-894.329" ToZ="-548.6812" MapId="870" DoubleJump="true" />
<Jump FromX="-7690.539" FromY="-887.0119" FromZ="-560.5787" ToX="-7688.216" ToY="-864.07135" ToZ="-596.2517" MapId="870" DoubleJump="true" />
</If>
<!-- END (Q) Spatial Anomaly -->
<If Condition="HasQuest(5684)">
<TurnInQuest QuestId="5684" CreatureId="25378" CreatureName="Researcher Zum" MapId="870" X="-7687.77539" Y="-864.2767" Z="-600.977051" />
</If>
<!-- END (Q) Forward March -->
<If Condition ="HasQuest(5814)">
<MoveTo X="-7674.689" Y="-942.7972" Z="-637.5454" MapId="870" Range="1" NoPathfind="true" />
<TurnInQuest QuestId="5814" CreatureId="24187" CreatureName="Mondo Zax" MapId="870" X="-7664.50732" Y="-942.745361" Z="-672.7212" />
</If>
<!-- START (Q) Ordnance Recovery -->
<If Condition="not HasQuest(5596)">
<PickUpQuest QuestId="5596" CreatureId="24187" CreatureName="Mondo Zax" MapId="870" X="-7664.50732" Y="-942.745361" Z="-672.7212" />
</If>
<!-- ACTION (Q) Ordnance Recovery -->
<Collect QuestId="5596" QuestObjective="1" CreatureId="24703" >
<SearchAreas>
</SearchAreas>
</Collect>
<!-- END (Q) Ordnance Recovery -->
<If Condition="HasQuest(5596)">
<TurnInQuest QuestId="5596" CreatureId="24187" MapId="870" CommunicatorTurnIn="true" />
</If>
<!-- START (Q) Dregs and Thieves -->
<If Condition="not HasQuest(5597)">
<PickUpQuest QuestId="5597" CreatureId="24187" MapId="870" CommunicatorPickUp="true" />
</If>
<!-- START (Q) Venomous Intent -->
<If Condition="not HasQuest(5584)">
<PickUpQuest QuestId="5584" CreatureId="24208" CreatureName="Arachnologist Borango" MapId="870" X="-7343.11963" Y="-995.2179" Z="-627.357849" />
</If>
<!-- ACTION (Q) Venomous Intent -->
<Collect QuestId="5584" QuestObjective="0" CreatureId="24215" >
<SearchAreas>
<Hotspot X="-7233.908" Y="-992.6277" Z="-502.115173" Timeout="750" Range="200" />
</SearchAreas>
</Collect>
<Grind Condition="not IsQuestObjectiveComplete(5584, 1)" >
<CreatureIds>24057</CreatureIds>
<GrindArea>
<Hotspot X="-7257.59033" Y="-993.404968" Z="-520.1693" Timeout="750" Range="200" />
</GrindArea>
</Grind>
<!-- END (Q) Venomous Intent -->
<If Condition="HasQuest(5584)">
<TurnInQuest QuestId="5584" CreatureId="24208" CreatureName="Arachnologist Borango" MapId="870" X="-7343.11963" Y="-995.2179" Z="-627.357849" />
</If>
<!-- ACTION (Q) Dregs and Thieves -->
<If Condition="HasQuest(5597)">
<Collect QuestId="5597" QuestObjective="0" CreatureId="24286, " >
<SearchAreas>
<Hotspot X="-7254.401" Y="-992.9331" Z="-817.547668" Timeout="750" Range="200" />
</SearchAreas>
</Collect>
</If>
<!-- END (Q) Dregs and Thieves -->
<If Condition="HasQuest(5597)">
<TurnInQuest QuestId="5597" CreatureId="24187" MapId="870" CommunicatorTurnIn="true" />
</If>
<!-- START (Q) Tactical Demolitions -->
<If Condition="not HasQuest(5604)">
<PickUpQuest QuestId="5604" CreatureId="24187" MapId="870" CommunicatorPickUp="true" />
</If>
<!-- START (Q) Fire and Brimstone -->
<If Condition="not HasQuest(5609)">
<PickUpQuest QuestId="5609" CreatureId="24313" CreatureName="Roasting Chua" MapId="870" X="-7240.76" Y="-989.653" Z="-790.797" />
</If>
<!-- ACTION (Q) Fire and Brimstone -->
<If Condition="HasQuest(5609)">
<Collect QuestId="5609" QuestObjective="0" CreatureId="24312" >
<SearchAreas>
<Hotspot X="-7104.97852" Y="-995.7504" Z="-995.480469" Timeout="750" Range="200" />
</SearchAreas>
</Collect>
<Grind Condition="not IsQuestObjectiveComplete(5609, 1)" >
<CreatureIds>24216, 24140</CreatureIds>
<GrindArea>
<Hotspot X="-7144.01953" Y="-995.7161" Z="-979.6742" Timeout="750" Range="200" />
</GrindArea>
</Grind>
</If>
<!-- END (Q) Fire and Brimstone -->
<If Condition="HasQuest(5609)">
<TurnInQuest QuestId="5609" CreatureId="24187" MapId="870" CommunicatorTurnIn="true" />
</If>
<!-- ACTION (Q) Tactical Demolitions -->
<If Condition="HasQuest(5604)">
<MoveTo X="-7376.096" Y="-950.182" Z="-1115.527" MapId="870" />
<MoveTo X="-7387" Y="-942" Z="-1101.187" MapId="870" />
<Interact QuestId="5580" QuestObjective="0" RunOnce="true" CreatureId="24298" CreatureName="Exile Anti-Air Cannon" MapId="870" X="-7350.335" Y="-936.9875" Z="-1084.556"/>
<MoveTo X="-7400" Y="-930" Z="-1161.897" MapId="870" />
<MoveTo X="-7399" Y="-930" Z="-1159.565" MapId="870" NoPathfind="true" />
<MoveTo X="-7379" Y="-931" Z="-1146.355" MapId="870" NoPathfind="true" />
<Interact QuestId="5580" QuestObjective="0" RunOnce="true" CreatureId="24298" CreatureName="Exile Anti-Air Cannon" MapId="870" X="-7380" Y="-930" Z="-1145"/>
<Wait Time="3"/>
<MoveTo X="-7401" Y="-952" Z="-1132.12" MapId="870" NoPathfind="true" />
<Interact QuestId="5580" QuestObjective="0" RunOnce="true" CreatureId="24298" CreatureName="Exile Anti-Air Cannon" MapId="870" X="-7442" Y="-954" Z="-1078"/>
<SkipCutscene QuestId="5604" QuestObjective="1" />
</If>
<!-- END (Q) Tactical Demolitions -->
<If Condition="HasQuest(5604)">
<TurnInQuest QuestId="5604" CreatureId="24187" MapId="870" CommunicatorTurnIn="true" />
</If>
<!-- START (Q) Moving Up -->
<If Condition="not HasQuest(5623)">
<PickUpQuest QuestId="5623" CreatureId="24337" MapId="870" CommunicatorPickUp="true" />
</If>
<!-- END (Q) Moving Up -->
<If Condition="HasQuest(5623)">
<TurnInQuest QuestId="5623" CreatureId="24337" CreatureName="Mondo Zax" MapId="870" X="-7582.70752" Y="-953.7885" Z="-1292.1" />
</If>
<!-- START (Q) Enforced Radio Silence -->
<If Condition="not HasQuest(5580)">
<PickUpQuest QuestId="5580" CreatureId="24338" CreatureName="Kezrek Warbringer" MapId="870" X="-7588.01953" Y="-953.907532" Z="-1300.448" />
</If>
<!-- START (Q) Heavy Armor -->
<If Condition="not HasQuest(5583)">
<PickUpQuest QuestId="5583" CreatureId="24338" CreatureName="Kezrek Warbringer" MapId="870" X="-7588.01953" Y="-953.907532" Z="-1300.448" />
</If>
<!-- ACTION (Q) Enforced Radio Silence & Heavy Armor -->
<If Condition="not IsQuestObjectiveComplete(5580, 0)" >
<MoveTo X="-7601.654" Y="-944.4191" Z="-1361.487" MapId="870" Range="1" />
<MoveTo X="-7600.385" Y="-941.6898" Z="-1355.102" MapId="870" Range="1" NoPathfind="true" />
<Interact RunOnce="true" InteractRange="2" CreatureId="26559" CreatureName="Tower Controls" MapId="870" X="-7594.23975" Y="-941.5777" Z="-1355.97864" />
<MoveTo X="-7610.85" Y="-955.5292" Z="-1353.077" MapId="870" Range="1" NoPathfind="true" />
</If>
<Collect QuestId="5583" QuestObjective="0" CreatureId="24452, 24255" >
<SearchAreas>
<Hotspot X="-7696.312" Y="-950.341553" Z="-1330.07141" Timeout="750" Range="200" />
</SearchAreas>
</Collect>
<If Condition="not IsQuestObjectiveComplete(5580, 0)" >
<MoveTo X="-7714.694" Y="-950.3331" Z="-1386.89" MapId="870" />
<MoveTo X="-7691.281" Y="-939.34" Z="-1393.66" MapId="870" Range="1" NoPathfind="true" />
<MoveTo X="-7697.227" Y="-933.71" Z="-1408.731" MapId="870" Range="1" NoPathfind="true" />
<Interact QuestId="5580" QuestObjective="0" RunOnce="true" CreatureId="26559" CreatureName="Tower Controls" MapId="870" X="-7701.885" Y="-933.407837" Z="-1412.19519" />
<MoveTo X="-7697.5" Y="-933.7782" Z="-1405.513" MapId="870" Range="1" NoPathfind="true" />
<MoveTo X="--7720.897" Y="-950.3314" Z="-1395.385" MapId="870" Range="1" NoPathfind="true" />
</If>
<Grind Condition="not IsQuestObjectiveComplete(5583, 1)" >
<CreatureIds>24077, 24029, 24030</CreatureIds>
<GrindArea>
<Hotspot X="-7711.637" Y="-950.2165" Z="-1353.359" Timeout="750" Range="200" />
</GrindArea>
</Grind>
<!-- END (Q) Enforced Radio Silence -->
<If Condition="HasQuest(5580)">
<TurnInQuest QuestId="5580" CreatureId="24338" MapId="870" CommunicatorTurnIn="true" />
</If>
<!-- END (Q) Heavy Armor -->
<If Condition="HasQuest(5583)">
<TurnInQuest QuestId="5583" CreatureId="24338" MapId="870" CommunicatorTurnIn="true" />
</If>
</Profile>
Can anyone help me finding my error?