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!
Hello
This is not meant to be an advertising thread.
I am hosting a custom global map in a Raspberry PI 2 (has 1 Gb RAM).
It is currently using around 600~700 Mb RAM.
The thing is, I deleted more than half of the map and left most interesting areas. It currently weighs 39.7 Mb (full global map...
I'm using this engine in my server
Currently in test mode, so all rates are very high.
fardosot.no-ip.org
The only important bug I have at the moment is the one with items disappearing when you are below a certain cap.
I believe the version of your znote doesn't match the version of the server you're using.
Did you run the znote database query?
If not, or if you don't know if you did, open config.php and look for your database password $config['sqlPassword']
Set it to a random value, different from your...
IP: fardosot.no-ip.org
Port: 7171
Client: 10.95 (use the one from the website, has edited sprites and does not require IP changer)
Uptime: 24/7
Hosted in: Brazil
Website: Fardos OT
Exp rate: 3000x
Map: Custom RL (shrunken map, TP room with 50+ teleports)
Runes: normal charges and price
Loot...
Hi,
I'm using player:addOfflineTrainingTries(SKILL_MAGLEVEL, trainingTime * (manaGain / manaTicks))
However, the player has to logout and login again so the value of the magic level is updated in the skill list - or it will still show the old value.
How can I update the value? I know...
Well, I just noticed that the new 'Ferumbrases' have similar attacks to the original. Some of them have bigger radius (and probably deal more damage).
At the moment I have already started checking the HP using youtube.
Hi,
Does anybody know where I can get info about Ascending Ferumbras, Destabilized Ferumbras, Ferumbras Mortal Shell, Ferumbras Soul Splinter, Enthralled Demon and Rift Invader?
I scripted this fight as it is in the original game, but none of the wikis I visited have the info about attacks and...
@Moj mistrz I won't ask you for files but, can you tell me where you got ascending ferumbras, destabilized ferumbras, ferumbras mortal shell, ferumbras soul splinter, enthralled demon, rift invader and rift fragment from? None of the wikis have the attacks, HP and other important info. I've only...
It is indeed a very easy fix.
In spells/scripts/monster/mutated bat curse.lua
Replace
return combat[math.random(1, 1)](creature, var)
With
return combat[math.random(1, 1)]:execute(creature, var)
I have many other things to do before I try to fix that.
If you want to do it yourself - the bug does not happen in Lundrial's 10.90 engine, only in the 10.95. Try using winmerge to check for suspect differences.
Full code.
I fixed this and some other NPCs I had edited.
I found that solution (the one I mentioned earlier) in Znozel.lua
About this code - the previous script for my addons NPC was extremely messy, so I decided to remake it completely.
local keywordHandler = KeywordHandler:new()
local...
Hello,
I'm having a problem with an NPC.
The original code is too long, so, I cut most of the generalConfig array and the entire addonItemsIds array.
The code is working, but the value of config gets mixed when two players talk to the NPC.
local generalConfig = {
["citizen"] = {...
Hello,
Like the title says, I'm looking for a tutorial to compile the latest TFS in Codeblocks.
I'm tired of visual studio. It is unnecessarily heavy, which makes it impractical and very annoying.
Thanks in advance
Ok sorry to post another reply, but, for some reason, I cannot edit my posts in this thread.......
Now I'm sure about how the bug happens:
Example: If you have 40 oz cap and move an item that weighs 30 oz to a container inside your backpack, it disappears. You must have at least 60 oz cap (2x...
Ok, I'm pretty sure I found out how to reproduce it now.
You need a regular player to reproduce this, because it involves cap.
I'm at 13 oz cap;
I buy a stack of 100 crystal coins from the store, which weighs 10 oz;
I'm now down to 3 oz cap;
When I try to move more than 30 coins (more than 3...