Skip to content

Capernia datapack aims to unify and debug all existing datapacks for OTS (Open Tibia Server).

Notifications You must be signed in to change notification settings

neonsoft/capernia-ots-datapack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capernia Datapack: making the ultimate datapack for OTS (Open Tibia Server)Build Status

Capernia Datapack is a project born from the necessity of a serious OTS files. Its goal is to make sure all new Tibia resources be unified and ready for use on the latest version of Forgotten Server.

Tibia 10.91 Sample

Capernia Datapack is made using LUA scripting language with some mysql arguments.

Latest version! There are newer versions! Gitter

Main Conceps

  • Analyse and scrap third party datapacks for new userful content
  • Update the scripts making them compatible with latest version of Forgotten Server
  • Unify all existing datapacks on Capernia datapack
  • Help the community

Installation

On Windows, just extract all contents, change variables on config.lua to match your MYSQL settings, import MYSQL database (*.sql) and run the provided binary.

  • Unpack global.rar to same folder:

    capernia-ots-datapack\data\world\global.rar

  • Edit config.lua settings: Lua script

    mysqlHost = "127.0.0.1" 
    mysqlUser = "root"
    mysqlPass = "az88231015"
    mysqlDatabase = "servidor"
  • Import base.sqlto your mysql database:

    capernia-ots-datapack\res\data.sql

  • Have fun!

Github Limitations

Because of the size limits, the following file had to be compressed.

capernia-ots-datapack\data\world\global.rar

Map Changes

For obvious reasons we have a diferent protocol for changing the map.

  • Open a issue, using the Issues tab
  • Explain the changes needed and if possible, post an image

Datapacks Merges

This list shows the status of third party datapacks migrations:

Name Last Author Release Last Capernia Merge Capernia Merge Status Location Report
Mitisuig 13/04/2016 13/04/2016 Complete! TK Read Report
Absolute 03/05/2016 - Aware of this but nothing done yet! TK
Lofiv 02/03/2016 - Aware of this but nothing done yet! OTLand

Important Wiki Pages

About

Capernia datapack aims to unify and debug all existing datapacks for OTS (Open Tibia Server).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%