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

Eclipse Profile Creator - New Feature Poll

Which features would you like to see first?

  • Multilingual Support

    Votes: 0 0.0%
  • DungeonBuddy Profiles

    Votes: 0 0.0%
  • ProfessionBuddy Profiles

    Votes: 0 0.0%
  • Make Profile Creation EASIER

    Votes: 0 0.0%

  • Total voters
    0
  • Poll closed .
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?
 
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?
I don't know that much about profession buddy and I haven't found time or the will to dig into it.
 
I know this has been done but I think they are private. I am not sure you will see a public version.
I have already done this. From the text on the profile builder plugin:

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.
 
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 :D
 
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 :D
Did you create 1-80 with my profile builder plugin?
 
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
 
Last edited:
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.

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.
 
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

The plugin currently allows the import of a zygor profile. Just waiting for some feedback on it before i enable saving.
 
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.

Thanks for repply. and i already solved this problem. everything works now.. I just used your profile for make a lot of text easier to write. I just wrote Quests one by one. using simple example Lines in your plugin like :
PickUpQuest ID ID ID button ))
Objective line
TurnInQuest. .

Sometimes i saw how to make quest in kick profiles. but now i know much more about questing profiles, thanks you ).

Already Leveled 50+ toons with my profile writed with only your plugin.


Now i got another problem. sometimes toon dont wanna TurnInQuest . wtf ? )
 
Last edited:
Back
Top