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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Fpsware Rogue

Yeah so having problems with your CC. It doesn't attack. Checked around and couldn't find anything. As soon as you load the profile Honorbuddy starts acting weird. Log file below.

09-08-2011_5_35 PM 5040 Log.txt
Line 141:
[5:35:33 PM:368] Compiling E:\Honorbuddy\CustomClasses\fpswarerogue

rename your fpswarerogue folder to "Fpsware Rogue", so the path looks like:
E:\Honorbuddy\CustomClasses\Fpsware Rogue

It's unable load Fpsware Rogue and is trying to use Singular, but that is failing for your class/spec.
Line 157 & 158:
[5:35:38 PM:571] [Singular] Singular currently does not support Combat for this class/spec combination, in this context! [Rogue, SubtletyRogue, Normal]
[5:35:38 PM:572] Stop called!

Hope this helps.
 
Last edited:
Problems with Fps CCs are normally caused by one of two problems.

1.) You have misnamed the folder containing the CC by not following the instructions on the first page. Check the first page and make sure you have named the folder correctly.

2.) You cannot access the config page due to an error. This can be resolved by moving the profile you are using to HB's main directory.

You can resolve these problems yourselves. Anything further, POST A LOG and hopefully Fps will be back to help us again soon.


To Fpsware: here's hoping RL is resolving itself for the better. Best wishes.
 
Problems with Fps CCs are normally caused by one of two problems.

2.) You cannot access the config page due to an error. This can be resolved by moving copying not cut/paste was only way worked for me the profile you are using to HB's main directory.

You can resolve these problems yourselves.

See italic in above quote.
 
Last edited:
Mine seem to work when saved from the forum straight to the HB root directory. I've even made a few farming profiles of my own, created in the root. Never run into any problems.
 
Okay seems to have most of the bugs out and running fine for me. My question is there anyway to add things to the finishing move option. i would like it to kidneyshot and then backstab repeatedly when it gets to say 4 combo points. Other than that great CC. All the best.
 
Last edited:
Remove it.
Go to Honorbuddy folder> customclasses>fpsware rogue>Class Specific> Behaviours>Open Combat.cs:
Search for "Premeditiation" remove all instances of it.

Go to Honorbuddy folder> customclasses>fpsware rogue>Class Specific> Behaviours>Open Pull.cs:
Search for "Premeditiation" remove the section beginning with:

#region Premeditation

ending with:

#endregion
 
Any chance this error could get looked into, I get it when running fishing bot.

Code:
[7:24:25 PM:789] System.NullReferenceException: Object reference not set to an instance of an object.
   at Hera.ClassHelpers.Rogue.Poisons.NeedPoisons(Boolean& needMainHandPoison, Boolean& needOffHandPoison) in c:\HB\CustomClasses\Fpsware Rogue\Flib\ClassHelpers.cs:line 366
   at Hera.ClassHelpers.Rogue.Poisons.ApplyPoisons() in c:\HB\CustomClasses\Fpsware Rogue\Flib\ClassHelpers.cs:line 413
   at Hera.Fpsware.Pulse() in c:\HB\CustomClasses\Fpsware Rogue\Class Specific\Misc\CC.cs:line 90
   at Styx.WoWPulsator.Pulse(PulseFlags flags)
   at Styx.Logic.BehaviorTree.TreeRoot.Tick()
   at Styx.Logic.BehaviorTree.TreeRoot.Run()

It spams that over and over whole time im fishing. I have poisons disabled in CC

That sucks. Can you post a whole log file so we can see what caused the spam?
 
Ill do some fishing and post the log but if i remember right it was cause of OH not equiped while fishing. i went through and looked into the .cs files and line is about off hand poisons.
 
Ill do some fishing and post the log but if i remember right it was cause of OH not equiped while fishing. i went through and looked into the .cs files and line is about off hand poisons.

Heres log file. it was over 2mb so i had to cut out some of it, but i just removed bunch of the moving to hotspot spam.

I think you called it. The code is checking to see if your weapons need poison, but, you don't have the OH equipped. You should be able to able to go in to class config and set poison to [none] for both hands.
 
Honestly, try this:

Delete the Fpsware Rogue folder.

Reinstall Fpsware Rogue.

If it works for us, then it's something in your CC. or, maybe your plugins.
 
Honestly, try this:

Delete the Fpsware Rogue folder.

Reinstall Fpsware Rogue.

If it works for us, then it's something in your CC. or, maybe your plugins.

I'm not convinced, I think:
Code:
uint offHandEnchant = Me.Inventory.Equipped.OffHand.TemporaryEnchantment.Id;
might need a check in it. If Me.Inventory.Equipped.OffHand doesn't exist, it would justify:
Code:
[10:15:41 AM:895] System.NullReferenceException: Object reference not set to an instance of an object.
 
Im having problem with your rogue profile in BG-s
It log's out in random battlegrounds and says "Stuck to long in one spot"
I have used your pala profile in bg-s but didn't had this problem before.
 
I am having a behavioral issue with this CC. Example: When running ArcheaologyBuddy and my Rogue gets attacked from behind he just stands there and does nothing, other than say target is to far away. Is there a setting in the CC I need to change? Perhaps one can add shadowstep to get behind the attacking mob and the cast backstab or something.
 
Back
Top