Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008113

  • 0 - None Assigned

  • New

Issue Confirmations

  • Yes (0)No (0)
Photo

showevent icon on the mini-map

Posted by Beret on 23 March 2014 - 02:31 AM

One of the icons of the showevent command that can be placed on the mini-map is missing

As the officer are 4 colors, that they are:
  • Yellow
  • Orange
  • Green
  • Purple
To find the yellow icon search data.grf by quest_0.bmp


The orange marker was, to my knowledge, disabled on recent clients (trying to use it bugs/does nothing) - I recall this because of the questinfo command, we had quite a struggle to figure out why the devs had swapped the color codes

the yellow color works on this client that you tested?

Purple works on recent clients 2014+

Here are some data obtained from the zone of aegis.
enum enumQTYPE{
	QTYPE_YELLOW = 0x0,
	QTYPE_ORANG = 0x1,
	QTYPE_GREEN = 0x2,
	QTYPE_PURPLE = 0x3
};