• 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!

Search results

  1. xixigisi

    Market item duplicated

    I have a problem with Market Item used to access market when player use depot. It is been creating duplicated. The function that add that item is getDepotLocker. Is it in correct place? What can be happen to duplicate market item? I'm using TFS 1.5 Nekiro downgrade to 7.72. DepotLocker*...
  2. xixigisi

    Stamina System TFS 1.5 7.72

    Does stamina system work on this version? My stamina is equal 0:00 all time even if on database it's 2520. When I hunt nothing happens (client still 0:00 and database still 2520). Could someone help me with that?
  3. xixigisi

    EnterMarket parse problem

    Does someone could help me with the market implementation on OTClient? I'm using TFS1.5 and using extendedOpcodes (server side) normally. I can send JSON and all I want for other things to OTClient. But I have a problem with Market Module. My market function on server side is: void...
  4. xixigisi

    Relation ClientId x ItemId (Server)

    I'm trying to do a script out of server using node js to create some data for my website. There is any easy way I can find clientId by ItemId (from items.xml)? I need it for all items and get it from otb editor will be a huge work :confused:
  5. xixigisi

    onDroploot and bags question

    Heloo guys! I'm trying to implement a script to increase loot chance when player has an storage value. To do it, I'm using the function onDropLoot from EventCallback. The original code is something like: local ec = EventCallback ec.onDropLoot = function(self, corpse) if...
  6. xixigisi

    Problem after encrypt

    I made the necessary changes and sent the encrypted files to be generated according to the otclient wiki.The files are generated normally, and when I open the client, it starts downloading the files. However, when it tries to start, it gives the following error: If I copy the modules, mods...
  7. xixigisi

    New item strange behavior and can't use

    I have added two new items to my game (server/client) that are not behaving as expected. These were the last two items I added, and I had previously added about 20 or 30 items in the same way, which are used for other things in the same manner. For these last two items, the problems are as...
Back
Top