What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Singular fix Demowarlock

hayno

Member
Joined
Jul 30, 2012
Messages
170
Reaction score
3
im still working on it, but have a try and let me know what u guys think :cool:fell armor fixed,and files updated
TIP: replace this files with the ones is in HB\Routines\Singular\ClassSpecific\Warlock , enjoy ;) updated for Honorbuddy 2.5.6242.442
 

Attachments

Last edited:
Compiler Error: c:\Users\**\Desktop\HonorBuddy1\Routines\Singular\ClassSpecific\Warlock\Common.cs(8,12) : error CS0234: The type or namespace name 'Combat' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
Compiler Error: c:\Users\**\Desktop\HonorBuddy1\Routines\Singular\ClassSpecific\Warlock\Demonology.cs(5,12) : error CS0234: The type or namespace name 'Combat' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
Initialization complete.
Starting the bot!
No routines were loaded. Please ensure there is a routine for your class before starting the bot.

Looks like a compiler error.
 
after the last HB update Honorbuddy 2.5.6242.442 it broke it ,i will look in to it and update the file ef i find i fix,
Looks like a compiler error.
 
Last edited:
using System;
using System.Linq;

using Singular.Dynamics;
using Singular.Helpers;
using Singular.Managers;

using Styx;
using Styx.Combat.CombatRoutine; << ---- is not used anymore remove it form your build code.
using Styx.CommonBot;
using Styx.WoWInternals;
using Styx.WoWInternals.WoWObjects;
using Styx.TreeSharp;
 
thank u ;) less work too do ^^
using System;
using System.Linq;

using Singular.Dynamics;
using Singular.Helpers;
using Singular.Managers;

using Styx;
using Styx.Combat.CombatRoutine; << ---- is not used anymore remove it form your build code.
using Styx.CommonBot;
using Styx.WoWInternals;
using Styx.WoWInternals.WoWObjects;
using Styx.TreeSharp;
 
Hey I tried this but it still only attacks with normal attack rather than Shadow Bolt.
 
demon form , or human form? and what lvl are your caracter?demon form dont use shadowbolt
Hey I tried this but it still only attacks with normal attack rather than Shadow Bolt.
 
Last edited:
With version 444 i get compilier errors, so i did put back the originals.
Other thing i see happening is a rotation problem in singular warlock affliction I (mine is lvl45)
It detects an npc...targets it..when rotation starts it begins with a soalburn..just waits and does nothing..when timer wears of...recast soalburn.
if ur lucky the npc walks and get in your box so it attacks you otherwise manual 1 dot.
Now it fights good...till soalburn timer wears off...recast soalburn...but never uses it.

hopefully i dont tell too much rubish :)..just keep up the good work in your spare time..i'll be patient :)
 
Singular fix Demowarlock not for affiction leave the original of the affiction,plus this is a smal fix with less bugs
With version 444 i get compilier errors, so i did put back the originals.
Other thing i see happening is a rotation problem in singular warlock affliction I (mine is lvl45)
It detects an npc...targets it..when rotation starts it begins with a soalburn..just waits and does nothing..when timer wears of...recast soalburn.
if ur lucky the npc walks and get in your box so it attacks you otherwise manual 1 dot.
Now it fights good...till soalburn timer wears off...recast soalburn...but never uses it.

hopefully i dont tell too much rubish :)..just keep up the good work in your spare time..i'll be patient :)
 
Hey!
Im trying this on my warlock but he only casts Corruption over and over again!
 
Still only auto attacking as a demon, shouldn't he use Shadowbolt since it does more damage?.
 
the shadow bolt become a diferente spell in demon cheque your class
Still only auto attacking as a demon, shouldn't he use Shadowbolt since it does more damage?.
 
My class is Demonology and I can use Shadow Bolt is demon form if I press it :S.
 
My class is Demonology and I can use Shadow Bolt is demon form if I press it :S.
u can? how? in Demon Form (Metamorphosis) Shadowbolt is replaced by Touch of Chaos

@Hayno casting a spell by name isn't good, cause everyone which does not use english client will QQ bout not working rotation (belongs to Doom, an yes i know there's atm no way around, that's why stopped writing demo for CLU atm, i think i've a fix for that, let u know if it is working)

Metamorphis should be buffed on Demonic Fury > 800, not 500, or if Corruption is UP and Doom isn't ... Canceling Metamorphis in this case when DF < 200
Forcecasting any other spell than Doom is not necessary, all other should be supported by Spellmanager
Casting Metamorphis if Metamorphis is up ... not necessary (line 86)

I'm missing support for the Grimoires
Rest of rotation seems to be fine (except the forcecasting of spells which will break the usage on non-english clients)
 
I dunno, but I can. it costs 37 demonic fury and generates 25.
 
SB.webp Here, see. And when i'm in Metamorphosis the bot keeps casting "Doom" and that only. while my void gets killed and eventually me because "Doom" sucks.
 
Back
Top