Coder Social home page Coder Social logo

forgottenserver-orts's Introduction

What is FORGOTTENSERVER-ORTS

We are trying to create the perfect open real tibia server based on The Forgotten Server 1.0 by Mark Samman.

For more information about TFS 1.0 (including compiling guides) visit the link above.

You can download TFS 1.0 Windows binaries from http://nightlies.otland.net.

To login you can use Otclient by edubart.

  • Client Version: 10.41
  • Map Version: 10.35
  • The map is available as a rar archive in data/world/ which you have to unpack before running the server.

To edit the map you can use Remere's Map Editor (Github), Remere's Map Editor 10.35 (Otland, compiled) or Forgotten Map Editor. You can use our forum thread at Otland to discuss and report bugs.

If you need support you can post your questions in the issues area or use Otland's support board. Do not forget to post in good, understandable English and include all the information needed to solve the problem.

Script Contribution

In order to contribute scripts to this project create a pull request.

Important:

  • Scripts should follow this lua style guide and be as efficient as possible.
  • Use tabs as indentation.
  • Use new metatable function whenever possible or you might have to revise your pull request.

Example script (using metatables):

local player = Player(cid)
if not player then
	return true
end

player:addItem(2160, 5)
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, 'Here is some cash.')

Example script (not using metatables):

if not isPlayer(cid) then
	return true
end

doPlayerAddItem(cid, 2160, 5)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, 'Here is some cash.')

Scripting related links:

Map Contributions

In order to contribute map updates read this article first.

Current map (missing areas are marked): minimap_floor

Remember to have fun and say thanks!

forgottenserver-orts's People

Contributors

royalot avatar skillert avatar printerlua avatar wibbenz avatar vinioliveirasilva avatar tarantonio avatar maathlino avatar robpot95 avatar pitis91 avatar jonas21 avatar att3 avatar delconis avatar dogox22 avatar icee93 avatar edumntg avatar triath avatar curruwilla avatar dominique120 avatar exura avatar heavenislost avatar claudio681 avatar techrlz avatar esfomeado avatar medanny avatar enzerah avatar victorperin avatar brewsterl avatar neto6 avatar shayenek avatar tarekwiz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.