Starting Scripting
From OpenTibia Fans
This article is a stub. You can help us by expanding it.
If your interested in learning Lua, there's a bunch of tutorials right here on OTFans.
Learning a new language takes time, it's not suggest to "jump into the deep" right away, start small and read some tutorials!
Hello World!
print("Hello World!")
Lua Basics
The Lua Basics tutorial is one of the best beginners tutorial here on OTFans.
Tools
There are good tools for developers and some libs that can be found at the LuaForge, like the Lua for Windows that allow you to compile and edit some scripts in Lua/C/C++ and the LuaBinaries that contains the needed DLLs and Libs to the compilation.
See also: Scripting Tutorial Forum

