• 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 Chady Chaito

  1. C

    Lua NPC set storage after player sells item

    @Night Wolf. Beautiful. Very good. But could you show me an example that works for any kind of ITEM sold to the NPC and not just restricted ITEMS?
  2. C

    Lua NPC set storage after player sells item

    @Discovery Thanks a lot for the help. If I can not make the suggestion of @Night Wolf i'll try yours. //off-topic: @Discovery Yes, I am the founder's brother, but we do not work together anymore.
  3. C

    Lua NPC set storage after player sells item

    I'm using OTX 8.60. I would like to know how I do it so that every time the player sells an ITEM through the NPC Shop he receives any Storage. To illustrate better, we see that in the code below the ITEM Wand of Vortex can be sold from the player to the NPC. shopModule:addSellableItem({'wand...
  4. C

    Magic wall and others fields duration wrong.

    i have the same error, someone can help us?
  5. C

    Linux Server Crash

    So much answer but no one could help me ... Can someone suggest me something?
  6. C

    Linux Server Crash

    I did this but nothing has changed. Can someone still help me?
  7. C

    Linux Server Crash

    Hello, how are you? Firstly sorry about English. My server is having problems and falling, so I decided to debug to know what was happening and the following errors appeared in the core file. #0 0x00000000004e59b2 in Item::canDecay (this=this@entry=0x7fa8c526bd80) at item.cpp:1712 #1...
  8. C

    Linux Help to install RME on LUBUNTU

    # Installing dependencies sudo apt-get install git libboost-system-dev libboost-thread-dev libglu1-mesa-dev libwxgtk3.0-dev libarchive-dev # Clone the project git clone https://github.com/hjnilsson/rme.git # Go to RME Folder cd rme # Preparing to build mkdir build && cd build cmake .. #...
  9. C

    Lua How many times the player killed and died for each other

    Good evening , I need help because I am implementing a system , and need to know how many times " in life " the player killed and died for another player. How to do this ?
  10. C

    Lua Check the TILE ID before teleport a player

    I need to check the place that will teleport a player before teleporting. If the place has the ITEM ID of this array: Choose another random position, look the code: I'm flattered!
  11. C

    [MOD] Paintball event 0.4/0.3.6pl1

    I put the ID in Wall_IDS , however he gives respawn in places that have this ID . Can u help me? if not isInWallArray(convert(lookDir,pos)) then--isInWallArray({x=convert(lookDir,pos).x, y=convert(lookDir,pos).y,z=convert(lookDir,pos).z}) then --isInArray(t.onShoot.misc.walls_id...
Back
Top