mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #631] [DNM] Initial Astreaus Dialogue System Rip #12398
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/631
Author: @Dark98
Created: 2/26/2023
Status: 🔄 Open
Base:
master← Head:dialogue-plugin-system📝 Commits (1)
b706fd3Initial Astreaus Dialogue System Rip📊 Changes
16 files changed (+1431 additions, -3 deletions)
View changed files
➕
2006Scape Server/plugins/plugin/buttons/DialogueOptions.java(+53 -0)➕
2006Scape Server/plugins/plugin/npc/shopkeeper/FirstClick.java(+28 -0)➕
2006Scape Server/plugins/plugin/npc/shopkeeper/GeneralStoreDialogue.java(+22 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialog/Chainable.java(+13 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialog/Dialogue.java(+45 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialog/DialogueFactory.java(+754 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialog/Expression.java(+81 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialog/NpcDialogue.java(+112 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialog/OptionDialogue.java(+171 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialog/PlayerDialogue.java(+67 -0)➕
2006Scape Server/src/main/java/com/rs2/game/dialog/StatementDialogue.java(+41 -0)📝
2006Scape Server/src/main/java/com/rs2/game/dialogues/Dialogue.java(+7 -0)📝
2006Scape Server/src/main/java/com/rs2/game/dialogues/DialogueHandler.java(+1 -0)📝
2006Scape Server/src/main/java/com/rs2/game/players/Player.java(+34 -2)📝
2006Scape Server/src/main/java/com/rs2/game/shops/Shops.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/net/packets/impl/Walking.java(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.