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

HB2 CC dev structure

garoboldy

Member
Joined
Jan 15, 2010
Messages
518
Reaction score
5
so after arguing for 2 days in a stupid thread about the Priest CCs, I've seen the light or whatever and realized how difficult it is to maintain and update CCs.

So with that apology or whatever you wanna call it, I'm getting my feet wet on coding my own little cc to toy around with. I checked the sticky and even searched for the proper setup but I'm still missing something somewhere.

I copied the 5 files over from my working HB2 folder into my project folder:
fasmdll_managed.dll
honorbuddy.exe (obviously not named that since I renamed it after I unzipped it to bot with)
Styx.CombatRoutine.dll
Styx.Plugins.PluginClass.dll
Tripper.XNAMath.dll

I reference all of them but for the life of me I can't find the actual Styx.dll to add and reference which I see in all the other CCs I'm looking at. Did something change in HB2 setup? Or am I missing something really simple here.

Also can I still use the emptycc.cs files in the sticky, or should I just find a random HB2 updated CC and strip it all down.

I'm not looking to recode someones CC or steal it, I really want to start from scratch and just learn the concepts involved with HB CCs. Any direction and/or suggestions will help a ton, and hopefully others trying to get started like I am.
 
if you're using visual studio, add honorbuddy.exe to your references, the styx class lives in there now, basically, add all 5 files in your reference, and then you can find all the classes in object browser.
 
VS 2010 premium is what I use. I'll work on it in the morning. I knew it had to be something simple. ty
 
ill be gald to help if you need it. im always on most of the time.
 
ill be gald to help if you need it. im always on most of the time.

Yeah I may have to. I just too the emptycc and spent a good 3 hours rewriting my own version of it basically I've got lots of errors lol. I'll keep it simple and post here with problems and see if you guys can find out what my issue is.
 
Yeah I may have to. I just too the emptycc and spent a good 3 hours rewriting my own version of it basically I've got lots of errors lol. I'll keep it simple and post here with problems and see if you guys can find out what my issue is.
just send me a pm, with your msn or yahoo, and ill just message you, since it would be easyer anyway.
 
Back
Top