Issue information

Issue ID
#8113
Status
New
Severity
None
Started
Beret
Mar 23, 2014 2:31
Last Post
Beret
Mar 22, 2015 22:24
Confirmation
N/A

Beret - Mar 23, 2014 2:31

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:
[list]
[*]Yellow
[*]Orange
[*]Green
[*]Purple
[/list]
To find the yellow icon search data.grf by quest_0.bmp

Ind - Mar 29, 2014 21:36

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

Beret - Mar 29, 2014 21:59

the yellow color works on this client that you tested?

This post has been edited by Beret on Mar 29, 2014 21:59

Beret - Oct 31, 2014 20:06

bump.

ossi0110 - Nov 8, 2014 12:41

Purple works on recent clients 2014+

Beret - Mar 22, 2015 22:24

[color=rgb(68,68,68)][font='Segoe UI']Here are some[/font][/color][color=rgb(68,68,68)][font='Segoe UI'] [/font][/color][color=rgb(68,68,68)][font='Segoe UI']data obtained from the[/font][/color][color=rgb(68,68,68)][font='Segoe UI'] [/font][/color][color=rgb(68,68,68)][font='Segoe UI']zone[/font][/color][color=rgb(68,68,68)][font='Segoe UI'] [/font][/color][color=rgb(68,68,68)][font='Segoe UI']of[/font][/color][color=rgb(68,68,68)][font='Segoe UI'] [/font][/color][color=rgb(68,68,68)][font='Segoe UI']aegis.[/font][/color]
[code=sql:1] enum enumQTYPE{ QTYPE_YELLOW = 0x0, QTYPE_ORANG = 0x1, QTYPE_GREEN = 0x2, QTYPE_PURPLE = 0x3 }; [/code]