Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Well I have been working on more important things on my sv, I thought event history was not such important atm, but I have an ideia, you just have to update some queries when the event ends (like I did in the first post) and put them in a table on PHP, must not be difficult, I'll try and post...
When I create a character in the same page of acc creation, that character doesn't copy the respective sample equips. But when I try through acc management and create a new char to an existing account, the character copy the sample equips flawlessly.
This is what I mean by creating a character...
PhyrexiaOT.com
7171 | 24/7 | USA, Atlanta
Website: http://phyrexiaot.com/
Exp from 80x to 1.5x (boosters are obtainable)
Skills rate: 30x
Magic rate: 20x
Server type: Open-Pvp
We have a map based on Tibia RL with all its features + custom cities and edited Thais. Runes and ammunition are...
@Ganjita @seleo thanks for commenting!
Yes I reinstalled gesior.
I have these errros:
Notice: Undefined index: sqliteDatabase in /var/www/config-and-functions.php on line 30 Notice: Undefined variable: file_data in /var/www/config-and-functions.php on line 456 Notice: Undefined index: action in...
@Codinablack I thought that this could be the problem, but ignored as long as the post says that the only thing we would have to include to sources
was 'hitchance'
The title explains itself, while I'm running my website on windows everything is ok, but when I upload to the dedicated and run it on Ubuntu, the page latestnews doesn't seem to load (blank page) and when I try another page like createaccount, options like 'Play Now' are not clickable and...
Hey everyone, need help: how can a I make a 7.6 server run on linux? Searched around but didn't find any sources related to 7.6 server, and all 7.6 packs we see are already compiled to windows :(
or could I simply use a newer tfs to run a 7.6 ot? Thanks
This is my bless script and it works, should work for you
local cfg = {
bless = { 1, 2, 3, 4, 5 },
cost = 50000
}
function onSay(cid, words, param, channel)
for i = 1, table.maxn(cfg.bless) do
if(getPlayerBlessing(cid, cfg.bless[i])) then...
Hi guys, I'm trying to generate an history after every event, I started with zombie tevent:
lua code:
local config = {
website = "yes"
playerCount = 2001, -- Global storage for counting the players left/entered in the event
goblet = 5805, -- id of the gold goblet you'll get...