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

[Plugin - Dev] eProfile - Grinding Profile Maker

Status
Not open for further replies.

mopysworld

New Member
Joined
Jan 15, 2010
Messages
158
Reaction score
2
Since eProfilemaker hasn't really been updated in a while figured I would post this. I have been toying around with eProfilemaker for a while now to teach myself C# and how plugins/CC's work for HB. Apoc has a great offline profile maker but the last version I used didn't input the z-cords and some other features I wanted. Its still a beta which means there are bugs and limitations still in it. If you don't like it DON't use it... simple as that. Other option is to learn to or code something up better on your own.

Its pretty much like eProfilemaker in most ways but the following.

1). Has all the tags according to the post in my sig (except for questing crap as I am still trying to figure out how to implement it along with multi sub profiles.)
2). Can do multiple Blackspots but the radius will change on all of them to what ever value is in the box.
3). Indents the profile.
4). Can do multiple Avoidmobs.
5). Save Profile button to directory.
6). Stay on-top button support for people with only one monitor or just have it float above the current window they are working on.
7). Forcemail is like protected items as in you have to manually put the ID's in seperated by a comma.
8). Is resizable so you can hide the Profile preview window.

To-Do List:
1). Add Multi-Subprofile support (need to figure out a good way to save the data or just do a append to file)
2). still only supports 1 vendor and mailbox waypoint... I have an idea on how to add more like I did with blackspots just need to implement it.
3). Fix the Save Profile Button to do the typical dialog box but it kept hanging HB up.
4). Come up with a better way to handle Forcemail and Protected items. Still toying around with getting info that is on the cursor for those fields.
5). Clean up the code and implement a better way to get/store values. I really hate using hidden textblocks.
6). Fix the BS radius issue(see #5)
7). Add button support for my G-15 Keyboard to do Hotspot/vendor/mail and blackspot collection.

Credit goes to erenion for his plugin since its the framework I made corrections/additions on.



Eprofile.jpg
 
Last edited:
screenshot ? lol. It's only 8k. Download it and see for yourself :) Thanks for your efforts mopysworld
 
screenshot ? lol. It's only 8k. Download it and see for yourself :) Thanks for your efforts mopysworld

Yes, a screenshot.
I'm not interested in it myself.
Just seeing what it looks like and helping him get others to become interested.
 
Ok here is my stupid question. I download this open the rar and all I see are .cs files. How do I run this little app?
 
Ok here is my stupid question. I download this open the rar and all I see are .cs files. How do I run this little app?

I believe its a plugin, so you would load it as such, then hit the open button in HB.
 
This is such a nice tool, any chance you can update it to add quests etc?
 
when i try to save the profile it cant find the directory why is that?
 
i have a problem with add Hotspot - says warning Hitspot near -5412 Hotspot ????
rest works
 
How do you make this target mobs? Currently, it only attacks when attacked first.
 
This is such a nice tool, any chance you can update it to add quests etc?

When I get a little more proficient w/ C#. I am a visual learner so me reading from books and trying to implement it is a slow a tedious trial and error process. The video courses I have been watching are horrible... problem is I know what I want and how it should be implemented but learning the correct way to code it is a hit and miss.

I would like to do something like Cowquest and Questy(Impressive if you just want the quest order stuff) meshed together when i get my coding skills up. As for me updating this... Pretty busy for the next couple of months so was going to ask for it to be taken down or just make a addendum to the top. If you know how to code or learning like I am please feel free to do what ever you want with the shitty hack job code. Like I said eProfilemaker didn't do everything I wanted or just seemed clunky on the UI part of it. So that spurred me to work on this.
 
Last edited:
How do you make this target mobs? Currently, it only attacks when attacked first.

This isn't for fighting its for making profiles while you run around in-game... Its easier for me to run a 80 or just make a profile as i am leveling a toon when I need something.
 
when i try to save the profile it cant find the directory why is that?

Right above the save button is the text you need to input for your saved file folder. Example I use is \honorbuddy\profiles\ (This will save it in the the current directory C:\Honorbuddy\profiles\ { the name here is the one you input for the profile name box up top } it will auto add the .xml extension. From what i can figure out its all relative to the root of the drive running HB. If you didnt have a profile folder like i do to keep it organized I quess you could make it \honorbuddy\ and it will drop the profile under the root HB directory aka were the .exe are.
 
So these profiles are just for walking between places? And to set up such a profile, we have to first walk said distance, manually. I can see the uses already.
 
So these profiles are just for walking between places? And to set up such a profile, we have to first walk said distance, manually. I can see the uses already.

In its current incarnation its only usefull for creating a single grinding profile aka only one sub section.
 
In its current incarnation its only usefull for creating a single grinding profile aka only one sub section.

But when I did that, the profile wouldn't target anything. It only walked from hotspot to hotspot, attacking whatever hit it first.
 
But when I did that, the profile wouldn't target anything. It only walked from hotspot to hotspot, attacking whatever hit it first.

Then your CC isn't working right... or the more probable answer would be you didn't add the factions from the mobs to the profile or if you did then they probably moved the location of the faction tags in the current incarnation of HB. If they did then the code for writing the faction tags need to be moved to the correct section or subsection. Off the top of my head I don't know haven't been keeping up with the patches since I have been busy in real life. If that is the case then i would recommend using APOC's offline profile generator its a much better program than this. to add factions to the profile using this tool... Target the mobs you to kill and click the faction button it should auto add each creature it does. You can see if its working right by looking in the preview window and look for the faction tags area. After you have collected all your data load the profile and start HB and your toon should run the route and target the mobs you have listed under faction if your CC is working correctly and no plugin is messing with the CC logic.

If the current plugin is actually broken due to coding changes in the way HB reads the xml files. You have a couple of options at this point... use Apocs like I suggested above or you can edit/move the code to put the tags in the right spot if you feel comfortable with doing that ( the source files for this plugin is attached to the front page but I use VS 2010 so you would have to use that if you just open the files as is. If you have a older version of VS or whatever coding tool then you would have to cut and paste the data and make a new solution.
 
For the faction tab, do I add my faction or the faction of the monsters I'm killing? If its the latter, how do I find out the faction of the mobs?
 
Status
Not open for further replies.
Back
Top