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,
The drowning condition not dissapear later of step in or step out, on few floors ,under water.
This only dissapear when player logout, but if the player have pk, so this become infinite:
https://imgur.com/a/6esQo
I use the same file that repository on Github of TFS 1.2
local...
@guiismiti
How you solved it?, because i try to fix, but not possible.
I have this file identical:
https://www.diffchecker.com/Gfns8UHo
I think that problem is also in movements.xml, on this lines:
http://pastebin.com/wRsnPJb4
Please you can check again? I try to fix adding more type...
@malucooo I get this error:
[Warning - Event::checkScript] Can not load script: scripts/others/shop.lua
data/globalevents/scripts/others/shop.lua:138: 'until' expected (to close 'repeat' at line 9) near 'end'
EDIT:
I already fix, thanks alot @Gesior.pl :D
@MatheusMkalo Hi bro, i put the code
print(toCylinder, toCylinder and toCylinder:getId() or toCylinder)
and i get this in console:
nil nil
nil nil
nil nil
nil nil
nil nil
nil nil
nil nil
nil nil
nil nil
nil nil
nil nil
nil nil
nil nil...
@Lundrial ,@Dyabl0 Hello, this is my player.lua:
-- Players cannot throw items on teleports if set to true
local blockTeleportTrashing = false
function Player:onBrowseField(position)
return true
end
function Player:onLook(thing, position, distance)
local description = 'You see '...
@Lundrial , thanks for all the work that you put here!
i have a question, you know why i can put items inside of store inbox?
I add player.lua, and all necessary code..., idk why this allowed put items in storei nbox, please help me.
Thanks!
@Slavi Dodo
Hello, thanks for all the work that you make, i have few questions:
1.- This sources, have "cast system" working?
2.- Another thing, global depot and store inbox are finished?,
because you need update main post :D
3.- I think is missing "reward system" feature,
you go to added...