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

[Program - Dev] Apoc's Profile Editor [Semi-Beta]

Status
Not open for further replies.
No i mean: In the old version you opened the Editor and it wanted to extract all Maps from WoW...And i wanted something like this in the new Version.^^

Ok I'll bite. Why? It takes like 2 seconds to extract the Zone maps you're interested in ... unless your PC is complete trash, in which case do you intend to run the full extraction overnight while you sleep? Just seems unlikely you'd ever actually touch all (or even most) of the zones ...
 
Just downloaded it and allready got a nice feel for it, nice work mate. Will hopefully churn out some profiles for the community soon enough!
 
But it would be a nice option for users that have these 500MB of free space.^^

edit ups... the "not" was at the wrong place^^
 
Last edited:
Anybody know a way to fix the Hotspots, It is not giving me a 'Z' Coordinate, Any help is appreciated!
 
I've tried to download build HBPE_962010_615 on 3 computers with 2 differnet internet connections and it simply won't download, and if it does, it won't extract.
 
fps, you need 7-Zip

Strange i know. but its the only thing that extracts it.

Thanks, on to it now.

EDIT: Odd, but I attempted to download it a couple of times (on 2 internet connections) and it only partially downloaded. 3rd time was a charm.
 
Last edited:
7zip is the only one that can extract it, due to the dictionary/word size combos I use for the compression. (It's a non-standard combo, so I can keep the file sizes as small as possible)
 
New build is up for download; it now includes showing vendors, and just about every mob in the game.

You can click on a mob to show a few pieces of info on the right panel.

You can also add the faction to the subprofiles GrindArea via the button, and set the mob as an avoid mob as well. (Note: there will be no visual change if the mob is on avoid. I may add some visual difference later on, but for now, you can at least easily add them as avoids)

Added the avoid mobs list to the Lists tab. I'll be making the buttons at the bottom of the Lists tab work within the next few releases. (I'm currently in the process of optimizing the searching system, to make it as easy as possible to add things to the lists)
 
New version up.

Now includes herb/mine locations, and mailboxes. Still working on hooking some things up.

Minor changes to the right hand side of the GUI.

Fixed a crash when deleting a hotspot without one selected.
 
This looks great.

I have one small question. I loaded a profile, went to the Sections Tab, clicked an area (Subprofile), went to tools and clicked load area. Thou no map images are loaded (they have been copied already to a subfolder in the progs folder. The background is still blue and i get a pop up msg with a number, "35806".

What am doing wrong here ?

Thanks.
 
This looks great.

I have one small question. I loaded a profile, went to the Sections Tab, clicked an area (Subprofile), went to tools and clicked load area. Thou no map images are loaded (they have been copied already to a subfolder in the progs folder. The background is still blue and i get a pop up msg with a number, "35806".

What am doing wrong here ?

Thanks.

you need to load the maps manually, somewhere on top it should say load and then load areas and select the map you need.
 
This looks great.

I have one small question. I loaded a profile, went to the Sections Tab, clicked an area (Subprofile), went to tools and clicked load area. Thou no map images are loaded (they have been copied already to a subfolder in the progs folder. The background is still blue and i get a pop up msg with a number, "35806".

What am doing wrong here ?

Thanks.

Continent -> Select the continent to load.

The Tools menu is unfinished, and atm only debugging stuff. (Yes, I'm lazy, had have debugging shit in 2 places)
 
Thanks for the replies.

Yes, i have done exactly that and i get a map.

So the map is there, then i load my profile, go to the sections tab and select a subprofile.
On the top right of the window then i select a hotspot of the selected subprofile, map turns blue again. And i am sure that for the subprofile i selected, the map loaded bfre is the right one . . .

edit,

ok. I have found out that:
Code:
	<SubProfile>
		<Name>Featherbeard's Hovel</Name>
		
		<MinLevel>38</MinLevel>
		<MaxLevel>42</MaxLevel>
		
		<Vendors>
			<Vendor Name="Harggan" Entry="167" Type="Repair" X="335.4943" Y="-2092.074" Z="131.5641" />
			<Vendor Name="Yanni Stoutheart" Entry="1682" Type="Ammo" X="-5382" Y="-2955" Z="322" />
			<Vendor Name="Innkeeper Thulfram" Entry="6734" Type="Food" X="392.6029" Y="-2087.958" Z="131.5628" />
		</Vendors>
		
		<Mailboxes>
			<Mailbox X="295.0269" Y="-2116.203" Z="121.8379" />
		</Mailboxes>
		
		<GrindArea>
			<Factions>14 16 38</Factions>

			<Hotspots>
				<Hotspot X="156.0773" Y="-2435.826" Z="127.1307" />
				<Hotspot X="103.9286" Y="-2112.069" Z="107.466" />
				<Hotspot X="169.0775" Y="-2272" Z="100.5852" />
				<Hotspot X="222.9438" Y="-2321.472" Z="112.2323" />
			</Hotspots>
		</GrindArea>
	</SubProfile>

Code:
Hotspot X="156.0773" Y="-2435.826" Z="127.1307"

is being loaded/read in/by the program as:
Code:
Hotspot X="1560773" Y="-2435826" Z="1271307"

He is ignoring the "." . . . ?
 
Last edited:
Thanks for the replies.

Yes, i have done exactly that and i get a map.

So the map is there, then i load my profile, go to the sections tab and select a subprofile.
On the top right of the window then i select a hotspot of the selected subprofile, map turns blue again. And i am sure that for the subprofile i selected, the map loaded bfre is the right one . . .

Could you either link me to the profile, or paste it so I can test it for myself? Most likely, the coords for the hotspot are actually way off the map.

Also; which continent are you loading?
 
Eastern Kingdoms.

I am using this profile, which i got in this forum and edited it to my likings and fixed a few things (tags and so on). . .
 

Attachments

What's your locale? (enGB, deDE, etc)
 
WoW or System ?

WoW - enGB
System - deDE

so must be related to system locale, right ?

Let me change it and retest it . . .

edit,

yes indeed, it works now. Changed to USA
 
Status
Not open for further replies.
Back
Top