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

Faunus 2.0 - A Druid CC part of the Zeus suite

Thanks for the positive feedback :) Its alays nice to hear from happy customers.

One small complaint; I had to remove line 4 of the uiDruid.cs, which is "using System.Data;", because it caused errors and the cc wouldn't work (I posted about this in your main The One CC thread).

You mentioned this might have something to do with .NET. I'm using Windows 7 and have .NET 3.5 and 4.0 framework installed, yet I was still getting these errors.

Anyway, it seems to work just fine with that line removed. Just thought I'd let you know.
 
I ran into a rather unique issue. I was fighting the rhinos in Scholazar Basin and the melee range (feral) for the CC also happens to be under the rhinos model causing the toon being unable to attack it. It's happen once so far and I wonder if it will repeat itself. It seems to happen only with the faerie fire pull only. I changed the pull method to prowl and haven't ran into the issue.
 
Last edited:
I Believe in credit where credit is due and FPSWare - you have created one hell of a druid CC here.. if i can refer your attention to a post i made on the new IB thread

http://www.buddyforum.de/showthread...y-A-Dungeon-Finder-Plugin&p=123697#post123697

so funny story - level 25 druid (running SFK with latest build of IB)

need to run out to get some cash from the ATM for the girlfriend. think what the hell it's only SFK what could go wrong... come back to everyone rezzing up and healing.. figure standard wipe no big deal, then im reading through the chat log and turns out while i wasnt even at my house.. the tank had pulled too much got him and healer silenced, couldnt LoH to keep himself up, dps killed off a few mobs but there was still 4 elites left and my druid.. who managed to keep himself up, finish the adds, have a drink, rez the healer, heal the healer.. wait for everyone else to be ready and continue the dungeon...

good work IB

So, not only good work IB but also good work Faunus CC it couldnt have been done without you, and FPSWare, keep bringing out these quality CC's because they are definitley rockin it
 
sorry for sounding like a noob, but i extracted all of the stuff u said to do and all of that, i just dont know how to start it once i get honorbuddy running, any help?
 
This build does not work with HB 1.9.6.2. Wait until the next build of HB.

EDIT: I'm using HB 1.9.6.0
 
Last edited:
Well, you can still use it with 1.9.6.1 which you can find in the archive.

That's what I am using.
 
Well, you can still use it with 1.9.6.1 which you can find in the archive.

That's what I am using.

Yea i have 1.9.6.1 but i just dont know how to get my druid to start moving/questing ect. i just need to know how to get it started
 
Yea i have 1.9.6.1 but i just dont know how to get my druid to start moving/questing ect. i just need to know how to get it started

This is not a CC question, you need to read the Guides / How to section for instructions how on to use HB.
 
Most of the 'issues' your getting fpsware; are due to some bugfixes in the core.

Originally; we were accidentally compiling the entire Custom Classes directory as it's own DLL, and then each CC within it, as its own. (Hence why 'The One' worked properly). Easiest fix for now; is just to keep your 3 folders, in a single folder (/Custom Classes/Zeus/ for example) and a good bit of issues will be solved.
 
I will be releasing a new build in the next 12 hours. I will include detailed instructions on how to install it, things have changed a wee bit.

While I've not thoroughly tested everything I'm quietly confident everything will work.

NB: Faunus has undergone a huge change to coding and as such its not working properly (or at all), so for now you will need to use another Druid CC. I'll probably have the Druid working in the next 48 hours.

 
Last edited:
Zeus is back in business!

  • You need HB build 1.9.6.2827 (or later)
  • You must remove the old Zeus CC before installing the new one.
Note: You will need to read the installation instructions in this post --> here <-- the files and folder structure have changed. You MUST remove the existing Zeus CC or it will not work!




Change log 1 Oct 2010
  • Complete redesign of the Druid Pull and Combat system
    • Seperate Balance and Feral spells into different behaviour trees
    • It will never cast a Balance spell if you're feral spec (and have Cat form)
 
Thanks alot mate.

Running smoothly now.

Just wondering if you will be adding a low level option (1-40 pre moonkin) to allow low mana to switch to animal forms (like Kaboomkin) and switch out once mana has regened?

I am liking this alot for Druid (haven't tried Zeus on my War yet) and this added feature would make kaboomkin obsolete for balance specs.

Again thanks alot for the effort you went to to get this back up and running again!
 
Thanks alot mate.
Just wondering if you will be adding a low level option (1-40 pre moonkin) to allow low mana to switch to animal forms (like Kaboomkin) and switch out once mana has regened?

I hadn't actually thought about it. I guess it SHOULD as that what I would do when playing. I'll add it to the todo list.
 
FPSware, I love you. Zeus is an amazing CC. Keep up the awesome work
 
If i use it. my HB 1.9.6.2827 got crash and screen

Thanks for all the relavant information.

Code:
[7:26:00:781] Loading settings from the config file...
[B][COLOR=red][7:26:00:802] Exception in XML Load: Input string was not in a correct format.[/COLOR][/B]
[7:26:00:806] -- Attempted to read: /Druid/TravelFormRadius
[7:26:00:818] Loading druid settings and such...
[7:26:00:819] Loading settings from the config file...
[B][COLOR=red][7:26:00:829] Exception in XML Load: Input string was not in a correct format.[/COLOR][/B]
[7:26:00:831] -- Attempted to read: /Druid/TravelFormRadius

Its becuase your country code setup in Windows does not use a . (fullstop) as a decimal place instead it uses , (comma). Edit the XML file in the Config folder and change anything with a decimal place to a comma: Eg

Code:
<TravelFormRadius>1.5</TravelFormRadius>

becomes

Code:
<TravelFormRadius>1,5</TravelFormRadius>
 
Thanks for all the relavant information.

Code:
[7:26:00:781] Loading settings from the config file...
[B][COLOR=red][7:26:00:802] Exception in XML Load: Input string was not in a correct format.[/COLOR][/B]
[7:26:00:806] -- Attempted to read: /Druid/TravelFormRadius
[7:26:00:818] Loading druid settings and such...
[7:26:00:819] Loading settings from the config file...
[B][COLOR=red][7:26:00:829] Exception in XML Load: Input string was not in a correct format.[/COLOR][/B]
[7:26:00:831] -- Attempted to read: /Druid/TravelFormRadius

Its becuase your country code setup in Windows does not use a . (fullstop) as a decimal place instead it uses , (comma). Edit the XML file in the Config folder and change anything with a decimal place to a comma: Eg

Code:
<TravelFormRadius>1.5</TravelFormRadius>

becomes

Code:
<TravelFormRadius>1,5</TravelFormRadius>

Hey, this is interesting information. Windows uses also , instead of .
Could that cause problems in general with HB and CCs?
Could you just switch the countrycode instead? I would like to try if it fixes some problems for me on windows 7x64 german. Or should I rather not mess with it?
Do you just need to change Region-> Formats -> "decimal separator" ?

Thanks!
 
You can either change the decimal place separator or [try] changing it in the CC config file.
 
Back
Top