• 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. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      For now you can configure it to use whatever demon you want to force it to use (as it is set to "auto"). Make sure you're editing the correct .xml file as editing the default won't help you in PvP.

      To help with the soulshards turn on using Drain Soul as a finisher. That will help with that.
       
    2. dphyre

      dphyre New Member

      Joined:
      Aug 12, 2010
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      Can someone tell me what im doing wrong?

      I was leveling, slowly, as demo. Well, I decided to switch to affliction, so I respecced, and went back, and hit the start button and now I've got a problem. can someone tell me what im doing wrong?

      I just deleted my whole honorbuddy folder. I redownloaded everything, but still to no avail, any help?
       

      Attached Files:

      Last edited: Aug 12, 2010
    3. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      Looks like a bug with .net or something along those lines. I would install .net 3.5sp1 again, restart, and try a clean HB folder.
       
    4. dphyre

      dphyre New Member

      Joined:
      Aug 12, 2010
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      Ok, I tried reinstalling everything including .net 3.5, SP1 but it didn't work. this is another log of what happened after I reinstalled everything. the thing is, it worked a couple hours ago, only stopped working after respecced affiliation.

      any ideas, this is such a good custom class :(
       

      Attached Files:

    5. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      Do you have a different character of another class you can try HB with?
       
    6. dphyre

      dphyre New Member

      Joined:
      Aug 12, 2010
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      well sure, give me a minute to start one up.

      I've got a 39 warrior using FPS warrior CC that starts up and runs fine, not sure what the problem is with my warlock
       
      Last edited: Aug 12, 2010
    7. Xanathos

      Xanathos Active Member

      Joined:
      Jul 25, 2010
      Messages:
      1,030
      Likes Received:
      6
      Trophy Points:
      38
      No idea, but at least we know your install of HB/.net is working.
       
    8. dphyre

      dphyre New Member

      Joined:
      Aug 12, 2010
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      It worked fine, up until I flew back to org and respecced to affliction. (had leveled with demo since level 10) and I thougth it was going a little too slow. I flew back, hit the start button, and boom.
       
    9. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      I have tweaked the spell order so Drain Life will be cast after DOTs. Included in Rev 66

      That's the plan.
      Most of the time it doesnt have time to Drain Soul. Turn off Soul Shard abilities. It uses Imp when it has no Soul Shards.
       
      Last edited: Aug 12, 2010
    10. raphus

      raphus Administrator Staff Member Moderator Buddy Core Dev

      Joined:
      Jun 17, 2010
      Messages:
      2,094
      Likes Received:
      492
      Trophy Points:
      83
      I had to deal with this in Khryptor (Priest CC). Here is the solution i've found.

      Using CastSpell in Styx.Logic.Combat.SpellManager.CastSpell(System.String,System.Boolean) format.

      Like, SpellManager.CastSpell("Unstable Affliction", false) so it will wait till the spell is casted before returning.

      And after CastSpell adding a Thread.Sleep(Lag()) to wait for the DoT Debuff to be shown on the target

      Where Lag() is

      Code:
              public static int Lag()
              {
                  float downkb,upkb; 
                  uint lag;
                  StyxWoW.WoWClient.GetNetStats(out downkb, out upkb, out lag);
                  return (int)lag + 50;
              }
      
      just my $0.02
       
    11. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      I don't like Sleeping when i dont have to.

      From what i've seen, HB handles waiting after cast very well - WaitWhileCasting type functions are mostly redundant.
      The problem is when it checks Debuffs on the target. Sleeping would solve the problem as it would give HB time to update.... but i dont like sleeps :p

      I have some ideas on how to fix the problem, but there are more important things to fix first.
       
    12. him666

      him666 New Member

      Joined:
      Jun 13, 2010
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      thedrunk, were you able to look at my log that i posted on page 48 about not deleting soul shards?
       
    13. Lxxs

      Lxxs Member

      Joined:
      Jun 6, 2010
      Messages:
      106
      Likes Received:
      1
      Trophy Points:
      18
      Love the GUI, it also seems to be running a lot smoother!
       
    14. Torden

      Torden Guest

      Joined:
      Jan 15, 2010
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      It's probably the skinning bug. To ensure that it is not, make sure you UNCHECK skinning and test with it off.

      Please let me know if you've already done that...
      cheers
       
    15. dphyre

      dphyre New Member

      Joined:
      Aug 12, 2010
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      please help

      I posted my problem once to no avail, does anyone have an idea why it would be doing this. every other CC ive used (fpswares, mordd's) work. Please, anyone? I _really_ want to level my lock.

      if there's any more info I can provide, please just ask.
       

      Attached Files:

    16. aztyx

      aztyx New Member

      Joined:
      Jan 15, 2010
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      My bot does incinerate spam, even tho incinerate is set to false.
       
    17. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      Did you try the latest code? There were issues with the rewritten Soul Shard check code. This has been fixed now.
      Your problem has changed by the looks of the logs. What happens if you disable Healthstone and set your set to Auto ?

      Try:
      1. Close HB
      2. Delete CustomClasses/skiWarlock/Config/Default.xml
      3. Restart HB and try
       
    18. hiddenlol

      hiddenlol New Member

      Joined:
      Apr 10, 2010
      Messages:
      169
      Likes Received:
      3
      Trophy Points:
      0

      How does one obtain rev66.

      (Thanks heaps btw should bump xp/h that little bit more)

      EDIT:
      You should also add the option to pull with pet, for example if your pulling with a spell that has a cast time your pet will not attack until the move is finished. Possible to send pet then cast?
       
      Last edited: Aug 13, 2010
    19. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      Coming Soon
      I have tested this a few times now and it is deleting shards correctly.

      Edit: If anything, its a little aggressive :)
      Code:
      [9:48:06 AM:625] [skiWarlock] Warning: There are 1 attackers
      [9:48:06 AM:656] [skiWarlock] Soul Shard count: 21
      [9:48:06 AM:656] [skiWarlock] Combat: Demonology: Drain Soul
      [9:48:06 AM:671] Spell_C::CastSpell(47855, 0, 0x0, 0)
      [9:48:06 AM:984] Took 312 ms to cast:Drain Soul
      [9:48:07 AM:109] [skiWarlock] Combat: Finding target..
      [9:48:07 AM:125] Changed POI to: Type: None, Loc: <0, 0, 0>
      [9:48:07 AM:265] [skiWarlock] Soul Shard count: 21
      [9:48:07 AM:265] [skiWarlock] Combat: Demonology: Drain Soul
      [9:48:07 AM:281] Spell_C::CastSpell(47855, 0, 0x0, 0)
      [9:48:08 AM:609] Took 1343 ms to cast:Drain Soul
      [9:48:08 AM:937] [skiWarlock] Warning: There are 0 attackers
      [9:48:08 AM:968] [skiWarlock] Combat: No target found, ending combat..
      [9:48:09 AM:734] [skiWarlock] NeedRest: Need to Lifetap
      [9:48:09 AM:750] Activity: Resting
      [9:48:09 AM:750] [skiWarlock] Rest: Casting Lifetap
      [9:48:09 AM:765] Spell_C::CastSpell(57946, 0, 0x0, 0)
      [9:48:11 AM:93] Took 1344 ms to cast:Life Tap
      [9:48:11 AM:109] [skiWarlock] Soul Shard count: 22
      [9:48:11 AM:187] [skiWarlock] Rest: Creating Soulstone
      [9:48:11 AM:187] Spell_C::CastSpell(47884, 0, 0x0, 0)
      [9:48:14 AM:140] Took 2954 ms to cast:Create Soulstone
      [9:48:14 AM:187] [skiWarlock] Soul Shard count: 21
      [9:48:14 AM:187] [skiWarlock] Rest: Deleting Shard
      [9:48:14 AM:343] [skiWarlock] NeedRest: Too many shards
      [9:48:14 AM:421] [skiWarlock] Rest: Creating Soulstone
      [9:48:14 AM:421] Spell_C::CastSpell(47884, 0, 0x0, 0)
      [9:48:17 AM:375] Took 2953 ms to cast:Create Soulstone
      [9:48:17 AM:421] [skiWarlock] Soul Shard count: 20
      [9:48:17 AM:421] [skiWarlock] Rest: Deleting Shard
      [9:48:17 AM:578] [skiWarlock] NeedRest: Too many shards
      [9:48:17 AM:656] [skiWarlock] Rest: Applying Soulstone
      [9:48:17 AM:984] [skiWarlock] Soul Shard count: 19
      [9:48:18 AM:0] [skiWarlock] Rest: Deleting Shard
      [9:48:18 AM:109] [skiWarlock] NeedRest: Too many shards
      [9:48:18 AM:125] [skiWarlock] Rest: Applying Soulstone
      [9:48:20 AM:687] [skiWarlock] Soul Shard count: 19
      [9:48:20 AM:687] [skiWarlock] Rest: Deleting Shard
      [9:48:20 AM:843] [skiWarlock] NeedRest: Too many shards
      [9:48:20 AM:906] [skiWarlock] Rest: Deleting Shard
      [9:48:21 AM:46] [skiWarlock] Soul Shard count: 18
      [9:48:21 AM:62] [skiWarlock] NeedRest: Too many shards
      [9:48:21 AM:500] [skiWarlock] Soul Shard count: 18
      [9:48:21 AM:500] [skiWarlock] NeedRest: Too many shards
      [9:48:21 AM:593] [skiWarlock] Rest: Deleting Shard
      [9:48:21 AM:937] [skiWarlock] NeedRest: Too many shards
      [9:48:21 AM:953] [skiWarlock] Soul Shard count: 18
      [9:48:22 AM:31] [skiWarlock] Rest: Deleting Shard
      [9:48:22 AM:171] [skiWarlock] Soul Shard count: 17
      [9:48:22 AM:437] [skiWarlock] Rest: Deleting Shard
      [9:48:22 AM:578] [skiWarlock] Soul Shard count: 17
      [9:48:22 AM:578] [skiWarlock] NeedRest: Too many shards
      [9:48:23 AM:0] [skiWarlock] NeedRest: Too many shards
      [9:48:23 AM:0] [skiWarlock] Soul Shard count: 17
      [9:48:23 AM:78] [skiWarlock] Rest: Deleting Shard
      [9:48:23 AM:218] [skiWarlock] Soul Shard count: 16
      [9:48:23 AM:421] [skiWarlock] Soul Shard count: 16
      [9:48:23 AM:421] [skiWarlock] NeedRest: Too many shards
      [9:48:23 AM:500] [skiWarlock] Rest: Deleting Shard
      [9:48:23 AM:906] [skiWarlock] Rest: Deleting Shard
      [9:48:23 AM:921] [skiWarlock] Soul Shard count: 16
      [9:48:24 AM:46] [skiWarlock] NeedRest: Too many shards
      [9:48:24 AM:265] [skiWarlock] Soul Shard count: 15
      [9:48:24 AM:437] [skiWarlock] Soul Shard count: 15
      [9:48:24 AM:453] [skiWarlock] NeedRest: Too many shards
      [9:48:24 AM:546] [skiWarlock] Rest: Deleting Shard
      [9:48:24 AM:953] [skiWarlock] Rest: Deleting Shard
      [9:48:24 AM:953] [skiWarlock] Soul Shard count: 15
      [9:48:25 AM:93] [skiWarlock] NeedRest: Too many shards
      [9:48:25 AM:500] [skiWarlock] Soul Shard count: 14
      [9:48:25 AM:500] [skiWarlock] NeedRest: Too many shards
      [9:48:25 AM:578] [skiWarlock] Rest: Deleting Shard
      [9:48:25 AM:921] [skiWarlock] Soul Shard count: 14
      [9:48:25 AM:937] [skiWarlock] NeedRest: Too many shards
      [9:48:26 AM:15] [skiWarlock] Rest: Deleting Shard
      [9:48:26 AM:359] [skiWarlock] Soul Shard count: 13
      [9:48:26 AM:437] [skiWarlock] Rest: Deleting Shard
      [9:48:26 AM:562] [skiWarlock] Soul Shard count: 13
      [9:48:26 AM:578] [skiWarlock] NeedRest: Too many shards
      [9:48:26 AM:968] [skiWarlock] Soul Shard count: 13
      [9:48:26 AM:984] [skiWarlock] NeedRest: Too many shards
      [9:48:27 AM:62] [skiWarlock] Rest: Deleting Shard
      [9:48:27 AM:390] [skiWarlock] Soul Shard count: 12
      [9:48:27 AM:406] [skiWarlock] Soul Shard count: 12
      [9:48:27 AM:484] [skiWarlock] Rest: Deleting Shard
      [9:48:27 AM:625] [skiWarlock] NeedRest: Too many shards
      [9:48:28 AM:15] [skiWarlock] Soul Shard count: 12
      [9:48:28 AM:31] [skiWarlock] NeedRest: Too many shards
      [9:48:28 AM:109] [skiWarlock] Rest: Deleting Shard
      [9:48:28 AM:437] [skiWarlock] Soul Shard count: 12
      [9:48:28 AM:437] [skiWarlock] NeedRest: Too many shards
      [9:48:28 AM:453] [skiWarlock] Soul Shard count: 11
      [9:48:28 AM:515] [skiWarlock] Rest: Deleting Shard
      [9:48:28 AM:921] [skiWarlock] Rest: Deleting Shard
      [9:48:29 AM:62] [skiWarlock] Soul Shard count: 11
      [9:48:29 AM:93] [skiWarlock] NeedRest: Too many shards
      [9:48:29 AM:500] [skiWarlock] Soul Shard count: 11
      [9:48:29 AM:500] [skiWarlock] NeedRest: Too many shards
      [9:48:29 AM:515] [skiWarlock] Soul Shard count: 10
      [9:48:29 AM:593] [skiWarlock] Rest: Deleting Shard
      [9:48:29 AM:921] [skiWarlock] Soul Shard count: 10
      [9:48:29 AM:937] [skiWarlock] NeedRest: Too many shards
      [9:48:30 AM:15] [skiWarlock] Rest: Deleting Shard
      [9:48:30 AM:421] [skiWarlock] Rest: Deleting Shard
      [9:48:30 AM:562] [skiWarlock] Soul Shard count: 10
      [9:48:30 AM:578] [skiWarlock] NeedRest: Too many shards
      [9:48:30 AM:781] [skiWarlock] Soul Shard count: 9
      [9:48:30 AM:984] [skiWarlock] Soul Shard count: 9
      [9:48:31 AM:0] [skiWarlock] NeedRest: Too many shards
      [9:48:31 AM:78] [skiWarlock] Rest: Deleting Shard
      [9:48:31 AM:421] [skiWarlock] NeedRest: Too many shards
      [9:48:31 AM:437] [skiWarlock] Soul Shard count: 9
      [9:48:31 AM:500] [skiWarlock] Rest: Deleting Shard
      [9:48:31 AM:640] [skiWarlock] Soul Shard count: 8
      [9:48:31 AM:921] [skiWarlock] Rest: Deleting Shard
      [9:48:32 AM:62] [skiWarlock] Soul Shard count: 8
      [9:48:32 AM:78] [skiWarlock] NeedRest: Too many shards
      [9:48:32 AM:484] [skiWarlock] NeedRest: Too many shards
      [9:48:32 AM:515] [skiWarlock] Soul Shard count: 8
      [9:48:32 AM:578] [skiWarlock] Rest: Deleting Shard
      [9:48:32 AM:718] [skiWarlock] Soul Shard count: 7
      [9:48:32 AM:921] [skiWarlock] Soul Shard count: 7
      [9:48:32 AM:937] [skiWarlock] NeedRest: Too many shards
      [9:48:33 AM:31] [skiWarlock] Rest: Deleting Shard
      [9:48:33 AM:437] [skiWarlock] Rest: Deleting Shard
      [9:48:33 AM:437] [skiWarlock] Soul Shard count: 7
      [9:48:33 AM:578] [skiWarlock] NeedRest: Too many shards
      [9:48:34 AM:0] [skiWarlock] NeedRest: Too many shards
      [9:48:34 AM:78] [skiWarlock] Rest: Deleting Shard
      [9:48:34 AM:437] [skiWarlock] NeedRest: Too many shards
      [9:48:34 AM:515] [skiWarlock] Rest: Deleting Shard
       
      Last edited: Aug 13, 2010
    20. aztyx

      aztyx New Member

      Joined:
      Jan 15, 2010
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      0
      Thedrunk, any idea on why my bot is going incinerate spam when i got it on false? anything i can try?
       
    Thread Status:
    Not open for further replies.

    Share This Page