Merge pull request #916 from diath/fix_defunct_link

Replace a defunct otclient.info link with a link to this repo
master
Henrique Santiago 7 years ago committed by GitHub
commit 034a152668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ Module
name: client name: client
description: Initialize the client and setups its main window description: Initialize the client and setups its main window
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
reloadable: false reloadable: false
sandboxed: true sandboxed: true
scripts: [ client ] scripts: [ client ]

@ -2,7 +2,7 @@ Module
name: client_background name: client_background
description: Handles the background of the login screen description: Handles the background of the login screen
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ background ] scripts: [ background ]
dependencies: [ client_topmenu ] dependencies: [ client_topmenu ]

@ -2,7 +2,7 @@ Module
name: client_entergame name: client_entergame
description: Manages enter game and character list windows description: Manages enter game and character list windows
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
dependencies: dependencies:
- client_topmenu - client_topmenu

@ -2,7 +2,7 @@ Module
name: client_locales name: client_locales
description: Translates texts to selected language description: Translates texts to selected language
author: baxnie, edubart author: baxnie, edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ locales ] scripts: [ locales ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: client_modulemanager name: client_modulemanager
description: Manage other modules description: Manage other modules
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ modulemanager ] scripts: [ modulemanager ]
dependencies: [ client_topmenu ] dependencies: [ client_topmenu ]

@ -2,7 +2,7 @@ Module
name: client_options name: client_options
description: Create the options window description: Create the options window
author: edubart, BeniS author: edubart, BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ options ] scripts: [ options ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: client_serverlist name: client_serverlist
description: Manages a server list of previously entered servers description: Manages a server list of previously entered servers
author: BeniS author: BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
dependencies: dependencies:
- client_entergame - client_entergame

@ -2,7 +2,7 @@ Module
name: client_stats name: client_stats
description: Sends client statistics to a server description: Sends client statistics to a server
author: baxnie author: baxnie
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ stats ] scripts: [ stats ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: client_styles name: client_styles
description: Load client fonts and styles description: Load client fonts and styles
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
scripts: [ styles ] scripts: [ styles ]
sandboxed: true sandboxed: true
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: client_terminal name: client_terminal
description: Terminal for executing lua functions description: Terminal for executing lua functions
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
scripts: [ terminal ] scripts: [ terminal ]
sandboxed: true sandboxed: true
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: client_topmenu name: client_topmenu
description: Create the top menu description: Create the top menu
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
scripts: [ topmenu ] scripts: [ topmenu ]
sandboxed: true sandboxed: true
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: corelib name: corelib
description: Contains core lua classes, functions and constants used by other modules description: Contains core lua classes, functions and constants used by other modules
author: OTClient team author: OTClient team
website: www.otclient.info website: https://github.com/edubart/otclient
reloadable: false reloadable: false
@onLoad: | @onLoad: |

@ -2,7 +2,7 @@ Module
name: game_battle name: game_battle
description: Manage battle window description: Manage battle window
author: andrefaramir, BeniS author: andrefaramir, BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ battle ] scripts: [ battle ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_bugreport name: game_bugreport
description: Bug report interface (Ctrl+Z) description: Bug report interface (Ctrl+Z)
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
scripts: [ bugreport ] scripts: [ bugreport ]
sandboxed: true sandboxed: true
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_combatcontrols name: game_combatcontrols
description: Combat controls window description: Combat controls window
author: edubart, BeniS author: edubart, BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ combatcontrols ] scripts: [ combatcontrols ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_console name: game_console
description: Manage chat window description: Manage chat window
author: edubart, andrefaramir, baxnie, sn4ake, BeniS author: edubart, andrefaramir, baxnie, sn4ake, BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ console ] scripts: [ console ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_containers name: game_containers
description: Manage containers description: Manage containers
author: edubart, baxnie author: edubart, baxnie
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [containers] scripts: [containers]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_cooldown name: game_cooldown
description: Spellcooldowns description: Spellcooldowns
author: OTClient team author: OTClient team
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ cooldown ] scripts: [ cooldown ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_healthinfo name: game_healthinfo
description: Displays health, mana points, soul points, and conditions description: Displays health, mana points, soul points, and conditions
author: edubart, BeniS author: edubart, BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ healthinfo ] scripts: [ healthinfo ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_hotkeys name: game_hotkeys
description: Manage client hotkeys description: Manage client hotkeys
author: andrefaramir, BeniS author: andrefaramir, BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ hotkeys_manager ] scripts: [ hotkeys_manager ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_interface name: game_interface
description: Create the game interface, where the ingame stuff starts description: Create the game interface, where the ingame stuff starts
author: OTClient team author: OTClient team
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ widgets/uigamemap, widgets/uiitem, gameinterface ] scripts: [ widgets/uigamemap, widgets/uiitem, gameinterface ]
load-later: load-later:

@ -2,7 +2,7 @@ Module
name: game_inventory name: game_inventory
description: View local player equipments window description: View local player equipments window
author: baxnie, edubart, BeniS author: baxnie, edubart, BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ inventory ] scripts: [ inventory ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_market name: game_market
description: Global item market system description: Global item market system
author: BeniS author: BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ offerstatistic, marketoffer, marketprotocol, market ] scripts: [ offerstatistic, marketoffer, marketprotocol, market ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_minimap name: game_minimap
description: Manage minimap description: Manage minimap
author: edubart, BeniS author: edubart, BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ minimap ] scripts: [ minimap ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_modaldialog name: game_modaldialog
description: Show and process modal dialogs description: Show and process modal dialogs
author: Summ author: Summ
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
dependencies: [ game_interface ] dependencies: [ game_interface ]
scripts: [ modaldialog ] scripts: [ modaldialog ]

@ -2,7 +2,7 @@ Module
name: game_npctrade name: game_npctrade
description: NPC trade interface description: NPC trade interface
author: andrefaramir, baxnie author: andrefaramir, baxnie
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ npctrade ] scripts: [ npctrade ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_outfit name: game_outfit
description: Change local player outfit description: Change local player outfit
author: baxnie, edubart author: baxnie, edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ outfit ] scripts: [ outfit ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_playerdeath name: game_playerdeath
description: Manage player deaths description: Manage player deaths
author: BeniS, edubart author: BeniS, edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ playerdeath ] scripts: [ playerdeath ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_playermount name: game_playermount
description: Manage player mounts description: Manage player mounts
author: BeniS author: BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ playermount ] scripts: [ playermount ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_playertrade name: game_playertrade
description: Allow to trade items with players description: Allow to trade items with players
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ playertrade ] scripts: [ playertrade ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_questlog name: game_questlog
description: View game quests status description: View game quests status
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ questlog ] scripts: [ questlog ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_ruleviolation name: game_ruleviolation
description: Rule violation interface (Ctrl+Y) description: Rule violation interface (Ctrl+Y)
author: andrefaramir author: andrefaramir
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ ruleviolation ] scripts: [ ruleviolation ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_skills name: game_skills
description: Manage skills window description: Manage skills window
author: baxnie, edubart author: baxnie, edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ skills ] scripts: [ skills ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_spelllist name: game_spelllist
description: View available spells description: View available spells
author: Summ, Edubart author: Summ, Edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ spelllist ] scripts: [ spelllist ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_textmessage name: game_textmessage
description: Manage game text messages description: Manage game text messages
author: edubart author: edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ textmessage ] scripts: [ textmessage ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: game_textwindow name: game_textwindow
description: Allow to edit text books and lists description: Allow to edit text books and lists
author: edubart, BeniS author: edubart, BeniS
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
dependencies: [ game_interface ] dependencies: [ game_interface ]
scripts: [ textwindow ] scripts: [ textwindow ]

@ -2,7 +2,7 @@ Module
name: game_viplist name: game_viplist
description: Manage vip list window description: Manage vip list window
author: baxnie, edubart author: baxnie, edubart
website: www.otclient.info website: https://github.com/edubart/otclient
sandboxed: true sandboxed: true
scripts: [ viplist ] scripts: [ viplist ]
@onLoad: init() @onLoad: init()

@ -2,7 +2,7 @@ Module
name: gamelib name: gamelib
description: Contains game related classes description: Contains game related classes
author: OTClient team author: OTClient team
website: www.otclient.info website: https://github.com/edubart/otclient
dependencies: dependencies:
- game_things - game_things

Loading…
Cancel
Save