can you also record quest? with this plug like normal coordinates when you do a quest just record those coordinates?
which zip folder works? i installed 2 of them, recorded a macro, and when i attempted to load it , it gave me an error.
I cant seem to make the profiles start up when using thise: [09:31:10.686 D] [Trace] Element Grind is not supported yet! [09:31:10.686 N] Current bot set to Grind Bot [09:31:10.687 N] Loaded profile [G] Dromund Kaas 10-17 [09:31:12.208 D] Start/Stop Button Clicked! [09:31:12.208 D] BotMain.Start() called [09:31:12.208 D] Forcing profile reload. -- Temporary fix for behavior cache issues during start/stop. [09:31:12.485 D] [Trace] Element Grind is not supported yet! [09:31:12.485 N] Current bot set to Grind Bot [09:31:12.486 N] Loaded profile [G] Dromund Kaas 10-17 [09:31:12.486 D] Starting bot Grind Bot [09:31:12.486 D] Added new hook [RoutineCombat] 4a4da360-fc18-45f3-b37f-90d7a44241c0 [09:31:12.486 D] Added new hook [HotspotPoi] 3ef4d32c-c78a-41da-aa9a-d14989b5bba6 [09:31:12.486 D] Added new hook [SellVendorPoi] fb46b6bb-c777-44f7-8964-308c4c61248c [09:31:12.486 D] Added new hook [SetLootPoi] b283de19-6c6a-4038-87a3-ace2aa0770da [09:31:12.486 D] Added new hook [SetCombatPoi] c76bdd12-25c5-4e89-9ea8-8a5d4c6fb9bb [09:31:12.486 D] Added new hook [SetVendorPoi] 6aa4a71e-c9d3-4ac8-aca0-3b15e12b9e2c [09:31:12.486 D] Added new hook [SetHotspotPoi] 93e75206-6bdc-4f3d-a772-1c3481033f12 [09:31:12.486 D] Added new hook [SelectPoiType] 50a63ddd-b3e7-4d45-b960-cb0572157164 [09:31:12.486 D] Spooling up bot thread. [09:31:12.486 D] Bot thread started. [09:32:32.047 D] Objektreferencen er ikke indstillet til en forekomst af et objekt. [09:32:32.047 D] ved Buddy.Swtor.Objects.TorObject.() ved ..() ved ..[](UInt64 , HeroType ) ved Buddy.Swtor.Objects.TorObject.GetField[T](DomFieldIds field, HeroType forcedType) ved Buddy.Swtor.Objects.TorCharacter.get_Health() ved Buddy.Swtor.Objects.TorCharacter.get_IsDead() ved Buddy.Swtor.Objects.TorNpc.get_IsLootable() ved Buddy.CommonBot.DefaultLootTargetingProvider.(TorNpc ) ved System.Linq.Enumerable.<>c__DisplayClassf`1.<CombinePredicates>b__e(TSource x) ved System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() ved System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) ved System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) ved Buddy.CommonBot.DefaultLootTargetingProvider.GetObjectsByWeight() ved Buddy.CommonBot.Targeting.Pulse() ved Buddy.CommonBot.Logic.BrainBehavior.() [09:33:01.409 D] Start/Stop Button Clicked! [09:33:01.409 D] BotMain.Stop() called [09:33:01.409 N] Stopping the bot. [09:33:01.440 N] Bot Thread Ended. Was this requested? [09:33:01.509 D] Sleeping while waiting on execution state to be available for BotMain.Stop() [09:33:03.509 D] We slept way too long waiting for the bot thread to give control back. Aborting thread. Client may crash! [09:33:03.509 V] [Poi.Clear] Reason: Bot Stopped
Dont need the plugin - please see below for the template: <Profile> <Name>Name of Profile</Name> <Vendors> <!-- vendors here --> </Vendors> <GrindAreas> <!-- Grind Area's Here --> <GrindArea Name=""> <MinLevel>1</MinLevel> <MaxLevel>50</MaxLevel> <Mobs> <Mob></Mob> <Mob></Mob> <Mob></Mob> <Mob></Mob> <Mob></Mob> <Mob></Mob> </Mobs> <Hotspots> </Hotspots> </GrindArea> </GrindAreas> <Grind GrindRef="" While="Me.Level < 51" /> </Profile> and see my sample....just use the dump target/my location in the BW programm and add to aa text file with the above template.... <Name>[E]Hoth 37-41 grind_new</Name> <Vendors> <Hotspot Name="Imperial Medical Droid" X="-226.5551" Y="7.797968" Z="156.0602" /> </Vendors> <GrindAreas> <GrindArea Name="Hoth">" <MinLevel>37</MinLevel> <MaxLevel>40</MaxLevel> <Mobs> <Mob>Republic Scout</Mob> <Mob>Republic Commando</Mob> <mob>Republic Probe Droid</mob> <mob>Talz Sniper</mob> </Mobs> <Hotspots> <Hotspot Name="Republic Scout" X="-242.9378" Y="7.949744" Z="120.4481" /> <Hotspot Name="Republic Commando" X="-245.7308" Y="8.553095" Z="119.3449" /> <Hotspot Name="Republic Probe Droid" X="-244.8091" Y="8.568047" Z="117.4518" /> <Hotspot Name="Republic Scout" X="-241.6182" Y="7.76773" Z="124.0611" /> <Hotspot Name="Republic Scout" X="-240.3374" Y="7.76773" Z="126.5526" /> <Hotspot Name="Republic Scout" X="-236.8209" Y="7.76773" Z="127.9772" /> <Hotspot Name="Republic Commando" X="-233.6265" Y="7.76773" Z="130.602" /> <Hotspot Name="Talz Sniper" X="-227.79" Y="9.942813" Z="119.1892" /> <Hotspot Name="Talz Sniper" X="-227.6885" Y="9.944944" Z="118.8503" /> </Hotspots> </GrindArea> </GrindAreas> <Grind GrindRef="Republic Scout" While="Me.Level < 50" /> </Profile> cheers
I tried, this happens... Compiler Error: c:\Users\Ruben\Music\SWTOR 3\Plugins\ProfileBuilder\PBForm.cs(4,14) : error CS0234: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?) Failed to load profile: There are multiple root elements. Line 3, position 2.
It most definitely works. I made all my profiles with this, since I am just way too lazy to copy/paste etc. Have not tried with latest builds of BW though, but cannot imagine something changed to break this plugin.
It works somewhat, you have to actually hit start on the bot and use a combat profile walk around and kills mobs and hit save. Only way i got it to work and at times very buggy on picking up any mobs. It not scanning and picking up mobs while driving. I can't get it to work that way. Only when I engage them and hit save. I just select the mob manually and build my own. But yes its not really working as intended. There a good chance I have no clue what I'm doing, so its only my 2 cents. Hoping someone with more expertise can let us know if we are confused or not. Thanks!
I can't help you without any sort of log. I use this thing all the time and it works, so when you say it doesn't work and dont give a log I can't fix your problem.
Okay, I see whats going on after some more test it definitely works! Us newbs just need a little hand holding. So it works as intended. Just a little clarification for us newbies. Thank you for your patience Ama! We are newbs for a reason . Previous guide. How to use 1)Open GUI 2)Enter any settings 3)Click red button that says "Not Recording" 4)Drive around (doesn't have to be exact path, plugin will pick up mob locations pretty far out) 5)Click "Save" It should say. 1)Open GUI 2)Enter any settings 3)Click red button that says "Not Recording" 4)Make sure to have combat only profile! 5)You actually need to start the bot - Not sure if before you could do this without starting bot. 6)Drive around (doesn't have to be exact path, plugin will pick up mob locations pretty far out) 7)Click "Save" - It works for me now