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,
I am using OTClientv8 and Nekiro's TFS-1.5-Downgrades 8.0
On my server theres a bug where if you run in a straight direction and then turn abruptly, you can sometimes desync the direction that the character is facing.
Exactly waht you see below in the image. On the left side (client 1)...
Remember a system like this needs to be 100% oversimplified.
spawn is currently designed to be a one time use. So the trigger item is removed upon activation. I added this, for exceptions;
if not item:getActionId() == 2100 then
item:remove()
end
I have never used canary so I don't...
I have created (with some help from a few friends) a system where you can trigger specific things to happen, straight from the mapeditor. It is made to be as simple as possible.
The idea is that all simple scripts should be possible to do in the mapeditor, without any creation of basic scripts...
[Cormaya Update] 1st of June
Client
Added the ability to turn off different fighting styles in client options.
Added the ability to see the growth% directly in the skills panel through client options
Added the ability to turn off max health in client options.
Added the ability to see your...
local teleport = MoveEvent()
local destination = Position(1542, 991, 10)
function teleport.onStepIn(creature, item, position, fromPosition)
local player = creature:getPlayer()
if player then
return false
end
fromPosition:sendMagicEffect(CONST_ME_MAGIC_RED)...
in data/npc/lib/npcsystem/npchandler.lua
in function NpcHandler:say
Change
npc:say(message, TALKTYPE_SAY, false, player, npc:getPosition())
to
npc:say(message, TALKTYPE_SAY, false, nil, npc:getPosition())
Like I said, way out of your league you will never finish this project. And if you finish it, it will probably be in such a broken state that its unplayable. Good luck anyways.
My suggestion still stands, focus on this area. Bree as the main town, Old Forest, Buckland, Brandy Hills...
This project looks cool but looks way out of league, what you should do is focus on and around Bree area. Release when you have a functioning and fun to play on base, and then build upon that. If you're gonna wait until you've created the entire world this project will never see the light of day.