Hey,
I am trying to make a simple profile to test Order Bot with Hotspots and it give me the same error everytime:
Exception during scheduling Pulse: System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
à ff14bot.NeoProfiles.GatherTag.OnStart()
à ..()
à ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
à ff14bot.BotBases.OrderBot.(Object , EventArgs )
à ff14bot.Behavior.BrainBehavior.()
Here is my profile:
Log:
The profile is able to teleport me but crash right after the teleport is done.
I also tried other profiles (Order Bot too) from the forum and it give me the same error.
Thank you
I am trying to make a simple profile to test Order Bot with Hotspots and it give me the same error everytime:
Exception during scheduling Pulse: System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
à ff14bot.NeoProfiles.GatherTag.OnStart()
à ..()
à ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
à ff14bot.BotBases.OrderBot.(Object , EventArgs )
à ff14bot.Behavior.BrainBehavior.()
Here is my profile:
Code:
<Profile>
<Name>Mining - Rocky Outcrop - Test</Name>
<KillRadius>50</KillRadius>
<Order>
<While Condition="True">
<If Condition="not IsOnMap(152)">
<TeleportTo Name="The Hawthorne Hut" AetheryteId="4" />
</If>
<Gather>
<GatherObject>Rocky Outcrop</GatherObject>
<Hotspots>
<Hotspot Radius="80" X="-164.3448" Y="-0.488205" Z="163.7332" />
</Hotspots>
<ItemNames>
<ItemName>Wind Shard</ItemName>
</ItemNames>
</Gather>
</While>
</Order>
</Profile>
Log:
Code:
[01:59:59.427 N] Currently a level 50 Botanist
[01:59:59.432 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing
[01:59:59.510 D] Poi: Type: None |
[02:00:00.322 D] [BotManager] Botbases have been reloaded.
[02:00:00.322 D] Combat Assist v1.0.163.0
[02:00:00.322 D] Fate Bot v1.0.163.0
[02:00:00.323 D] PvP v1.0.163.0
[02:00:00.323 D] Fishing v1.0.163.0
[02:00:00.323 D] Grinding v1.0.163.0
[02:00:00.326 D] Gathering v1.0.163.0
[02:00:00.327 D] Order Bot v1.0.163.0
[02:00:00.351 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing
[02:00:01.493 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing
[02:00:03.002 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
[02:00:03.004 N] Building Actioncache
[02:00:04.262 N] Action Name:Triangulate Action Id:210
[02:00:04.262 N] Action Name:Arbor Call Action Id:211
[02:00:04.262 N] Action Name:Stealth Action Id:212
[02:00:04.262 N] Action Name:Preparation Action Id:213
[02:00:04.262 N] Action Name:Toil of the Pioneer Action Id:214
[02:00:04.262 N] Action Name:Ageless Words Action Id:215
[02:00:04.262 N] Action Name:Brunt Force Action Id:216
[02:00:04.262 N] Action Name:Nophica's Ward Action Id:217
[02:00:04.262 N] Action Name:Field Mastery Action Id:218
[02:00:04.262 N] Action Name:Field Mastery II Action Id:220
[02:00:04.262 N] Action Name:Truth of Forests Action Id:221
[02:00:04.262 N] Action Name:Blessed Harvest Action Id:222
[02:00:04.262 N] Action Name:Blessed Harvest II Action Id:224
[02:00:04.262 N] Action Name:Leaf Turn Action Id:225
[02:00:04.262 N] Action Name:Leaf Turn II Action Id:226
[02:00:04.262 N] Action Name:Menphina's Ward Action Id:236
[02:00:04.262 N] Action Name:Arbor Call II Action Id:290
[02:00:04.262 N] Action Name:Llymlaen's Ward Action Id:292
[02:00:04.262 N] Action Name:Field Mastery III Action Id:294
[02:00:04.262 N] Action Name:Prospect Action Id:227
[02:00:04.262 N] Action Name:Lay of the Land II Action Id:291
[02:00:04.262 N] Action Name:Nald'thal's Ward Action Id:234
[02:00:04.262 N] Action Name:Byregot's Ward Action Id:219
[02:00:04.262 N] Action Name:Thaliak's Ward Action Id:293
[02:00:04.262 N] Action Name:Truth of Mountains Action Id:238
[02:00:04.262 N] Action Name:Mythril Tempest Action Id:1560
[02:00:04.262 N] Action Name:Thrill of War Action Id:1561
[02:00:04.262 N] Action Name:Full Swing Action Id:1562
[02:00:04.262 N] Action Name:Enliven Action Id:1580
[02:00:04.262 N] Action Name:Purify Action Id:1584
[02:00:04.262 N] Done building Actioncache
[02:00:04.298 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
[02:00:10.972 N] Loaded profile Mining - Rocky Outcrop - Test
[02:00:13.366 D] Loading last profile
[02:00:13.582 N] Loaded profile Mining - Rocky Outcrop - Test
[02:00:13.801 N] Connection established! ...
[02:00:13.872 D] Added new hook [HotspotPoi] 27417036-77ba-4515-b2a5-9e277f488ed3
[02:00:13.874 D] Added new hook [SetDeathPoi] 0033866d-0c8b-4fac-852c-9ba55d31c8ab
[02:00:13.874 D] Added new hook [SetCombatPoi] b043ca2e-711c-4d3a-9953-8a14331da95e
[02:00:13.874 D] Added new hook [SetHotspotPoi] f2cadb07-5793-4122-94b8-0a69d219d9ac
[02:00:13.874 D] Added new hook [SelectPoiType] 2dc6ebe8-6149-440c-9321-5cf4964e93d5
[02:00:13.875 D] Replaced hook [SelectPoiType] 2df58bbc-3865-4c98-8d5f-c1bf8f7aae1a
[02:00:14.102 D] Exception during scheduling Pulse: System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
à ff14bot.NeoProfiles.GatherTag.OnStart()
à ..()
à ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
à ff14bot.BotBases.OrderBot.(Object , EventArgs )
à ff14bot.Behavior.BrainBehavior.()
The profile is able to teleport me but crash right after the teleport is done.
I also tried other profiles (Order Bot too) from the forum and it give me the same error.
Thank you