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

Recent content by RigBy

  1. R

    add an item to a container on the map

    I was here adding, can you tell me why you're creating the item inside but you're not writing the text? local position = Position(32103, 32194, 7) local tile = Tile(position) -- or Tile(x, y, z) if tile then local case = tile:getItemById(books[1].bookCaseId) if case...
  2. R

    add an item to a container on the map

    I can be talking nonsense, but that way he creates the bau!, I wanted a script that would take a container that already exists on the map and add the item inside it.
  3. R

    add an item to a container on the map

    Does anyone know how I can get the first container in a specific position and add an item inside it? Can you give me an example? TFs 1.3
  4. R

    how to make the RME accepts special characters, accents.

    Does anyone know a way to make the rme accept accents, or if there is another edit for map 12.64 that accepts accents, or some way to convert to ANSI? 1630808277
  5. R

    fix the script and tell me what went wrong :/

    I was creating a script that he dash causing damage. but somehow it only works the first dash... I don't know if I can be very tired but I can't solve it, could someone solve it for me and say what am I wrong? local katanaa = Action() local config = { time = 1, storage = 2000000000, }...
  6. R

    Duplicate registered item with id: 2412

    could it be the script that cuts the web? but I can't think. 1630707431 I can find it, I went out taking folder by folder and reloading until I find the file with an error. if anyone in the future has the same problem it is in the destroy.lua folder
  7. R

    Duplicate registered item with id: 2412

    I used this in notepad++, but still couldn't find any script using the id. could it be something in the source?
  8. R

    Duplicate registered item with id: 2412

    using the base of otserv to with some duplicate problems in the items id, and I can't find it, even taking from the unscripted_weapons, still the same error continues, does anyone know where it is? ps. this is only happening with some meele weapons.
  9. R

    Communication Breakdown

    up
  10. R

    Communication Breakdown

    can someone give me a tip on how i can do it properly.
  11. R

    Communication Breakdown

    up
  12. R

    Communication Breakdown

    Does anyone out there have the scripts for the "Communication Breakdown" quest?
  13. R

    source recognize accent

    it worked :3, does visual studio have any way to convert the script to ansi no?
  14. R

    source recognize accent

    how do i make sources recognize accent? in lua I know I just convert to ANSI but what about here?
  15. R

    Global NPC Says.

    does anyone know any global pack rl or any site that has all the lines of npcs?
Back
Top