Hint domain

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Hint domain

#1 Post by EternalHarvest »

There are many obscure features, like where openkore just silently does nothing until you configure it (silently doing nothing on Auto Spell skill cast when autoSpell option wasn't configured), or where additional configuration may be useful, or where response is expected (party join request). We may add some hints where the user most likely would want (need) to do further configuration or do some actions. Also, group all those under some message domain (for example, "hint"), maybe even designate individual console color for it (for example, "darkcyan", isn't used in default configuration).

Hints may be easily disabled (squelchDomains). If there would be too many hints, a hint about how to disable hints may be added.

Hints may be somehow extracted by the interface and displayed separately (GUI may want that).

Example hints: http://openkore.svn.sourceforge.net/vie ... threv=7848

Also, that idea may just be applied to new/changing code for start, without much effort to apply it everywhere in the existing stuff.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Hint domain

#2 Post by kLabMouse »

EternalHarvest wrote:Hints may be easily disabled (squelchDomains). If there would be too many hints, a hint about how to disable hints may be added.

Hints may be somehow extracted by the interface and displayed separately (GUI may want that).

Example hints: http://openkore.svn.sourceforge.net/vie ... threv=7848

Also, that idea may just be applied to new/changing code for start, without much effort to apply it everywhere in the existing stuff.
Good thing!. But thus Select dialogs should somehow be displayed to user, and user should be able to manually select one of options.

Locked