otclient-redemption/modules/game_interface/interface.otmod
kokekanon 4a87cebb11
feat: protocol 15.24 packets and features (#1604)
New Features:
- Task Board (Bounty, Weekly, Shop) with Preferred & Soulseal modals, Kill Tracker, Offline Training dialog, Vocation tutorial, infobanner notifications, redesigned NPC chat/trade, and multi-slot action bar.

Gameplay Enhancements:
- Expanded Cyclopedia stats, talisman upgrades, weekly rewards/progress, soulseal fights, taskboard shop/offers and offline training actions.

UI / Graphics:
- Per-source spell-effect opacity sliders, status icon bar, HUD/scroll improvements, many new templates/styles, screenshot UI updates, and small label/icon fixes.

Bug Fixes:
- Miscellaneous UI behavior, layout and robustness improvements.
2026-05-20 11:26:11 -03:00

63 lines
1.4 KiB
Text

Module
name: game_interface
description: Create the game interface, where the ingame stuff starts
author: OTClient team
website: https://github.com/edubart/otclient
sandboxed: true
scripts: [ widgets/uigamemap, widgets/uiitem, widgets/statsbar, gameinterface ]
load-later:
- game_walk
- game_joystick
- game_shortcuts
- game_minimap
- game_healthinfo
- game_inventory
- game_mainpanel
- game_prey
- game_imbuing
- game_imbuementtracker
- game_hotkeys
- game_questlog
- game_textmessage
- game_console
- game_actionbar
- game_outfit
- game_skills
- game_containers
- game_viplist
- game_battle
- game_npctrade
- game_textwindow
- game_playertrade
- game_bugreport
- game_playerdeath
- game_playermount
- game_ruleviolation
- game_market
- game_spelllist
- game_cooldown
- game_modaldialog
- game_unjustifiedpoints
- game_shaders
- game_attachedeffects
- game_paperdolls
- game_stash
- game_healthcircle
- game_shop
- game_notifications
- game_highscore
- game_blessing
- game_store
- game_quickloot
- game_cyclopedia
- game_creatureinformation
- game_rewardwall
- game_forge
- game_tutorial
- game_inspect
- game_taskboard
- game_wheel
- game_proficiency
@onLoad: init()
@onUnload: terminate()