mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 08:39:05 +00:00
Astraeus Dialogue System Port (#512)
* - Marked As Deprecated
- Reorganized DialogueOptions.java so that option buttons are grouped with each interface
- Added temporary Dialogue Executor to make new Dialogue System function
- Remove Man, Woman, and Banker Dialogue and Dialogue Options
* - Refactored Dialogue.java into DialoguePacket.java
- Moved DialoguePacket.java into impl packets package
- Added Astraeus dialogue executor
* - Removed useless file
- Reorganized the Misc.java file
* - Ported Astraeus Dialogue System
- Rewrote Man, Woman, and Banker Dialogues
- Added line splitter in AstraeusDialogueFactory.java
* - Renamed Astraeus* classes to *Plugin
- Fixed an issue where the Dialogue Option buttons were not executed through the Kotlin file
(cherry picked from commit 6deaa4162a)
This commit is contained in:
@@ -4,7 +4,12 @@ package com.rs2.game.dialogues;
|
||||
* ChatEmotes.java
|
||||
* @author Andrew (Mr Extremez)
|
||||
*/
|
||||
|
||||
/**
|
||||
* Contains a List of Chat Head Emotes NPCs and Players can use during Dialogues
|
||||
* @Deprecated Consider using {@link ExpressionPlugin} instead to add Chat Head Animations to Dialogues.
|
||||
*
|
||||
*/
|
||||
@Deprecated
|
||||
public enum ChatEmotes {
|
||||
|
||||
HAPPY_JOYFUL(588),
|
||||
|
||||
Reference in New Issue
Block a user