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

Heads up to Developers for the new Honorbuddy API

MadDog

Well-Known Member
Joined
Nov 5, 2011
Messages
1,249
Reaction score
38
Just a few things i noted down while talking to Apoc

Styx.Logic = gone <---- That entire namespace has been moved

"TreeSharp" is now Styx.TreeSharp

WoWSpell isn't in Styx.Logic.Combat anymore.... It's in Styx.WoWInternals

WoWPoint isn't in Styx.Logic.Pathing It's in Styx etc....

And Frames

Styx.Logic.Inventory.Frames <---- Gone
Styx.CommonBot.Frames

MountHelper is gone as well
Legacy Spell Manager is gone


Cheers
PS: Apoc said he wont be documenting most of the changes so i thought i better post this
 
mounthelper is moved to mount namespace, should only be interesting for plugin devs, CC devs shouldn't have used it
 
This is good information..keep it coming!
 
Styx.Logic = gone <---- That entire namespace has been moved
WoWPoint isn't in Styx.Logic.Pathing It's in Styx etc....

Do you know the name of the namespace for Styx.Logic...is it Styx.WoWInternals?
Do you know the full namespace for WoWPoint?

Haha, no wonder he said the devs would hate him.

Styx.Logic.CLU.webp
 
Last edited:
So what u say HB is down until MOP Release? :o
 
soo what someone with notepad++ can do a replace all "xyz" with "XiV" for example.. i'm not a coder but isn't it a bit simple?
 
Excellent, more info is always welcome :). Im really waiting till I can start programming again!
 
Also...

using Styx.CommonBot;
using Styx.CommonBot.Routines;
 
I only used LegacySpellmanager for casting spells that required XYZ coordinates, and setting up a Trap Launcher. I see those two things are included in the new SpellManager, so that's good.
 
Back
Top