• Visit Rebornbuddy
  • Default Combat Test Edition

    Discussion in 'Archives' started by wired203, Mar 14, 2016.

    Thread Status:
    Not open for further replies.
    1. russ1979

      russ1979 Member

      Joined:
      Aug 25, 2011
      Messages:
      357
      Likes Received:
      0
      Trophy Points:
      16
      its not healing everyone in the FP, yes hitting F12 and setting the tank saw something different happen but its not priority healing the player tank. its still randomly selecting one person in the group and spam healing them regardless of their health level
       
    2. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      When you run it solo, does it switch between healing you and your companion? Make sure you set companion as tank first.
       
    3. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      Ok I have an idea I would like to try. I am going to redo targeting.cs one more time but this time I'm not going to hybrid it with DefaultCombat's but a strict move and then repair the tank selection. I'll adjust function names so everything re-aligns. This will focus only on Healing and I know should break aoe dps for sure but I'm not concerned with that. If this edit doesn't work then I feel were going to need the help of Aevitas which I believe will be the case.

      I have gone over the targeting code and it defiantly had it's flaws, tank selection via f12 was broke. Adding anyone in zone as a part of the heal target list. However Default Combat doesn't set the actual target. Default combat creates lists which buddywing then determines the weights of and determines the final target. It's possible the 2 lists 1 for fighting and 1 for healing are somehow causing issues which is why I want to do a pure healing routine which I know will effect DPS but will allow me to determine where the root cause lies.

      If it's the hybrid of dps and healing I will then have to determine how Pure handled dps assignments for AOE and see if we can merge that. Lets hope this re-write is successful.
       
    4. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      I'm honestly not even a fan of the f12 tank set. We have the ability to detect a player's spec, so we could easily do a IsTank bool (there's already a IsHealer one!). That would be great for OPs where there are two tanks. We could also make it always assume the companion is a tank when you're solo. If you're healing, then it's a good bet your companion is either tank or dps and is thus taking most of the aggro anyway.

      Just my thoughts, you guys could prefer the f12 set because it allows you more control, but I see more benefits in the automatic tank set.
       
    5. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      Trying to get it to work consistently first than can look at changing things. I just updated the targeting.cs only includes healing now. Please test in group. Also added Russ1979's Operative conversion.
       
    6. russ1979

      russ1979 Member

      Joined:
      Aug 25, 2011
      Messages:
      357
      Likes Received:
      0
      Trophy Points:
      16
      Ok I just ran an entire FP with BW Healing.

      Alright here is what happened. Myself and a Juggernaut sitting down in the pit waiting on the other two to drop in. The other two were a Marauder and a Powertech. I sat the Juggernaut that was with me as the Tank with F12 then started BW. Once the the Powertech showed up BW picked up the powertech as the Tank and spam healed him throughout the entire FP. I wen ahead and ran the entire instance. The other two characters did sporactically get a heal here and there and got a Probe here and there. For the most part i did not need to interveen with the healing process but if there other two players got in trouble with needing extensive healing BW did not show up to heal them I had to hit a Kolto Station on the boss fights. This is by far the smallest log of all the healing test's

      Code:
      2016-03-16 03:07:44,109 [7] INFO  BotMain - Chose DefaultCombat as your combat routine.
      2016-03-16 03:07:44,110 [7] INFO  Logging - [DefaultCombat] Level: 65
      2016-03-16 03:07:44,111 [7] INFO  Logging - [DefaultCombat] Class: Agent
      2016-03-16 03:07:44,112 [7] INFO  Logging - [DefaultCombat] Advanced Class: Operative
      2016-03-16 03:07:44,142 [7] INFO  Logging - [DefaultCombat] Discipline: Medicine
      2016-03-16 03:07:44,169 [7] INFO  Logging - [DefaultCombat] [Hot Key][F7] Toggle AOE
      2016-03-16 03:07:44,170 [7] INFO  Logging - [DefaultCombat] [Hot Key][F8] Load UI
      2016-03-16 03:07:44,170 [7] INFO  Logging - [DefaultCombat] [Hot Key][F12] Set Tank
      2016-03-16 03:07:44,171 [7] INFO  Logging - [DefaultCombat] Rotation Selected : Operative Medicine
      2016-03-16 03:07:44,202 [7] INFO  Logging - [DefaultCombat] Healing Enabled
      2016-03-16 03:07:45,620 [7] INFO  MainWindow - There are 2 plugins.
      2016-03-16 03:07:45,869 [7] INFO  BotMain - Current bot set to Combat Bot
      2016-03-16 03:07:45,877 [7] INFO  CharacterSettings - Character settings have been saved.
      2016-03-16 03:07:45,878 [7] INFO  ProfileManager - Loaded profile 
      2016-03-16 03:07:45,885 [1] INFO  MainWindow - Sell quality set to Premium.
      2016-03-16 03:07:45,888 [7] INFO  MainWindow - Buddy Wing: The Old Robot is ready!
      2016-03-16 03:08:43,555 [Hotkey Detection Thread] INFO  Hotkeys - Hotkey pressed: Set Tank (F12)
      2016-03-16 03:08:43,636 [Hotkey Detection Thread] INFO  Logging - Tank set to : Miyadah
      2016-03-16 03:08:47,491 [1] INFO  BotMain - Reloading the NodeManager..
      2016-03-16 03:08:47,867 [1] INFO  NodeManager - NodeManager update has completed.
      2016-03-16 03:08:47,868 [1] INFO  BotMain - Forcing profile reload. -- Temporary fix for behavior cache issues during start/stop.
      2016-03-16 03:08:48,129 [1] INFO  BotMain - Current bot set to Combat Bot
      2016-03-16 03:08:48,132 [1] INFO  CharacterSettings - Character settings have been saved.
      2016-03-16 03:08:48,132 [1] INFO  ProfileManager - Loaded profile 
      2016-03-16 03:09:02,884 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:09:02,926 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:09:03,110 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Evasion
      2016-03-16 03:09:03,154 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Evasion
      2016-03-16 03:09:03,482 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:04,874 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:09:22,486 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:23,962 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Infusion
      2016-03-16 03:09:25,796 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:27,197 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:09:28,614 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:09:30,006 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:31,410 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:09:33,732 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:09:33,780 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:09:34,044 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:35,526 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:37,001 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Recuperative Nanotech
      2016-03-16 03:09:38,464 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:09:40,727 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:42,195 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:43,789 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:45,223 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:46,762 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:48,240 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:09:50,639 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:52,073 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:09:53,663 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:55,084 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:09:56,592 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:09:58,039 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:09:59,440 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:10:01,818 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:03,260 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:10:05,693 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:07,249 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:08,699 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:10:11,279 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:15,784 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:17,223 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:10:19,560 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:21,358 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:22,857 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:10:25,322 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:10:26,819 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:10:29,136 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:10:31,369 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:44,547 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:46,213 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:47,729 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:10:49,243 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:10:51,032 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:53,669 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:10:56,018 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:57,395 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:10:58,789 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:11:01,216 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:02,598 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:11:04,986 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:11:06,571 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:11:08,937 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:11:11,139 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:12,525 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:11:14,970 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:16,496 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:18,138 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:11:20,617 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:11:22,939 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:24,363 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:25,807 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:11:27,221 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:11:28,648 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:30,174 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:11:32,514 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:11:33,285 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:34,713 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:11:37,085 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:38,490 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:11:40,950 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:11:43,225 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:45,592 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:47,054 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:11:48,442 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:11:50,738 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:11:52,419 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:11:53,957 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:12:23,550 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:12:24,955 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:12:27,705 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:12:29,181 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:12:30,867 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:12:32,263 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:12:34,699 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:12:36,114 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:12:38,134 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:12:39,538 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:12:52,958 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:12:54,344 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:12:55,757 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:12:57,391 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:12:59,095 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:13:00,496 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:02,141 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Recuperative Nanotech
      2016-03-16 03:13:03,678 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:13:04,475 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:13:06,010 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:13:08,247 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:09,749 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:11,196 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:12,873 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:13:15,484 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:16,874 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:18,427 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:13:19,952 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:13:21,405 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:22,843 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:13:23,685 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:25,717 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:13:28,011 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:13:30,173 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:31,666 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:33,105 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:34,855 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:13:37,476 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:39,201 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:13:43,679 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:45,271 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:46,851 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:13:48,310 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:13:50,104 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:51,725 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:13:54,278 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:55,670 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:13:58,198 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:13:59,633 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:14:03,960 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:14:05,500 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:14:06,899 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:14:08,504 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:14:10,083 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:14:11,577 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:14:13,505 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:06,207 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:07,687 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:15:07,960 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:15:09,390 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:10,859 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:15:13,634 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:15,273 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:16,717 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:15:19,258 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:20,884 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:22,746 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:15:24,455 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:15:27,088 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:27,541 [Main Bot Thread] ERROR BotMain - System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Node is not an Effect.
         at Buddy.Swtor.Objects.TorEffect..ctor(????????????????????????????????????????? node)
         --- End of inner exception stack trace ---
         at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
         at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
         at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
         at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
         at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
         at Buddy.Common.Utilities.CreateInstance[T](Object[] constructorArguments)
         at Buddy.Swtor.Objects.Containers.TorContainer`1.?????????????????????????????????????????.?????????????????????????????????????????()
         at Buddy.Swtor.ObjectManager.?????????????????????????????????????????.?????????????????????????????????????????(UInt64 )
         at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
         at Buddy.Swtor.ObjectManager.GetOrAdd(UInt64 id, Func`1 getFunc)
         at Buddy.Swtor.Objects.Containers.TorContainer`1.?????????????????????????????????????????.?????????????????????????????????????????(????????????????????????????????????????? )
         at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
         at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
         at DefaultCombat.Helpers.Extensions.HasMyBuff(TorCharacter u, String aura) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Helpers\Extensions.cs:line 146
         at DefaultCombat.Helpers.Extensions.BuffCount(TorCharacter p, String buffName) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Helpers\Extensions.cs:line 156
         at DefaultCombat.Routines.Medicine.<get_AreaOfEffect>b__14(Object ret) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Routines\Advanced\Operative\Medicine.cs:line 65
         at DefaultCombat.Core.Spell.<>c__DisplayClass3f.<Heal>b__3e(Object ret) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Core\Spell.cs:line 209
         at Buddy.BehaviorTree.Decorator.CanRun(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.Common.HookExecutor.Run(Object context)
         at Buddy.BehaviorTree.Action.RunAction(Object context)
         at Buddy.BehaviorTree.Action.'MzxIH;<Jd"XMT\&\,sOKqY)10!.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.CommonBot.BotMain.?????????????????????????????????????????()
      
       
    7. russ1979

      russ1979 Member

      Joined:
      Aug 25, 2011
      Messages:
      357
      Likes Received:
      0
      Trophy Points:
      16
      part 2 of entire log

      Code:
      2016-03-16 03:15:29,419 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:30,966 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:15:31,718 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:33,161 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:15:35,455 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:36,969 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:15:38,518 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:15:39,957 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:15:42,344 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:44,150 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:45,591 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:15:48,031 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:49,423 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:15:51,974 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:53,464 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Infusion
      2016-03-16 03:15:55,307 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:15:57,018 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:15:58,586 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:00,161 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:16:01,837 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:16:05,248 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:16:07,639 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:16:10,091 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:16:12,546 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:16:14,965 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:16:17,203 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:18,668 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:16:20,338 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:21,990 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:23,422 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:16:25,846 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:26,684 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:16:27,256 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Recuperative Nanotech
      2016-03-16 03:16:28,815 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:16:31,170 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:32,729 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:34,207 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:35,664 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:38,386 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:39,827 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:16:41,888 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:16:43,320 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:16:45,001 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:16:48,146 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:49,821 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:16:51,340 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:16:54,954 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:16:57,952 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:05,571 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:07,037 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:17:09,623 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:11,098 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:12,616 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:17:14,135 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:17:15,434 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:17:15,551 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:17:15,913 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:17,360 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Recuperative Nanotech
      2016-03-16 03:17:18,837 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:20,235 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:17:22,572 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:24,036 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:25,457 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:17:27,920 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:29,369 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Infusion
      2016-03-16 03:17:31,136 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:32,576 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:17:34,894 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:37,670 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:17:39,102 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:17:41,476 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:42,959 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:17:45,279 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:46,736 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:17:49,105 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:50,918 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:17:52,303 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:17:54,646 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:17:56,029 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:00,684 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:02,138 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:18:05,434 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:06,881 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:18:09,205 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:10,608 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:18:12,050 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:18:13,555 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:14,493 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:15,990 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:18:18,475 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:19,944 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:18:22,477 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:24,155 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:25,583 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:18:27,785 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:29,251 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:30,694 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:18:32,129 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:18:34,473 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:35,941 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:37,653 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:39,271 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:40,737 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:18:43,095 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:45,924 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:47,535 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:49,070 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:50,734 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:18:52,157 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:18:53,785 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:18:54,425 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:18:56,707 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:18:58,449 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:00,403 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:19:03,010 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:04,397 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:19:06,804 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:08,213 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:19:10,574 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:12,016 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:19:13,485 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:14,924 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:19:16,945 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:18,373 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:20,030 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:19:22,438 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:23,912 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:19:26,397 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:27,950 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:29,452 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:30,686 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:19:32,630 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:19:34,961 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:36,710 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:38,242 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Infusion
      2016-03-16 03:19:40,358 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:42,072 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:19:43,614 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:19:45,068 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Recuperative Nanotech
      2016-03-16 03:19:46,687 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:19:48,921 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:50,310 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:51,983 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Infusion
      2016-03-16 03:19:55,239 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:19:56,668 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:19:59,025 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:00,617 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:02,020 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:03,637 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:20:20,488 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:21,947 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:20:24,288 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:25,748 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:20:28,140 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:30,033 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:20:31,236 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Escape
      2016-03-16 03:20:31,328 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Escape
      2016-03-16 03:20:31,742 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:20:33,202 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:34,637 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:20:36,359 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:37,825 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:20:40,172 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:42,064 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:43,794 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:45,326 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:20:47,992 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:20:48,081 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:20:48,533 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:50,067 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:51,613 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Recuperative Nanotech
      2016-03-16 03:20:53,157 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:54,567 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:55,964 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:20:57,584 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:20:59,204 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:21:00,645 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:21:03,645 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:21:06,340 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:07,538 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Evasion
      2016-03-16 03:21:07,793 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:09,320 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:21:11,736 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:13,170 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Recuperative Nanotech
      2016-03-16 03:21:14,902 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:21:17,230 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:18,569 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Shield Probe
      2016-03-16 03:21:18,924 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:20,345 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:21:23,860 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:25,407 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:21:26,940 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:28,570 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:30,150 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:31,604 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Infusion
      2016-03-16 03:21:33,556 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:34,976 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:21:37,502 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:38,889 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:21:41,271 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:42,823 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:44,622 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:21:46,101 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:21:51,182 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:21:51,616 [Main Bot Thread] ERROR BotMain - System.Exception: Function GetEffectName does not exist.
         at ?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????[](Boolean , String , Object[] )
         at Buddy.Swtor.Objects.TorObject.CallScript[T](Boolean hasReturnValue, String function, Object[] args)
         at Buddy.Swtor.Objects.TorEffect.get_Name()
         at DefaultCombat.Helpers.Extensions.<>c__DisplayClass1.<HasMyBuff>b__0(TorEffect a) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Helpers\Extensions.cs:line 146
         at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
         at DefaultCombat.Helpers.Extensions.HasMyBuff(TorCharacter u, String aura) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Helpers\Extensions.cs:line 146
         at DefaultCombat.Helpers.Extensions.BuffCount(TorCharacter p, String buffName) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Helpers\Extensions.cs:line 156
         at DefaultCombat.Routines.Medicine.<get_AreaOfEffect>b__14(Object ret) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Routines\Advanced\Operative\Medicine.cs:line 65
         at DefaultCombat.Core.Spell.<>c__DisplayClass3f.<Heal>b__3e(Object ret) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Core\Spell.cs:line 209
         at Buddy.BehaviorTree.Decorator.CanRun(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.Common.HookExecutor.Run(Object context)
         at Buddy.BehaviorTree.Action.RunAction(Object context)
         at Buddy.BehaviorTree.Action.'MzxIH;<Jd"XMT\&\,sOKqY)10!.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.CommonBot.BotMain.?????????????????????????????????????????()
      
       
    8. russ1979

      russ1979 Member

      Joined:
      Aug 25, 2011
      Messages:
      357
      Likes Received:
      0
      Trophy Points:
      16
      part 3 and final

      Code:
      2016-03-16 03:29:50,372 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:29:51,856 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:29:54,302 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:29:54,396 [Main Bot Thread] ERROR BotMain - System.Exception: Function GetEffectName does not exist.
         at ?????????????????????????????????????????.?????????????????????????????????????????.?????????????????????????????????????????[](Boolean , String , Object[] )
         at Buddy.Swtor.Objects.TorObject.CallScript[T](Boolean hasReturnValue, String function, Object[] args)
         at Buddy.Swtor.Objects.TorEffect.get_Name()
         at Buddy.Swtor.Objects.TorCharacter.?????????????????????????????????????????.?????????????????????????????????????????(TorEffect )
         at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
         at Buddy.Swtor.Objects.TorCharacter.GetDebuff(String buffName)
         at Buddy.Swtor.Objects.TorCharacter.HasDebuff(String buffName)
         at DefaultCombat.Helpers.Extensions.NeedsCleanse(TorCharacter p) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Helpers\Extensions.cs:line 191
         at DefaultCombat.Core.Targeting.<get_ScanTargets>b__0(Object param0) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Core\Targeting.cs:line 137
         at Buddy.BehaviorTree.Action.RunAction(Object context)
         at Buddy.BehaviorTree.Action.'MzxIH;<Jd"XMT\&\,sOKqY)10!.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.Common.HookExecutor.Run(Object context)
         at Buddy.BehaviorTree.Action.RunAction(Object context)
         at Buddy.BehaviorTree.Action.'MzxIH;<Jd"XMT\&\,sOKqY)10!.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.CommonBot.BotMain.?????????????????????????????????????????()
      2016-03-16 03:29:56,074 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:29:57,756 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:29:59,320 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:30:02,052 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:30:03,431 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:30:04,820 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Toxin Scan
      2016-03-16 03:30:06,375 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:30:07,798 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:30:10,206 [Main Bot Thread] ERROR BotMain - System.NullReferenceException: Object reference not set to an instance of an object.
         at Buddy.Swtor.Objects.Containers.TorContainer`1.?????????????????????????????????????????.?????????????????????????????????????????(????????????????????????????????????????? )
         at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
         at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
         at DefaultCombat.Helpers.Extensions.HasMyBuff(TorCharacter u, String aura) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Helpers\Extensions.cs:line 146
         at DefaultCombat.Helpers.Extensions.BuffCount(TorCharacter p, String buffName) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Helpers\Extensions.cs:line 156
         at DefaultCombat.Routines.Medicine.<get_AreaOfEffect>b__13(Object ret) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Routines\Advanced\Operative\Medicine.cs:line 64
         at DefaultCombat.Core.Spell.<>c__DisplayClass10.<Cast>b__d(Object ret) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Core\Spell.cs:line 72
         at Buddy.BehaviorTree.Decorator.CanRun(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.Common.HookExecutor.Run(Object context)
         at Buddy.BehaviorTree.Action.RunAction(Object context)
         at Buddy.BehaviorTree.Action.'MzxIH;<Jd"XMT\&\,sOKqY)10!.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.CommonBot.BotMain.?????????????????????????????????????????()
      2016-03-16 03:30:11,602 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Infusion
      2016-03-16 03:30:17,031 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:30:18,617 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:30:21,894 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:30:23,313 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Surgical Probe
      2016-03-16 03:30:25,363 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:30:26,913 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Probe
      2016-03-16 03:30:28,463 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:30:29,988 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Diagnostic Scan
      2016-03-16 03:30:32,290 [Main Bot Thread] INFO  Logging - [DefaultCombat] >> Casting <<   Kolto Injection
      2016-03-16 03:30:33,127 [1] INFO  BotMain - Reason: 
      2016-03-16 03:30:33,199 [Main Bot Thread] INFO  BotMain - Bot Thread Ended. Was this requested?
      2016-03-16 03:30:35,232 [1] INFO  BotMain - We slept way too long waiting for the bot thread to give control back. Aborting thread. Client may crash!
      2016-03-16 03:30:35,260 [1] INFO  Poi - [Poi.Clear] Reason: Bot Stopped
      2016-03-16 03:31:36,962 [1] INFO  GlobalSettings - Global settings have been saved.
      2016-03-16 03:31:36,965 [1] INFO  CharacterSettings - Character settings have been saved.
      
       
    9. russ1979

      russ1979 Member

      Joined:
      Aug 25, 2011
      Messages:
      357
      Likes Received:
      0
      Trophy Points:
      16
      I see this error strain in every test that has been done over the last couple days regardless of the fixes that are done.

      Code:
         at DefaultCombat.Helpers.Extensions.HasMyBuff(TorCharacter u, String aura) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Helpers\Extensions.cs:line 146
         at DefaultCombat.Helpers.Extensions.BuffCount(TorCharacter p, String buffName) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Helpers\Extensions.cs:line 156
         at DefaultCombat.Routines.Medicine.<get_AreaOfEffect>b__14(Object ret) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Routines\Advanced\Operative\Medicine.cs:line 65
         at DefaultCombat.Core.Spell.<>c__DisplayClass3f.<Heal>b__3e(Object ret) in d:\Star Wars-The Old Republic\Killer\Routines\DefaultCombat\Core\Spell.cs:line 209
         at Buddy.BehaviorTree.Decorator.CanRun(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.Common.HookExecutor.Run(Object context)
         at Buddy.BehaviorTree.Action.RunAction(Object context)
         at Buddy.BehaviorTree.Action.'MzxIH;<Jd"XMT\&\,sOKqY)10!.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.PrioritySelector.8"tkYs2ZSz\,!m_1w~\*y?p\[A~".MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.BehaviorTree.Decorator.E% y5U}}gJ^c \&\[<L\.74a#xB.MoveNext()
         at Buddy.BehaviorTree.Composite.Tick(Object context)
         at Buddy.CommonBot.BotMain.?????????????????????????????????????????()
      
       
    10. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      So it picked up tank correct, by spam heal I assume you mean the probes which it should be doing. When the other 2 were in trouble how low did they get? Overall would you consider this better or worse.
       
    11. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      Movenext bugs are in strait default combat as well, those are engine bugs.
       
    12. FriskyAssassin

      FriskyAssassin New Member

      Joined:
      Jul 15, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      I tested the new default combat with healing targeting only on my operative and used alltrueists translation of it. For solo, it works amazing with just me and my companion. As far as running a flashpoint with three other people, the bot seems to choose whoever it wants to no matter who I set the tank as. It will continuously heal that one target no matter what and switch to only me, while ignoring the rest of the party. If I restart the bot and try and choose someone else as tank, it still goes to the same person as before. At first I thought it was choosing the player in the first party frame. In my second flashpoint. It was healing the third player in the party frame. So it has nothing to do with that. If it helps, the first flashpoint, it kept targeting a sith marauder. In the second one it was targeting a merc.
       
    13. FriskyAssassin

      FriskyAssassin New Member

      Joined:
      Jul 15, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      I know this is directed at russ, but during my testing it didn't matter how low their health got. It never switched to the players with low health, so they died, at least for me. As for the spam heals. Whoever it randomly selects, its cast more than just the kolto probes. It basically runs through the entire healing rotation regardless if we are in combat or not.
       
    14. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      Looks like the logs I got something isn't working right with checking effects. Are you guys running level 65 FP's or are you running a FP that has level sync?
       
    15. FriskyAssassin

      FriskyAssassin New Member

      Joined:
      Jul 15, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      I am running the tactical flashpoints. So yes, it is using level sync. I could try normal flashpoints later on today.
       
    16. russ1979

      russ1979 Member

      Joined:
      Aug 25, 2011
      Messages:
      357
      Likes Received:
      0
      Trophy Points:
      16
      No it did not pickup the tank correctly all players were in the FP as DPS per their class selection. I set one of the DPS that was a Juggernaut as a Tank. We were the only two in the area at that time. I turned the bot on with us two by ourselves when the powertech showed up in the group BW spam healed the powertech not the juggernaut that I set with F12
       
    17. russ1979

      russ1979 Member

      Joined:
      Aug 25, 2011
      Messages:
      357
      Likes Received:
      0
      Trophy Points:
      16
      I confirm everything Friskyassassin is saying. There is no method to the madness on why it is selecting a Player on its own. It's like the routine is selection a player to replace the companion.

      can you removed the companion portion of the routine and see if we can get it to pick up players?
       
    18. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      I don't think companion has anything to do with it, but Russ were you running level sync as well?
       
    19. russ1979

      russ1979 Member

      Joined:
      Aug 25, 2011
      Messages:
      357
      Likes Received:
      0
      Trophy Points:
      16
      I'm not running HM's I'm running regular FP's through the group finder! everyone in the last group was lvl 65. Sometimes they are lvl 17/32/58

      I'm just trying to figure out why BW is pulsing back and forth. It switches between the randomly selected player and my self. IT must pulse back and forth many tiems a second till it is time to heal the character BW decides to dedicate itself to


      Wired203 you have a Operative you can try out in a random FP? Gear doesn't matter at this point you just need to run it in a random FP and see how it reacts.



      I feel removing the DPS rotation from the healing rotation was a step in the right direction. my Log was fairly clean considering some of the other disasters that were posted over the last couple days. But for shits and giggles how do i remove the companion portion of the targeting "NPC". Is BW confusing a Player for a NPC when the companion isn't found? It's sticking to a player just like it would the companion
       
      Last edited: Mar 16, 2016
    20. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      Made a quick change before bed, didn't have a chance to launch game and make sure it works. First post has a new targeting.cs where I removed all the tank checks. See if you have the same behavior.
       
    Thread Status:
    Not open for further replies.

    Share This Page