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!
Latelly I having a problem when I create any item that cannot be carried (doors, floors, teleports, etc..) with the talkaction "/i".
Using TFS 1.3.
I was reading this thread: Solved - freeze when create item (https://otland.net/threads/freeze-when-create-item.248145/)
The guy had the...
The only function I seem to currently have access to is getPlayerItemCount which returns only a number. I am not sure how I can reference these items individually.
getPlayerItemCount(cid, item_id)
Context:
I have an auto-runemaking script that doesn't require the blank rune to be in your...
I having a problem creating new items, i added a new item to my server with id 40001, but i can't create it in game with /i 40001 but i can create the item 40000 with the /i
When i open the assets the items are there also in the .otb
I think there is a limit in the items somewhere, but i...
Hi again,
I got another problem as my title says.
I already changed in items.cpp this:
/* if(Items::dwMajorVersion == 0xFFFFFFFF)
std::cout << "[Warning - Items::loadFromOtb] items.otb using generic client version." << std::endl;
else if(Items::dwMajorVersion < 3)
{...
Hello good morning community, I'm testing the server Sabrehaven ... The truth is that everything is new for me this type of server to edit .. I come from Otx, and there are a lot of setups I don't understand. I wanted to ask you if there is any type of video tutorial or any post that explains...
Witam.
Z góry mówię że jestem świeżakiem i próbuje postawić swój pierwszy ots evo 8.6. Potrzebuje pomocy przy dodaniu komendy dla goda „/randomitem” która miałaby działać tak , że po wpisaniu komendy, gracze (tylko ci którzy są online) otrzymują w pudełku 1 z 10 wybranych losowych itemów
Pytanie...
Greetings as always, I have a problem that does not show the text when the value of the attribute is 0, I added the Tier attribute in the items, but apparently when I set it to 0, it does not show me the Tier text.
Add in sources in item.ccp
// Show Classification and Tier on item...
I use a TFS 1.5 from Nekiro.
Greetings, I am having a problem with the Additem when I have a full backpack.
I'm looking at what the problem is in the sources, and I can't find it.
I just use a simple script:
player:addItem(2160, 1)
player:say("Item!")
Just that, no getFreeCapacity() or...
Hello, I would like to know if anyone could help me with an item I need to make (actually there are 3 items, but if you can help me with any amount I will be immensely grateful)
I've already added the item on the server and everything else, I put its ID and put it as ring, however, I would...
0.4
Just want to know (and if possible, how).
There is a way to make a bag, and you can't store any item unless it is specify in the script? Like an quiver, you can only store arrows.
Thanks
Hi guys, how are you?
I have an action who i use an item and it give 1 premium point to me. There is a way to use all stackable itens? When i click on pile with 100 itens, it use only one, i want to use all itens in a stack and add all points referent a stack. My action:
function onUse(cid...
Hi,
I made a script that sends the ClientID of an item to the server, so the server can send me info about the item, but i can't manage to get those informations through clientId.
What i am trying to do is to convert the ClientId to ServerID, but because of my lack of experience in C++, i...
I'm using a simple use item give outfit script:
local config = {
storage = 535923,
effect = CONST_ME_FIREWORK_RED,
text1 = "You have gained your new outfit!",
text2 = "You already have this outfit!",
looktype = 255
}
function onUse(player, item, fromPosition, target...
Hello, im trying to buy items at my website, once I pay with the coins it says that I have to wait 3 minutes to get the item in the game.
But I never get the item and when I see the transactions history it shows that the offer is not been realized yet.. ANY HELP PLEASE? I dont use TFS, its OTX
Hello folks!
As the title says, how can I add an item on it's respective slot directly without move it from bag to slot?
For example, I use a talkaction and will add/create a Shield on RIght Slot, but that Shield can't be added on bag, only can add on slot. It will works to event OnEquip and...
I'm using this mod: https://otland.net/threads/mod-random-item-stats.130295 my difficulty is simple I also use otx 2 from matty https://github.com/mattyx14/otxserver/tree/otxserv2 the command list is this...
Hello guys,
Currently what this script does when the server starts is to create an item in a random position. Is it possible to create the same item in more random positions?
local STARTUP = {}
STARTUP[#STARTUP + 1] = { -- Quest Stuff
action = function()
local fromPos = {x=3376, y=776, z=6}...