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!
Terminal and log is clean, if showed anything would be way easier to fix if it but in this situation nothing :D
Panel
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
margin-top: 30
height: 24
image-source: /images/ui/menubox
image-border: 3
Label
id...
Like what? :confused: Add prints to it. PS it creates nothing at all no window no text
create function called
nameLabel found
NameLabel Position: 959 -3
NameLabel Size: 32 24
function create()
print("create function called")
window = g_ui.loadUI("areas"...
Didnt helped added some prints aswell to see if it calls x,y,z which is does. Its weird that it says Is in Area: false when im in the area
Position: 663 419 7
From Position: 643 409 7
To Position: 662 423 7
Is in Area: false
Position: 663 419 7...
Hey not sure whats wrong or why it doesnt work, i tried adding prints to see if it evens calls the function onPositionChange, which it does, but for some reason it still doesnt apply text when entering area
local areas = {
{
from = {x = 1009, y = 1016, z = 7},
to = {x = 1013, y =...
Getting crash because of Parse newWalk not sure exactly how it happening
https://pastebin.com/mNBdHzsm
void ProtocolGame::parseNewWalking(NetworkMessage& msg)
{
uint32_t playerWalkId = msg.get<uint32_t>();
int32_t predictiveWalkId = msg.get<int32_t>(); // extension for proxy system...
Hey got this crash two times ---------------------------------------------------Signal caught: SIGSEGVT - Pastebin.com (https://pastebin.com/Z9yz1kvG)
https://pastebin.com/sGNjZ9Nr
any ideas how to fix it or where to look it for?
Installing this comit
https://github.com/otland/forgottenserver/commit/2b8bc10f10121569cec492b5be267a1da9317d31
Error C2653 'fmt': is not a class or namespace name
Error C3861 'format': identifier not found
As far as i know this error happens because of this code line...