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

Opening CS file

dallepower

New Member
Joined
Oct 28, 2011
Messages
57
Reaction score
0
Hello Buddy guys! :) I have now almost all knowledge how to do stuff in the bots. And only had Honorbuddy for couple of days. But its hard to find the 'Lines' as i don't have a program that says what line i'm at.

So what program should i use for this? I get a couple of errors in the profiles so need to change abit. Any ideas?

For example:

[UserSettings-vUnknown(error)]: BEHAVIOR MAINTENANCE PROBLEM: An item with the same key has already been added.
FROM HERE:
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at BuddyWiki.CustomBehavior.UserSettings.UserSettings.UtilBuildConfigurationSettings() in c:\Users\Daniel\Downloads\Honorbuddy_2.0.0.5418\Quest Behaviors\UserSettings.cs:line 327
at BuddyWiki.CustomBehavior.UserSettings.UserSettings..ctor(Dictionary`2 args) in c:\Users\Daniel\Downloads\Honorbuddy_2.0.0.5418\Quest Behaviors\UserSettings.cs:line 126
 
Notepad++ for general profiles, text and code if your not developing. Visual Studio Express is a free IDE for developing C# (and other languages).

Both display line numbers
 
Ahh got them all, LOL i just.. didn't think of it, Thanks Thephoenix! :)
 
Back
Top