Merge pull request #916 from diath/fix_defunct_link
Replace a defunct otclient.info link with a link to this repo
This commit is contained in:
commit
034a152668
|
@ -2,7 +2,7 @@ Module
|
|||
name: client
|
||||
description: Initialize the client and setups its main window
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
reloadable: false
|
||||
sandboxed: true
|
||||
scripts: [ client ]
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: client_background
|
||||
description: Handles the background of the login screen
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ background ]
|
||||
dependencies: [ client_topmenu ]
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: client_entergame
|
||||
description: Manages enter game and character list windows
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
dependencies:
|
||||
- client_topmenu
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: client_locales
|
||||
description: Translates texts to selected language
|
||||
author: baxnie, edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ locales ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: client_modulemanager
|
||||
description: Manage other modules
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ modulemanager ]
|
||||
dependencies: [ client_topmenu ]
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: client_options
|
||||
description: Create the options window
|
||||
author: edubart, BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ options ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: client_serverlist
|
||||
description: Manages a server list of previously entered servers
|
||||
author: BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
dependencies:
|
||||
- client_entergame
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: client_stats
|
||||
description: Sends client statistics to a server
|
||||
author: baxnie
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ stats ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: client_styles
|
||||
description: Load client fonts and styles
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
scripts: [ styles ]
|
||||
sandboxed: true
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: client_terminal
|
||||
description: Terminal for executing lua functions
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
scripts: [ terminal ]
|
||||
sandboxed: true
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: client_topmenu
|
||||
description: Create the top menu
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
scripts: [ topmenu ]
|
||||
sandboxed: true
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: corelib
|
||||
description: Contains core lua classes, functions and constants used by other modules
|
||||
author: OTClient team
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
reloadable: false
|
||||
|
||||
@onLoad: |
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_battle
|
||||
description: Manage battle window
|
||||
author: andrefaramir, BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ battle ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_bugreport
|
||||
description: Bug report interface (Ctrl+Z)
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
scripts: [ bugreport ]
|
||||
sandboxed: true
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_combatcontrols
|
||||
description: Combat controls window
|
||||
author: edubart, BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ combatcontrols ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_console
|
||||
description: Manage chat window
|
||||
author: edubart, andrefaramir, baxnie, sn4ake, BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ console ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_containers
|
||||
description: Manage containers
|
||||
author: edubart, baxnie
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [containers]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_cooldown
|
||||
description: Spellcooldowns
|
||||
author: OTClient team
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ cooldown ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_healthinfo
|
||||
description: Displays health, mana points, soul points, and conditions
|
||||
author: edubart, BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ healthinfo ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_hotkeys
|
||||
description: Manage client hotkeys
|
||||
author: andrefaramir, BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ hotkeys_manager ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_interface
|
||||
description: Create the game interface, where the ingame stuff starts
|
||||
author: OTClient team
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ widgets/uigamemap, widgets/uiitem, gameinterface ]
|
||||
load-later:
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_inventory
|
||||
description: View local player equipments window
|
||||
author: baxnie, edubart, BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ inventory ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_market
|
||||
description: Global item market system
|
||||
author: BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ offerstatistic, marketoffer, marketprotocol, market ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_minimap
|
||||
description: Manage minimap
|
||||
author: edubart, BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ minimap ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_modaldialog
|
||||
description: Show and process modal dialogs
|
||||
author: Summ
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
dependencies: [ game_interface ]
|
||||
scripts: [ modaldialog ]
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_npctrade
|
||||
description: NPC trade interface
|
||||
author: andrefaramir, baxnie
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ npctrade ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_outfit
|
||||
description: Change local player outfit
|
||||
author: baxnie, edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ outfit ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_playerdeath
|
||||
description: Manage player deaths
|
||||
author: BeniS, edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ playerdeath ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_playermount
|
||||
description: Manage player mounts
|
||||
author: BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ playermount ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_playertrade
|
||||
description: Allow to trade items with players
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ playertrade ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_questlog
|
||||
description: View game quests status
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ questlog ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_ruleviolation
|
||||
description: Rule violation interface (Ctrl+Y)
|
||||
author: andrefaramir
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ ruleviolation ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_skills
|
||||
description: Manage skills window
|
||||
author: baxnie, edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ skills ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_spelllist
|
||||
description: View available spells
|
||||
author: Summ, Edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ spelllist ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_textmessage
|
||||
description: Manage game text messages
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ textmessage ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_textwindow
|
||||
description: Allow to edit text books and lists
|
||||
author: edubart, BeniS
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
dependencies: [ game_interface ]
|
||||
scripts: [ textwindow ]
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: game_viplist
|
||||
description: Manage vip list window
|
||||
author: baxnie, edubart
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
sandboxed: true
|
||||
scripts: [ viplist ]
|
||||
@onLoad: init()
|
||||
|
|
|
@ -2,7 +2,7 @@ Module
|
|||
name: gamelib
|
||||
description: Contains game related classes
|
||||
author: OTClient team
|
||||
website: www.otclient.info
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
dependencies:
|
||||
- game_things
|
||||
|
|
Loading…
Reference in New Issue