Git Product home page Git Product logo

forgottenserver-orts's Introduction

FORGOTTENSERVER-ORTS

Client Version: 10.41

Map Version: 10.35

Try to make the perfect open real tibia server based on The Forgotten Server 1.0, by Mark Samman! Here you can find the source code and also some tutorials on compiling.

You can download TFS 1.0 Windows Binaries from here.

To login you can use OTClient by Edubart! Find it here!

To edit the map you can use the map editor from here, here or from here(This one is already compiled).

You can use the forum to discuss and report bugs.

If you need support you can post your questions in the issues area or here. Dont forget to post in good, understandable English. Feel free to use a translator if you need help.

To contribute in code to this project, create a pull request.

To contribute with a map edit, read this

If you want to contribute by sending pull request, here are some tips. Try to use metatables in your script. Ex.

function metaExample(cid)
	local player = Player(cid)
	if player ~= nil then
		player:addItem(2160, 5)
		player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Here is some cash.")
	end
end

How non meta looks like:

function nonMetaExample(cid)
	if isPlayer(cid) then
		doPlayerAddItem(cid, 2160, 5)
		doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Here is some cash.")
	end
end

LUA METATABLE LISTS

NOTE: Since the link above dosen't have all the functions in it, I will link to a compat.lua file(can be found in your ot aswell, dir/data/compat.lua), use ctrl+f and enter the old function then press enter.

compat.lua

Actual map (with marked missing areas): minimap_floor_7

Remember to have fun and say thanks!

forgottenserver-orts's People

Contributors

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

Watchers

 avatar  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.