• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Open Tibia's Five Great Languages

hodleo

Formerly cbrm -Crypto enthusiast, Retired scripter
Staff member
Global Moderator
Joined
Jan 6, 2009
Messages
6,598
Solutions
3
Reaction score
962
Location
Caribbean Sea
Are these 5 languages the most common ones? Are these meanings the most accurate?;)

PHP
Related: HTML, XHTML, CSS, DHTML, JS, etc
Hypertext Preprocessor
~OTs AACs are made of php scripts, which work executing SQL queries to the OT's database. The main function for it has been to make the OT's webpage work, and for an attractive design too.

LUA

Related: XML
The name comes from the Portuguese word lua meaning "moon".

~Used in all common scripts, has been the standard format for scripting the secondary functions of OTs.

XML
Related: LUA
Extensible Markup Language
~Recently used for MODs scripting, has been used to store the main or most important functions in the OTs. It loads the .lua scripts to the server.

SQL
Structured Query Language
~Has replaced XML files to store the OT's changeable data. Common SQL databases for OT are: MySQL, SQlite and PostgreSQL. Used to execute queries for the OT.

C++
"See plus plus"
~C++ is the programming language in which the OTserv source is written. -nfries88

I was quick ^_^ Tell me what should I modify.
 
Last edited:
Well, I suppose those are the main/most important, or the unique ones
ofc we dont need php if we dont use aac, but the 4 remaining languages are needed to make it work
now, the definitions need a fix ^_^
 
You will keep bumping or what?
 
C++ is a little... off.
Just write "C++ is the programming language in which the OTServ source code is written." That is plenty suitable.
Maybe you should link to tutorials and downloads for the languages, too. ;)
 
Nice work as usal but Isent python in yet? :O
 
I know that, html is a homepage code I meant soon marlex maybe also will come if he dont give up...
 
I know that, html is a homepage code I meant soon marlex maybe also will come if he dont give up...
Still, when he's done with marlex, it won't be any language.. And HTML is a language, not a code..
 
The most important is C++, is the base of OT.exe xDD
 
Back
Top