• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Warlock CC] skiWarlock 3.0 for HB2 - ALL TREES -

    Discussion in 'Archives' started by ski, May 26, 2010.

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

      Urzhane New Member

      Joined:
      Aug 17, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      [​IMG]
      Yep :/

      Here the actual Log
       
    2. dir14

      dir14 New Member

      Joined:
      Jul 21, 2010
      Messages:
      46
      Likes Received:
      0
      Trophy Points:
      0
      I have the same problem. If the comments are System.Data CC start working.
       
    3. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Can one of you try replacing the .cs file with this one and tell me if its the same/different/worse?
       

      Attached Files:

    4. Kuku

      Kuku Member

      Joined:
      Jan 27, 2010
      Messages:
      451
      Likes Received:
      1
      Trophy Points:
      18
      And the Version with fixed MultiMob Pulling will be released in the new version, tomorrow?
      Or is it already fixed in .69? cause i can't see any point about it in your changelog
       
    5. Urzhane

      Urzhane New Member

      Joined:
      Aug 17, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Still the same :(

      €: Thanks that are you trying to help us :>
       
      Last edited: Aug 20, 2010
    6. Knut

      Knut New Member

      Joined:
      Aug 16, 2010
      Messages:
      100
      Likes Received:
      1
      Trophy Points:
      0
      I'm having the exact same problem as the poster above. :(

      Using 3.69.

      Code:
      Attached to WoW with ID 4000
      Loading Honorbuddy 1.9.5.5 settings.
      MeshesFolderPath: C:\Users\******\Downloads\HB - 1.9.5.5\Mesh
      EnabledPlugins:
          eRefreshment
          AutoEquip
      SelectedBotIndex: 0
      FormLocationX: -750
      FormLocationY: 288
      UseExperimentalPathFollowing: False
      KillBetweenHotspots: False
      Authenticating..
      Authentication successful.
      New bot added!: Grind bot
      New bot added!: PvP
      Building spell book
      Adding: Auto Attack
      Adding: Cannibalize
      Adding: Dodge
      Adding: Find Herbs
      Adding: Find Minerals
      Adding: First Aid
      Adding: Shadow Resistance
      Adding: Shoot
      Adding: Smelting
      Adding: Underwater Breathing
      Adding: Will of the Forsaken
      Adding: Corruption
      Adding: Curse of Agony
      Adding: Curse of Weakness
      Adding: Drain Life
      Adding: Drain Soul
      Adding: Fear
      Adding: Life Tap
      Adding: Create Healthstone
      Adding: Demon Skin
      Adding: Health Funnel
      Adding: Summon Imp
      Adding: Summon Voidwalker
      Adding: Unending Breath
      Adding: Immolate
      Adding: Shadow Bolt
      Spell book built
      Could not compile CC from C:\Users\******\Downloads\HB - 1.9.5.5\CustomClasses\skiWarlock!
      File: skiWarlock.cs Line: 43 Error: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)
       
    7. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Try removing line 43:

      Code:
      using System.Data;
      
      It might just cause more errors though, but its worth a shot. I'll need to divert to thedrunk on this one, I'm not familiar enough with all the new source changes yet to know what might cause it.
       
    8. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      It's not really "broken", its just doing something it wasn't designed for. It's hard for me to test this one because my lock kills all of the adds in the time it takes to get Corruption, Curse of Agony and Immolate up.

      My plan is to rewrite the spell cast code, possibly removing CombatAdds() all together. This will happen within a day or two.
      You can do this for now, but i will be using System.Data in the future. Updating your .NET should fix this problem.
       
      Last edited: Aug 20, 2010
    9. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      The biggest issue I have right now (which isn't THAT big, but still a bug) is when the bot is dealing with multiple targets it seems to get confused on trying to cast Drain Soul.

      Basically what will happen is if an add comes in while the bot is causing the first (originally solo) target to have its face melted and the first target dies JUST as the bot gets to the point where it wants to try and cast Drain Soul, it switches target to the 2nd (new) target and casts Drain Soul on it right away.

      So basically I get to watch the bot use Drain Soul on a critter that's at 100% health where it doesn't switch to using another spell until the Drain Soul finishes up. Which by the time it does, it is normally time to cast Drain Soul again.

      Log attached. This behavior is shown in the last fight at the end of the log.

      Otherwise the bot handles adds... well'ish. But it does get confused on when to try and cast SoC versus other spells, versus keeping the pet alive, etc. That's also in the log (you can see a fight where it starts as 2, then I think gets two more individual adds over time and the pet ends up biting it before the end).
       

      Attached Files:

    10. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      I broke Health Funnel in the latest revs. It has been fixed in rev 70.... I'm surprised no one noticed :)

      I'll play with Drain Soul, it shouldn't switch targets while casting/channeling.
       
      Last edited: Aug 20, 2010
    11. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      Right, it doesn't. But the problem is that when it accidentally starts it on a critter that's at 100% (so basically WAY higher then the DS threshold I've got set up) it should stop and start the normal spell queue.

      Or, granted, not cast it at 100% on those weird last second adds.
       
    12. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      Yup. I'll play with it.

      Just fixing PetPresence checks.... i wish there was an OnMount Event :(
       
    13. Knut

      Knut New Member

      Joined:
      Aug 16, 2010
      Messages:
      100
      Likes Received:
      1
      Trophy Points:
      0
      Thank you very much for the reply. I removed line 43, and it worked! Now it's working great on 1.9.5.5.

      As for .NET, I'm pretty sure I have the newest one. I'm using Windows 7 Ultimate, updated to the latest.I believe Windows 7 has built-in .NET support.
       
    14. Silent

      Silent New Member

      Joined:
      Aug 16, 2010
      Messages:
      150
      Likes Received:
      2
      Trophy Points:
      0
      Would it be possible to add Voidwalker skill Sacrifice to this at all, the ability that shields for over 10k
       
    15. Urzhane

      Urzhane New Member

      Joined:
      Aug 17, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      I Tried this, the error doesn't happen anymore.
      But now everytime I hit the start button now, I get another one and my WoW crashes (to proof that its not my fault I tried it with the Default CC, which worked)

      Also I updated my .Net Framework and tried it with "using System.Data" but all I got is the same error as before :(

      €: Nvm.. Anyhow my WoW Crashes now even with a fresh reinstall of Honorbuddy. I cannot even Start it. WoW Crashes with an "acces violation" error :/ I'll try to figure out why later. Don't have the time atm.
       
      Last edited: Aug 21, 2010
    16. tom12e

      tom12e New Member

      Joined:
      Aug 16, 2010
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      how to install cc?
       
    17. Mess1337

      Mess1337 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,385
      Likes Received:
      23
      Trophy Points:
      38
      Put it in the custom class folder, just like any other CC.
       
    18. tom12e

      tom12e New Member

      Joined:
      Aug 16, 2010
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      so i just need to unpack it in the Costum class folder?
       
    19. Ghold

      Ghold New Member

      Joined:
      May 7, 2010
      Messages:
      59
      Likes Received:
      1
      Trophy Points:
      0
      I know you are aware of them, but I thought id better add that I also have the drain soul and health funnel bugs :)
       
    20. tom12e

      tom12e New Member

      Joined:
      Aug 16, 2010
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      When i start honnorbuddy i get this:

      log:
      Could not compile CC from C:\Documents and Settings\Eigenaar\Bureaublad\sfjnsernosgdf\CustomClasses\skiWarlock!
      File: skiWarlock.cs Line: 43 Error: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)
       
    Thread Status:
    Not open for further replies.

    Share This Page