-
Notifications
You must be signed in to change notification settings - Fork 410
Expand file tree
/
Copy pathinterface.otmod
More file actions
36 lines (36 loc) · 861 Bytes
/
interface.otmod
File metadata and controls
36 lines (36 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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, gameinterface ]
load-later:
- game_hotkeys
- game_questlog
- game_textmessage
- game_console
- game_outfit
- game_healthinfo
- game_skills
- game_inventory
- game_combatcontrols
- game_containers
- game_viplist
- game_battle
- game_minimap
- game_npctrade
- game_textwindow
- game_playertrade
- game_bugreport
- game_playerdeath
- game_playermount
- game_ruleviolation
- game_market
- game_store
- game_spelllist
- game_cooldown
- game_modaldialog
- game_unjustifiedpoints
@onLoad: init()
@onUnload: terminate()