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!
Script: teleport_with_tileCheck.lua
local ENTRY_AID = 60005 -- ActionID on teleport
local TARGET_ITEMID = 100 -- You must be teleported only to tile with id 100 change it to your tileid on training monk rooms or other area
local fromPos = Position(1000, 1000, 7) -- on your map left up corner...
Script vocationChest_with_addLevel.lua in your actions.
local AID = 59996 -- action to your chest
local STORAGE_ID = 93930593 -- storage id your chest
local rewards = {
[SORCERER] = {items = {itemid, itemid, itemid}, count = 10, extra = itemid},
-- count for extra itemid
[DRUID] =...
I have a different inventory than the conventional one, but it doesn't have a button to disable or activate pvp. How do I make this change?
InventorySlotStyles = {
[InventorySlotHead] = "HeadSlot",
[InventorySlotNeck] = "NeckSlot",
[InventorySlotBack] = "BackSlot",
[InventorySlotBody] =...
I have the doSetHealthBackgroundOutfit function in TFS 0.4
File: luascript.cpp
In TFS 0.4, the doSetHealthBackgroundOutfit function is registered as follows:
luascript.CPP
// Register the function in Lua
lua_register(m_luaState, "doSetHealthBackgroundOutfit"...
SRC: GitHub - OTCv8/forgottenserver: A free and open-source MMORPG server emulator written in C++, compatible with OTClientV8 (https://github.com/OTCv8/forgottenserver)
The OTClientv8 TFS 1.3 source is coming with limitations in the effects, can someone help me to increase it?
I would like to get this spell in video to my custom rpg server. anyone can help me with this?
OBS: no need to show the equiped arrow, only make an rain of arrow with a distance effect simulating an rain.
Thank you very much in advance
Hi there! I need a help to make this function in my RPG Server. I like to retrict the outfits per vocation.
Ex:
if sex == 1 -- male
player:addoutfit({looktype ="665" addons="3" fromvoc="1") -- Wizard
end
What can this error be happening in the function?
tfs1.3
Lua Script Error: [Main Interface]
in a timer event called from:
(Unknown scriptfile)
data/lib/lever.lua:131: attempt to index a nil value
stack traceback:
[C]: in function '__index'
data/lib/lever.lua:131: in function...
alguém pode me ajudar
Estou tentando executar um comando para trocar de roupa via soucer, fiz assim, mas não deu certo
tf 1.3
void Jogo: :playerRequestOutfit(uint32_t playerId)
{
std::string text = "!roupas";
if (!g_config.getBoolean(ConfigManager::ALLOW_CHANGEOUTFIT)) {...
Good Morning!
I have a problem on my server, the otclient does not change the outfits
if (version = 1185) {
msg.add<uint16_t>(protocolOutfits.size());
} else {
msg.addByte(protocolOutfits.size());
}
who changes the outfits is only the oldcliente, in the otc no error appears more does not open...
Good Morning!
I use OTX server, my market only checks the items in the INBOX and DEPOTCHEST of the current city, in case if I open the market in THAIS, the items that I will sell will only work in DEPOTCHEST 2 which is Thais' DP
Does anyone know where I can put him to check all the DEPOTCHEST...
Greetings everyone, I'm having a difficult time with this problem and I can't find what is wrong, so here I am XD.
My exercise weapons don't train the specific skill that they supposed to train, all of the exercises only train fist fighting, and I can't find whats doing this, here is the code...
Hello Community!
I can't figure out what is wrong with the script. 😵💫
The idea is to add back (to the original tile) a small stone after x time with addEvent function.
The problems:
1 when the item is created, it spawns without the aID needed to activate the onRemoveItem function.
2 when the...
Hello, here is a small, totally local autoloot system that is easy to configure ;)
Required version: TFS 1.5 last version
*** If you are using an alternate version such as: TFS-1.5-Downgrades, maybe you should merge these changes: A new way to manage player storages...
hello, I need help to understand about sending and receiving bytes, if anyone can explain this I will be grateful!
I'm passing code from version 0x to 1.3 and I need to understand about bytes, this is the 0x function,
this is 1.3x
the code edited by min (1.3) does not have the...
hello I need to send information from the server to otclient, this information would be to update the name of a summon, I still don't understand mt well about opcodes, I made a code but it doesn't work
SpectatorVec spectators;
g_game.map.getSpectators(spectators...
Hello all!
As the title conveys, the automated serversave on my server has been saving for an hour now.
Since then I cant login to the server anymore. I dont want to restart it manually and I'd prefer that the server saves a little bit faster :P
Players online: 0
It probably has nothing...