大部分的僵尸用户讲英语,我认为必须多语言支持,这个真心大家喜欢!
你会中文?这个就好交流了!嘿嘿,我看英文很累!其实中国用户也特别多!大部分的僵尸用户讲英语,我认为
I don't know that much about profession buddy and I haven't found time or the will to dig into it.I clicked on the option to create professionbuddy profiles but it says "not implemented yet".
This profile has been out for quite a while, will it ever be implemented?
Actually I'd like to see someone rip Zygor or Dugi's levelling guide and convert it to a HB profile.
G
I have already done this. From the text on the profile builder plugin:I know this has been done but I think they are private. I am not sure you will see a public version.
Zygor import is only a baseline to start and is NOT fully implemented. It will import every quest that Zygor has in a profile (the LUA script).
It however will NOT do logic statements (and you'll see things like |only bloodelf in the profile) and if you attempt to load a profile freshly generated from Zygor with HB - it will probably crash.
What it DOES do is give you every single quest in the same order that zygor has them without you having to put them all in manually. And THAT is priceless.
With that information you have a good baseline to sort out the specifics of the quest order on your own.
Did you create 1-80 with my profile builder plugin?Creating quest profiles is easy enough. I wanna see profession buddy. BTW. i did my fkin own 1-80 ally/horde questing profiles. i'm so happy now![]()
Did you create 1-80 with my profile builder plugin?
If you are creator of Eclipse plugin - YES. i did my own profile for leveling. spend over 100hours for it. but now i have a problem. with plugins. Maybe you can tell me how i can solve it?
The problem is in all cool plugins :
Compiler Error: c:\Honorbuddy\Plugins\ItemRemover\ItemRemover.cs(106,30) : error CS0115: 'ItemRemover2.ItemRemover.Dispose()': no suitable method found to override
Compiler Error: c:\Honorbuddy\Plugins\ItemRemover\ItemRemover.cs(154,30) : error CS0115: 'ItemRemover2.ItemRemover.Initialize()': no suitable method found to override
CS0115 compiler error. Dont even know how to fix it. maybe new release of hb will make it.
I may have a hacked yet working version of Zygor on another HDD, ill check later tonight and get back to you.
edit: it is a working MoP version, I will also look for one for WoD
Awesome thanks for using my plugin! Do you mind if i quote you on the main post about how you used it to create 1-80 leveling profile? Thanks.
So to fix your problem:
it sounds like you have those two functions in a class called ItemRemover2
probably looks like this: Public class ItemRemover2 : HonorbuddyPlugin - or something like that.
anyway go down to the method that is probably called:
public override void Dispose() and public override void Initialize() remove the word override in both methods. That should do it hard to say without seeing it.